|
33 | 33 | "graceful_degrade": true |
34 | 34 | }, |
35 | 35 | "copyright": "Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>", |
36 | | - "description": "007 agent meta-language cartridge — exposes the full oo7 CLI surface (parse/run/trace/build/test/lint/verify/contractile verbs/canonical-proof-suite/groove/self-assess) plus on-enter and on-exit lifecycle hooks that register the session as a coord peer, load the 6a2 methodology pack (STATE, META, ECOSYSTEM, AGENTIC, NEUROSYM, PLAYBOOK), and perform drift checks on exit.", |
| 36 | + "description": "007 agent meta-language cartridge \u2014 exposes the full oo7 CLI surface (parse/run/trace/build/test/lint/verify/contractile verbs/canonical-proof-suite/groove/self-assess) plus on-enter and on-exit lifecycle hooks that register the session as a coord peer, load the 6a2 methodology pack (STATE, META, ECOSYSTEM, AGENTIC, NEUROSYM, PLAYBOOK), and perform drift checks on exit.", |
37 | 37 | "domain": "dezig", |
| 38 | + "category": "domain", |
38 | 39 | "federation": "none", |
39 | 40 | "memory_autolift": { |
40 | 41 | "base_tags": [ |
|
58 | 59 | "tier": "Ayo", |
59 | 60 | "tools": [ |
60 | 61 | { |
61 | | - "description": "Lifecycle hook — invoke when entering the 007-lang context. Registers this session as a coord peer (graceful degrade if local-coord-mcp is down), loads the 6a2 methodology pack (STATE, META, ECOSYSTEM, AGENTIC, NEUROSYM, PLAYBOOK), runs the memory auto-lift using repo-derived tags, and returns a structured A2ML payload with peer_id, session_token, methodology digests, and memory hits. Idempotent: calling twice returns the same peer_id/token.", |
| 62 | + "description": "Lifecycle hook \u2014 invoke when entering the 007-lang context. Registers this session as a coord peer (graceful degrade if local-coord-mcp is down), loads the 6a2 methodology pack (STATE, META, ECOSYSTEM, AGENTIC, NEUROSYM, PLAYBOOK), runs the memory auto-lift using repo-derived tags, and returns a structured A2ML payload with peer_id, session_token, methodology digests, and memory hits. Idempotent: calling twice returns the same peer_id/token.", |
62 | 63 | "inputSchema": { |
63 | 64 | "properties": { |
64 | 65 | "session_hint": { |
|
72 | 73 | "name": "oo7_on_enter" |
73 | 74 | }, |
74 | 75 | { |
75 | | - "description": "Lifecycle hook — invoke before leaving the 007-lang context. Updates STATE.a2ml's last-session fields, runs a drift check (open claims? uncommitted contractile edits? stale 6a2 files?), releases any coord task claims held by this peer, and deregisters from local-coord-mcp. Returns A2ML summary with drift findings. Safe to call even if on_enter was never invoked.", |
| 76 | + "description": "Lifecycle hook \u2014 invoke before leaving the 007-lang context. Updates STATE.a2ml's last-session fields, runs a drift check (open claims? uncommitted contractile edits? stale 6a2 files?), releases any coord task claims held by this peer, and deregisters from local-coord-mcp. Returns A2ML summary with drift findings. Safe to call even if on_enter was never invoked.", |
76 | 77 | "inputSchema": { |
77 | 78 | "properties": { |
78 | 79 | "reason": { |
|
556 | 557 | "name": "oo7_dust_status_local" |
557 | 558 | }, |
558 | 559 | { |
559 | | - "description": "Revert all source changes to last commit. DESTRUCTIVE — the adapter rejects this tool unless the caller holds a Tier-3 master approval. Wraps `just dust-source-rollback`.", |
| 560 | + "description": "Revert all source changes to last commit. DESTRUCTIVE \u2014 the adapter rejects this tool unless the caller holds a Tier-3 master approval. Wraps `just dust-source-rollback`.", |
560 | 561 | "inputSchema": { |
561 | 562 | "properties": {}, |
562 | 563 | "required": [], |
|
565 | 566 | "name": "oo7_dust_source_rollback" |
566 | 567 | }, |
567 | 568 | { |
568 | | - "description": "Verify OpenSSF Best Practices prerequisites — fails if required files are missing. Wraps `just verify`.", |
| 569 | + "description": "Verify OpenSSF Best Practices prerequisites \u2014 fails if required files are missing. Wraps `just verify`.", |
569 | 570 | "inputSchema": { |
570 | 571 | "properties": {}, |
571 | 572 | "required": [], |
|
574 | 575 | "name": "oo7_verify" |
575 | 576 | }, |
576 | 577 | { |
577 | | - "description": "Verify the Harvard architecture invariant — data expressions must not contain control flow. Wraps `just verify-harvard`.", |
| 578 | + "description": "Verify the Harvard architecture invariant \u2014 data expressions must not contain control flow. Wraps `just verify-harvard`.", |
578 | 579 | "inputSchema": { |
579 | 580 | "properties": {}, |
580 | 581 | "required": [], |
|
0 commit comments