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.
- package/dist-mcp/default-skills/emit-structured-claims.md +5 -3
- package/dist-mcp/mcp-server.js +42776 -38989
- package/package.json +1 -1
|
@@ -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
|
-
|
|
6
|
+
scope: [review, research]
|
|
7
7
|
status: active
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
## When this skill activates
|
|
11
|
-
Always — this is a
|
|
12
|
-
(`-researcher`, `-reviewer`).
|
|
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`"*.
|