We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a6dbfb commit ef0866eCopy full SHA for ef0866e
1 file changed
AGENTS.md
@@ -25,7 +25,7 @@ Before submitting changes, run the full test suite:
25
26
## Codebase Map
27
28
-- `**/legacylibrarian/`: **STRICT IGNORE.** Never read or edit this legacy code.
+- `**/legacylibrarian/`: **STRICT IGNORE.** Never read or edit this legacy code, unless explicitly requested to do so.
29
- `go.mod`: **NO NEW DEPENDENCIES.** Use only what is already available.
30
- `cmd/`: Main entrypoint to CLI commands.
31
- `internal/command`: Use `command.Run` for execution. `os/exec` is permitted for other tasks.
0 commit comments