fix(.agents): list all 5 skills in manifest.yaml enabled.skills
sf-wiki, forge-autonomous-runtime, forge-command-surface, nix-build, and smoke-test are all present in .agents/skills/ and must be declared in enabled.skills per the AGENTS-1 spec. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a9ebfb4442
commit
8ea4b0745d
1 changed files with 6 additions and 1 deletions
|
|
@ -17,7 +17,12 @@ enabled:
|
|||
policies:
|
||||
- default-safe
|
||||
- yolo
|
||||
skills: []
|
||||
skills:
|
||||
- forge-autonomous-runtime
|
||||
- forge-command-surface
|
||||
- nix-build
|
||||
- sf-wiki
|
||||
- smoke-test
|
||||
|
||||
resolution:
|
||||
enableUserOverlay: false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue