add canonical agent instructions with per-tool symlinks
Store agent instructions at ~/.config/agents/AGENTS.md and symlink ~/.copilot/copilot-instructions.md and ~/.config/opencode/AGENTS.md to it. Instructs agents to omit attribution trailers and to get the commit message approved before committing.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Agent instructions
|
||||
|
||||
## Commits
|
||||
|
||||
- Do not add a `Co-authored-by` trailer (or any other agent attribution) to commit messages.
|
||||
- Before committing, show the proposed commit message and wait for approval. Apply any edits I request, then commit.
|
||||
@@ -0,0 +1 @@
|
||||
{{ .chezmoi.homeDir }}/.config/agents/AGENTS.md
|
||||
@@ -0,0 +1 @@
|
||||
{{ .chezmoi.homeDir }}/.config/agents/AGENTS.md
|
||||
Reference in New Issue
Block a user