docs(rfc): record deferred skill extensions

This commit is contained in:
Tianyi Cui
2026-07-11 22:18:58 +08:00
parent 1b1384c8b8
commit 28f7fa0969

View File

@@ -47,3 +47,7 @@ The data structures and catalog/tool contract are documented in [skills.md](../.
The agent-core spine includes one session-prefix contributor, one local provider, and one model-facing tool. Skill discovery is cwd-sensitive, so callers that create agents with different session cwd values can observe different project skill overrides by design.
The catalog is deterministic for a fixed root set and runtime registration revision, but disk changes are not watched; discovery is memoized until runtime registration invalidates the cache or the process restarts.
## Deferred
Forked skill contexts (`context: fork`), direct user/slash invocation (`user-invocable`), parameter declarations and hints (`arguments` and `argument-hint`), and per-skill tool constraints (`allowed-tools` and `disallowed-tools`) are outside the shipped contract. The registry, local provider, and model-facing tool do not parse, advertise, or enforce these fields.