Commit 7a7c40d
committed
fix(skill): expose real --query on incident list, drop nonexistent --title
The flashduty-incident skill documented and exemplified a --title flag on
`incident list` that the command never had — only --query exists
(internal/cli/incident.go). An agent following the skill hits cobra
`unknown flag: --title` and falls back to a full TOON dump + grep.
Replace the doc-only --title flag/examples with the real --query (free-text
search across title/labels/content). Three drift sites fixed: the flag table
and example in references/flashduty-incident-list.md, and the merge-workflow
example in SKILL.md. Docs-only; no CLI behavior change.
Found by the AI-SRE production session audit (audit-2026-06-11,
sess_JUm6ZDTmUmdUGE2bH4nFLz).1 parent b1b4841 commit 7a7c40d
2 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments