Skip to content

Commit 189d521

Browse files
committed
docs: add CLI backward compatibility convention
1 parent 348d31b commit 189d521

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

AGENTS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ cli (root)
8484
- **Dry-run**: All destructive operations check `cfg.DryRun` first
8585
- **Version string**: Default `"dev"` in `internal/cli/root.go` — injected via ldflags at build time, never edit manually
8686
- **Config storage**: `~/.openboot/` directory for auth, state, snapshots
87+
- **CLI backward compatibility**: All CLI changes (commands, flags, arguments) must maintain backward compatibility. Old syntax must continue to work when adding new features
8788

8889
## ANTI-PATTERNS
8990

0 commit comments

Comments
 (0)