feat(disclosure): Wave 7 D2 — steev schema v2 — sprint 2026-05-25
This commit is contained in:
parent
8e8ced470b
commit
b85b266dcb
@ -4,8 +4,8 @@ tier: T2
|
|||||||
status: active
|
status: active
|
||||||
owner: jp
|
owner: jp
|
||||||
source: generated
|
source: generated
|
||||||
last_reviewed: 2026-05-24
|
last_reviewed: 2026-05-25
|
||||||
review_by: 2026-08-22
|
review_by: 2026-08-23
|
||||||
depends_on:
|
depends_on:
|
||||||
- disclosure-schema
|
- disclosure-schema
|
||||||
- profile-distribution-protocol
|
- profile-distribution-protocol
|
||||||
@ -15,7 +15,7 @@ auto_regen_cmd: "yq '.disclosure' manifest.yaml | <renderer-script>"
|
|||||||
|
|
||||||
# `steev` — Disclosure
|
# `steev` — Disclosure
|
||||||
|
|
||||||
> Live as of `2026-05-24`. Source: `steev/manifest.yaml → disclosure:` block. Pre-push hook check 6 (curator/lib/pre-push.sh) enforces this == live `hermes -p steev` runtime.
|
> Live as of `2026-05-25`. Disclosure schema v2 (manifest `disclosure.schema_version: 2` — adds `external_orchestrators` per DISCLOSURE-SCHEMA §4.6). Source: `steev/manifest.yaml → disclosure:` block. Pre-push hook check 6 (curator/lib/pre-push.sh) enforces this == live `hermes -p steev` runtime.
|
||||||
|
|
||||||
## §1 Identity
|
## §1 Identity
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ auto_regen_cmd: "yq '.disclosure' manifest.yaml | <renderer-script>"
|
|||||||
| `inherit_mcp_toolsets` | `false` | **CLAUDE.md hard-rule fix.** Closes Wave-1 finding: `bte` MCP silently leaked from host. `bte` = Plan B marketing platform — forbidden to steev per `steev/CLAUDE.md:14` ("No access to Plan B marketing platform credentials (CMO-only)") |
|
| `inherit_mcp_toolsets` | `false` | **CLAUDE.md hard-rule fix.** Closes Wave-1 finding: `bte` MCP silently leaked from host. `bte` = Plan B marketing platform — forbidden to steev per `steev/CLAUDE.md:14` ("No access to Plan B marketing platform credentials (CMO-only)") |
|
||||||
| `inherit_dirs` | none | No external-dir skill bundles narrowed in |
|
| `inherit_dirs` | none | No external-dir skill bundles narrowed in |
|
||||||
| `sovereign_only` | `false` | steev intentionally calls Perplexity (hosted) for lightweight WebSearch per `manifest.yaml:90` — disclosed honestly |
|
| `sovereign_only` | `false` | steev intentionally calls Perplexity (hosted) for lightweight WebSearch per `manifest.yaml:90` — disclosed honestly |
|
||||||
|
| `external_orchestrators` | `[]` | Schema v2 field (DISCLOSURE-SCHEMA §4.6). steev has no exec'd orchestrators (no sandcastle equiv) — empty list. |
|
||||||
|
|
||||||
## §3 Skills (6)
|
## §3 Skills (6)
|
||||||
|
|
||||||
|
|||||||
@ -99,13 +99,14 @@ sovereignty:
|
|||||||
# Pre-push hook check 6 enforces this == live `hermes -p steev …` runtime.
|
# Pre-push hook check 6 enforces this == live `hermes -p steev …` runtime.
|
||||||
disclosure:
|
disclosure:
|
||||||
scope: personal
|
scope: personal
|
||||||
schema_version: 1
|
schema_version: 2
|
||||||
chat_facing: true # sole JP chat touchpoint per CLAUDE.md L7-L8
|
chat_facing: true # sole JP chat touchpoint per CLAUDE.md L7-L8
|
||||||
delegates_to: [ceo-planb] # business work routed to CEO via kanban
|
delegates_to: [ceo-planb] # business work routed to CEO via kanban
|
||||||
inherit_builtins: false # deny Hermes 84-builtin default; allowlist below
|
inherit_builtins: false # deny Hermes 84-builtin default; allowlist below
|
||||||
inherit_mcp_toolsets: false # deny host MCP propagation (closes bte leak)
|
inherit_mcp_toolsets: false # deny host MCP propagation (closes bte leak)
|
||||||
sovereign_only: false # perplexity (hosted) intentionally called for WebSearch
|
sovereign_only: false # perplexity (hosted) intentionally called for WebSearch
|
||||||
inherit_dirs: []
|
inherit_dirs: []
|
||||||
|
external_orchestrators: [] # steev has no exec'd orchestrators (no sandcastle equiv)
|
||||||
|
|
||||||
skills:
|
skills:
|
||||||
- id: steev-agent
|
- id: steev-agent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user