Documentation
¶
Overview ¶
CANARY: REQ=ENG-4317; FEATURE="GapCLI"; ASPECT=CLI; STATUS=IMPL; UPDATED=2025-10-17
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GapCmd = &cobra.Command{
Use: "gap <subcommand>",
Short: "Manage gap analysis entries for implementation mistakes",
Long: `Track and query implementation gaps to improve future development.
Gap analysis helps agents learn from past mistakes by:
- Recording what went wrong in implementations
- Tracking corrective actions taken
- Ranking gaps by helpfulness
- Automatically injecting relevant gaps into planning prompts
Subcommands:
mark Record a new gap analysis entry
query Query gaps with filters
report Generate gap analysis report
helpful Mark a gap as helpful
unhelpful Mark a gap as unhelpful
config View or update gap analysis configuration`,
}
CANARY: REQ=ENG-4317; FEATURE="GapMarkCmd"; ASPECT=CLI; STATUS=IMPL; UPDATED=2025-10-17
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.