Files
nixos-config/modules/_opencode/AGENTS.md
2026-03-05 15:41:41 +00:00

12 lines
277 B
Markdown

# Global AGENTS.md
## Version Control
- Use `jj` for VCS, not `git`
- `jj tug` is an alias for `jj bookmark move --from closest_bookmark(@-) --to @-`
## Scripting
- Always use Nushell (`nu`) for scripting
- Never use Python, Perl, Lua, awk, or any other scripting language