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
776 B
TOML
16 lines
776 B
TOML
# Deprecated alias — see `tools::bash-allowlist` for the real capability.
|
|
#
|
|
# Why this file exists: `tools::cargo-only-bash` was the original name
|
|
# shipped in v0.16. v0.17 renamed it to `tools::bash-allowlist` because
|
|
# "cargo-only" described only the default pattern set, not the actual
|
|
# mechanism (an allowlist over the Bash argv).
|
|
#
|
|
# 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::bash-allowlist` directly.
|
|
|
|
[capability]
|
|
name = "tools::cargo-only-bash"
|
|
alias = "tools::bash-allowlist"
|
|
deprecated = "v0.17 — use tools::bash-allowlist; alias retained through v2"
|