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.
16 lines
761 B
TOML
16 lines
761 B
TOML
# Deprecated alias — see `tools::deny-tools` for the real capability.
|
|
#
|
|
# Why this file exists: `tools::read-only` was the original name shipped
|
|
# in v0.16. v0.17 renamed it to `tools::deny-tools` because the old name
|
|
# was a metaphor ("read-only") while the new name describes the actual
|
|
# mechanism (the gate adds tools to a deny-list).
|
|
#
|
|
# The registry in `kei-agent-runtime` resolves the old name to the new
|
|
# implementation at lookup time and emits a stderr deprecation warning.
|
|
# No `text.md` lives here — alias stubs never ship agent-visible text;
|
|
# role files should reference `tools::deny-tools` directly.
|
|
|
|
[capability]
|
|
name = "tools::read-only"
|
|
alias = "tools::deny-tools"
|
|
deprecated = "v0.17 — use tools::deny-tools; alias retained through v2"
|