gossipcat 0.4.21 → 0.4.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,13 +3,15 @@ name: emit-structured-claims
3
3
  description: Emit a structured premise-claims JSON block alongside prose findings so the orchestrator can grep-verify code-shape claims and close the four Stage-1 bypass classes.
4
4
  keywords: []
5
5
  category: trust_boundaries
6
- mode: permanent
6
+ scope: [review, research]
7
7
  status: active
8
8
  ---
9
9
 
10
10
  ## When this skill activates
11
- Always — this is a permanent-mode skill for investigation agents
12
- (`-researcher`, `-reviewer`). Your finding must include a `premise-claims`
11
+ Always on review and research dispatches — this is a scope-axis skill for
12
+ investigation agents (`-researcher`, `-reviewer`). It does NOT fire on
13
+ implement dispatches (see `scope: [review, research]` above). Your finding
14
+ must include a `premise-claims`
13
15
  JSON block whenever it contains ANY of:
14
16
 
15
17
  1. **A file path + line number** — *"at `apps/cli/src/handlers/dispatch.ts:42`"*.