Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/agents/flag-handler.md
Original file line number Diff line number Diff line change
Expand Up @@ -702,6 +702,7 @@ When implementing complex commands, coordinate with other agents:
**Reference Implementations:**
- `cmd/version/version.go` - Command with flags
- `cmd/about/about.go` - Simple command
- `cmd/terraform/backend/backend_create.go` - Command with flag and positional arg prompting
- `cmd/internal/command.go` - CommandProvider interface

## Key Principle
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,4 @@ TESTABILITY_CHANGES_SUMMARY.md
*_summary.txt
reply_to_*.sh
*.ansi
.claude-plan.md
Loading