12 lines
277 B
Markdown
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
|