global agents

This commit is contained in:
2026-03-04 11:41:59 +00:00
parent 4e0245848e
commit 18e289d8e1

View File

@@ -71,6 +71,14 @@
source = ./opencode/plugin;
recursive = true;
};
"opencode/AGENTS.md".text = ''
# Global AGENTS.md
## Version Control
- Use `jj` for VCS, not `git`
- `jj tug` is an alias for `jj bookmark move --from closest_bookmark(@-) --to @-`
'';
"opencode/oh-my-opencode.json".text =
builtins.toJSON {
"$schema" = "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json";