-
Notifications
You must be signed in to change notification settings - Fork 0
fix: add capabilities stanza to construct.yaml #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -56,6 +56,17 @@ events: | |
| consumes: | ||
| - event: forge.observer.canvas_created | ||
| description: "Observer canvases inform taste token decisions" | ||
| capabilities: | ||
| model_tier: sonnet | ||
| danger_level: moderate | ||
| effort_hint: medium | ||
| downgrade_allowed: false | ||
| execution_hint: sequential | ||
| requires: | ||
| native_runtime: true | ||
| tool_calling: true | ||
| thinking_traces: false | ||
| vision: false | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Several shipped skills declare Useful? React with πΒ / π. |
||
| type: skill-pack | ||
| composition_paths: | ||
| reads: | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the 037/Echelon pipeline now gates construct admission on
construct.yamlcapabilities, this top-levelthinking_traces: falsewill misclassify Artisan as runnable on trace-less runtimes even though/envisioning-directionexplicitly requires traces inskills/envisioning-direction/index.yaml:55-59. In that environment the construct will be accepted, but invoking that skill will fail or be silently degraded because the pack metadata under-reports one of its contained skills' hard requirements.Useful? React with πΒ / π.