Commit 10f9df5
committed
docs(skill): split channel/incident cards; add shared filters reference
channel.md (367 lines) carried four rule families beside channel CRUD, and
incident.md (508) carried the whole post-mortem surface — every task paid
for the whole domain, and the guidance competing for attention is exactly
how a hot-flow example gets misread. Split along task lines using subset
fences:
- channel.md → channel CRUD only; escalation.md (escalate-rule-*);
noise.md (silence-rule-*, inhibit-rule-*, unsubscribe-rule-*)
- incident.md → triage/investigation; postmortem.md (post-mortem-*)
- filters.md: new shared reference for filters/source_filters/
target_filters — OR-of-AND shape, IN/NOTIN semantics incl. the
missing-key trap, /regex/ values, construction-from-labels rules, and
the per-family key vocabulary. Consumer cards and alert.md's pipeline
section point here instead of restating it.
- Canonical keys only: guidance now teaches severity/status/
data_source_id; the per-surface aliases (event_severity,
alert_severity, incident_severity, alert_status, incident_status,
integration_id) always carry the same stored value and are called out
as never-use.
- SKILL.md router: channel row narrowed; new escalation/noise/postmortem
rows; shared-reference note for filters.md.1 parent 8dfdac3 commit 10f9df5
8 files changed
Lines changed: 587 additions & 360 deletions
File tree
- skills/flashduty
- reference
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
67 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
68 | 71 | | |
69 | 72 | | |
70 | 73 | | |
| |||
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
| 85 | + | |
| 86 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
0 commit comments