Single-commit clean baseline after security scrub of niche-tells, project codenames, internal jargon, and contributor-email leaks. Contents: - 100 Rust crates (_primitives/_rust/) - 37 agent manifests (_manifests/) + generated specs (_generated/) - 67 user-invocable skills (skills/) - 33 hooks (hooks/) - Composition blocks (_blocks/) - Documentation (docs/, README.md) - TS adapter packages (_ts_packages/) - Assembler (_assembler/) - Roles (_roles/) - Templates (_templates/) - Forgejo CI (.forgejo/) Author: Denis Parfionovich <info@greendragon.info> License: see LICENSE.
28 lines
688 B
TOML
28 lines
688 B
TOML
[role]
|
|
name = "auditor"
|
|
display-name = "Fork review auditor (read-only)"
|
|
description = "Reviews a writer's fork diff. Emits PASS/FAIL/INCONCLUSIVE verdict with findings. No mutations."
|
|
spawnable = true
|
|
claude-subagent-type = "critic"
|
|
|
|
[capabilities]
|
|
required = ["policy::no-git-ops","scope::read-only","verify::fork-audit","output::verdict"]
|
|
|
|
[tools]
|
|
allowed = ["Read","Glob","Grep","Bash"]
|
|
bash-patterns-allowed = ['^cargo( |$)','^git diff','^git log','^git show']
|
|
|
|
[escalation]
|
|
policy = "ask-via-return"
|
|
|
|
[taxonomy]
|
|
kingdom = "role"
|
|
mechanism = "audit"
|
|
domain = "agent"
|
|
layer = "agent-substrate"
|
|
stage = "runtime"
|
|
stability = "stable"
|
|
language = "toml"
|
|
|
|
[pipeline]
|
|
handoff = ["merger"]
|