oh-my-customcode 0.118.0 → 0.118.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli/index.js
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -31,6 +31,12 @@ Extended context suffix: `[1m]` (e.g., `claude-opus-4-6[1m]`) — enables 1M tok
|
|
|
31
31
|
|
|
32
32
|
Key optional fields: `memory`, `effort`, `skills`, `soul`, `isolation`, `background`, `maxTurns`, `maxTokens`, `mcpServers`, `hooks`, `permissionMode`, `disallowedTools`, `limitations`, `domain`, `disableSkillShellExecution`. Supported since CC v2.1.63+. See full optional frontmatter via Read tool.
|
|
33
33
|
|
|
34
|
+
### Note on `skills:` field
|
|
35
|
+
|
|
36
|
+
The `skills:` frontmatter field is **advisory metadata** consumed by oh-my-customcode tooling (graph-builder, mgr-sauron) for documentation and validation. It is **NOT a runtime allowlist** — Claude Code does not filter the available skills based on this field, and subagents can invoke any registered skill regardless of what `skills:` declares. Use it to document a subagent's intended skill dependencies; do not rely on it for access control.
|
|
37
|
+
|
|
38
|
+
Reference: research findings on issue #1055 (closed not-planned).
|
|
39
|
+
|
|
34
40
|
<!-- DETAIL: Optional Frontmatter (full yaml block)
|
|
35
41
|
```yaml
|
|
36
42
|
memory: project # user | project | local
|
package/templates/manifest.json
CHANGED