Skip to content

Commit ef0866e

Browse files
authored
chore(agents): allow legacylibrarian if requested (#5964)
1 parent 1a6dbfb commit ef0866e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before submitting changes, run the full test suite:
2525

2626
## Codebase Map
2727

28-
- `**/legacylibrarian/`: **STRICT IGNORE.** Never read or edit this legacy code.
28+
- `**/legacylibrarian/`: **STRICT IGNORE.** Never read or edit this legacy code, unless explicitly requested to do so.
2929
- `go.mod`: **NO NEW DEPENDENCIES.** Use only what is already available.
3030
- `cmd/`: Main entrypoint to CLI commands.
3131
- `internal/command`: Use `command.Run` for execution. `os/exec` is permitted for other tasks.

0 commit comments

Comments
 (0)