diff --git a/_capabilities/output/report-format/capability.toml b/_capabilities/output/report-format/capability.toml index 6b23824..1d58c47 100644 --- a/_capabilities/output/report-format/capability.toml +++ b/_capabilities/output/report-format/capability.toml @@ -19,3 +19,16 @@ path = "text.md" rust-module = "verifies::output_report_format" run-mode = "worktree" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "verify" +domain = "output" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/output/severity-grade/capability.toml b/_capabilities/output/severity-grade/capability.toml index 2bd1d45..39a96a0 100644 --- a/_capabilities/output/severity-grade/capability.toml +++ b/_capabilities/output/severity-grade/capability.toml @@ -19,3 +19,16 @@ path = "text.md" rust-module = "verifies::output_severity_grade" run-mode = "worktree" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "verify" +domain = "output" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/quality/constructor-pattern/capability.toml b/_capabilities/quality/constructor-pattern/capability.toml index ae9dc6b..b775440 100644 --- a/_capabilities/quality/constructor-pattern/capability.toml +++ b/_capabilities/quality/constructor-pattern/capability.toml @@ -19,3 +19,16 @@ path = "text.md" rust-module = "verifies::quality_constructor_pattern" run-mode = "worktree" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "verify" +domain = "quality" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/quality/tests-green/capability.toml b/_capabilities/quality/tests-green/capability.toml index 0f2ceff..c3abc45 100644 --- a/_capabilities/quality/tests-green/capability.toml +++ b/_capabilities/quality/tests-green/capability.toml @@ -19,3 +19,16 @@ path = "text.md" rust-module = "verifies::quality_tests_green" run-mode = "both" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "verify" +domain = "quality" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/safety/no-dep-bump/capability.toml b/_capabilities/safety/no-dep-bump/capability.toml index da730f4..1bdb2b4 100644 --- a/_capabilities/safety/no-dep-bump/capability.toml +++ b/_capabilities/safety/no-dep-bump/capability.toml @@ -24,3 +24,16 @@ severity = "block" rust-module = "verifies::safety_no_dep_bump" run-mode = "both" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "gate" +domain = "safety" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/scope/files-denylist/capability.toml b/_capabilities/scope/files-denylist/capability.toml index 531b7df..1884977 100644 --- a/_capabilities/scope/files-denylist/capability.toml +++ b/_capabilities/scope/files-denylist/capability.toml @@ -24,3 +24,16 @@ severity = "block" rust-module = "verifies::scope_files_denylist" run-mode = "worktree" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "gate" +domain = "scope" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/scope/files-whitelist/capability.toml b/_capabilities/scope/files-whitelist/capability.toml index 2de63ca..c531808 100644 --- a/_capabilities/scope/files-whitelist/capability.toml +++ b/_capabilities/scope/files-whitelist/capability.toml @@ -24,3 +24,16 @@ severity = "block" rust-module = "verifies::scope_files_whitelist" run-mode = "worktree" when = "on-return" + +[taxonomy] +kingdom = "capability" +mechanism = "gate" +domain = "scope" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_capabilities/tools/deny-tools/capability.toml b/_capabilities/tools/deny-tools/capability.toml index 28ecf23..e67a189 100644 --- a/_capabilities/tools/deny-tools/capability.toml +++ b/_capabilities/tools/deny-tools/capability.toml @@ -19,3 +19,16 @@ path = "text.md" rust-module = "gates::tools_deny_tools" event = "PreToolUse:Edit|Write" severity = "block" + +[taxonomy] +kingdom = "capability" +mechanism = "gate" +domain = "tools" +layer = "agent-substrate" +stage = "runtime" +stability = "stable" +language = "rust" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-architect.toml b/_manifests/kei-architect.toml index d67d29f..870a850 100644 --- a/_manifests/kei-architect.toml +++ b/_manifests/kei-architect.toml @@ -98,3 +98,16 @@ trigger = "architectural claim needs hard reproduction (build graph, import grap # References (extra files beyond auto-included baseline/memory/project) [references] extra = [] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-code-implementer.toml b/_manifests/kei-code-implementer.toml index a3868c9..5a6df75 100644 --- a/_manifests/kei-code-implementer.toml +++ b/_manifests/kei-code-implementer.toml @@ -103,3 +103,16 @@ trigger = "structural decision (new module graph, cross-cutting refactor, contra extra = [ "Background pattern: a real architectural-overlay case where audit fixes ballooned a file by over 50% of its original size — never patch, fix root formulas.", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-cost-guardian.toml b/_manifests/kei-cost-guardian.toml index 95c319a..226761f 100644 --- a/_manifests/kei-cost-guardian.toml +++ b/_manifests/kei-cost-guardian.toml @@ -92,3 +92,16 @@ extra = [ "https://cloud.google.com/compute/all-pricing", "https://elevenlabs.io/pricing", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-critic.toml b/_manifests/kei-critic.toml index 942ae80..7abfd94 100644 --- a/_manifests/kei-critic.toml +++ b/_manifests/kei-critic.toml @@ -83,3 +83,16 @@ trigger = "anti-pattern is structural (new family, needs design review)" # References (extra files beyond auto-included baseline/memory/project) [references] extra = [] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-fal-ai-runner.toml b/_manifests/kei-fal-ai-runner.toml index 953c23e..6143a2e 100644 --- a/_manifests/kei-fal-ai-runner.toml +++ b/_manifests/kei-fal-ai-runner.toml @@ -102,3 +102,16 @@ trigger = "anti-pattern sweep after batch — are prompts / generated assets con extra = [ "https://fal.ai/pricing (live pricing — WebFetch)", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-infra-implementer.toml b/_manifests/kei-infra-implementer.toml index 2729277..bf1abc2 100644 --- a/_manifests/kei-infra-implementer.toml +++ b/_manifests/kei-infra-implementer.toml @@ -98,3 +98,16 @@ extra = [ "Background pattern: when several apps share one EC2/VPS host, host-level changes need cross-project sanity first; default SECRET_KEY + missing CSRF on touch-points must be fixed, not papered over.", "Background pattern: duplicate LaunchAgents or chatty sync daemons without log-silencing can fill disks with tens of GB — scan for duplicates before adding infra.", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-ml-implementer.toml b/_manifests/kei-ml-implementer.toml index 8b90167..03af31b 100644 --- a/_manifests/kei-ml-implementer.toml +++ b/_manifests/kei-ml-implementer.toml @@ -102,3 +102,16 @@ extra = [ "Background incident: a real cost-overrun (triple digits lost to unchecked Modal runs) motivates the Modal Protocol above.", "Background pattern: audit fixes can balloon a file by 50%+ when bolted on as overlays — fix at the root, not on top.", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-ml-researcher.toml b/_manifests/kei-ml-researcher.toml index 97a544d..6837e5f 100644 --- a/_manifests/kei-ml-researcher.toml +++ b/_manifests/kei-ml-researcher.toml @@ -81,3 +81,16 @@ trigger = "question is about ML-system architecture (node graph, data-flow, modu # References (extra files beyond auto-included baseline/memory/project) [references] extra = [] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-modal-runner.toml b/_manifests/kei-modal-runner.toml index 3c850c5..a1fcc7f 100644 --- a/_manifests/kei-modal-runner.toml +++ b/_manifests/kei-modal-runner.toml @@ -102,3 +102,16 @@ trigger = "reported metrics must be verified before saving to `memory/{project}. extra = [ "https://modal.com/pricing (live pricing — WebFetch or user browser)", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-researcher.toml b/_manifests/kei-researcher.toml index 7cfa50c..277ab14 100644 --- a/_manifests/kei-researcher.toml +++ b/_manifests/kei-researcher.toml @@ -78,3 +78,16 @@ trigger = "findings suggest anti-pattern sweep or Constructor-Pattern violation # References (extra files beyond auto-included baseline/memory/project) [references] extra = [] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-security-auditor.toml b/_manifests/kei-security-auditor.toml index b4117dc..79b0a03 100644 --- a/_manifests/kei-security-auditor.toml +++ b/_manifests/kei-security-auditor.toml @@ -87,3 +87,16 @@ extra = [ "https://cwe.mitre.org/top25/", "https://osv.dev/", ] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_manifests/kei-validator.toml b/_manifests/kei-validator.toml index 848502f..7295f02 100644 --- a/_manifests/kei-validator.toml +++ b/_manifests/kei-validator.toml @@ -80,3 +80,16 @@ trigger = "FALSE claim reveals broader pattern of unverified assertions in codeb # References (extra files beyond auto-included baseline/memory/project) [references] extra = [] + +[taxonomy] +kingdom = "manifest" +mechanism = "compose" +domain = "agent" +layer = "agent-substrate" +stage = "design-time" +stability = "stable" +language = "toml" + +[lineage] +creator = "ag-orchestrator-human" +created = "2026-04-23" diff --git a/_roles/edit-local.toml b/_roles/edit-local.toml index 768c9af..7091daa 100644 --- a/_roles/edit-local.toml +++ b/_roles/edit-local.toml @@ -28,3 +28,16 @@ bash-patterns-allowed = ['^cargo( |$)', '^mkdir( |$)', '^rm -rf /tmp/'] [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" diff --git a/_roles/edit-shared.toml b/_roles/edit-shared.toml index 112534f..b7e5146 100644 --- a/_roles/edit-shared.toml +++ b/_roles/edit-shared.toml @@ -21,3 +21,16 @@ bash-patterns-allowed = ['^cargo( |$)', '^mkdir( |$)', '^rm -rf /tmp/'] [escalation] # Tightened vs edit-local: SSoT edits notify orchestrator on any unclear case policy = "orchestrator-notify" + +[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" diff --git a/_roles/explorer.toml b/_roles/explorer.toml index d47bd21..ce54266 100644 --- a/_roles/explorer.toml +++ b/_roles/explorer.toml @@ -16,3 +16,16 @@ 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" diff --git a/_roles/git-ops.toml b/_roles/git-ops.toml index 3fc8c31..c1aaecc 100644 --- a/_roles/git-ops.toml +++ b/_roles/git-ops.toml @@ -20,3 +20,16 @@ bash-patterns-allowed = ['.*'] [escalation] # Not reachable at runtime — orchestrator owns this context directly. policy = "fail-fast" + +[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" diff --git a/_roles/read-only.toml b/_roles/read-only.toml index 838b992..15d3f3e 100644 --- a/_roles/read-only.toml +++ b/_roles/read-only.toml @@ -24,3 +24,16 @@ bash-patterns-allowed = [] [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"