8 capabilities (output/quality/safety/scope/tools) + 12 manifests + 5 roles. Consistent classification per W9-A rules. Deprecated-alias stubs (tools::cargo-only-bash, tools::read-only) skipped — no [gate]/[verify] sections. facet-query results: kingdom=capability → 11 hits (was 3) kingdom=capability gate → 6 hits (was 2) kingdom=manifest → 12 hits (was 0) Roles tagged but not reachable by current facet_query (walker scans _capabilities + _manifests). Forward-compat for walker extension. cargo test -p kei-atom-discovery: 16/16 preserved. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
31 lines
819 B
TOML
31 lines
819 B
TOML
[role]
|
|
name = "explorer"
|
|
display-name = "explorer + cargo-check (read-only analyst with build probe)"
|
|
description = "Read-only analyst that may run cargo-family commands for build/test introspection. No edits, no git, no non-cargo shell."
|
|
spawnable = true
|
|
claude-subagent-type = "Explore"
|
|
|
|
[capabilities]
|
|
# Layer E — inherits read-only capability set, adds bash-allowlist for cargo probing.
|
|
extends = "read-only"
|
|
required = ["tools::bash-allowlist"]
|
|
|
|
[tools]
|
|
allowed = ["Read", "Glob", "Grep", "WebFetch", "Bash"]
|
|
bash-patterns-allowed = ['^cargo( |$)']
|
|
|
|
[escalation]
|
|
policy = "ask-via-return"
|
|
|
|
[taxonomy]
|
|
kingdom = "role"
|
|
mechanism = "compose"
|
|
domain = "agent"
|
|
layer = "agent-substrate"
|
|
stage = "design-time"
|
|
stability = "stable"
|
|
language = "toml"
|
|
|
|
[lineage]
|
|
creator = "ag-orchestrator-human"
|
|
created = "2026-04-23"
|