Skip to content

Commit 0fc8dd6

Browse files
committed
add AGENTS.md guidance to use urfave/cli when adding new commands
1 parent 2c8c401 commit 0fc8dd6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

AGENTS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Command Guidelines
2+
3+
- When adding new commands, use `urfave/cli` instead of the legacy `commander` pattern.
4+
- Register new `urfave/cli` commands in the `migratedCommands` map in `cmd/src/run_migration_compat.go`.

0 commit comments

Comments
 (0)