You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Breaking: authored source uses schema version 4: place bundle.json, skills/<category>/<skill>, and agents/<agent> directly under the source root. The legacy source layout is not accepted by the new builder.
Breaking:agent-distribution build now requires --source and --output; --root has been removed. Generate an untracked output such as artifacts/agent-distribution before packing. The output directory name must be agent-distribution.
Breaking: public build services now take distinct AbsolutePath sourceRoot and AbsolutePath outputRoot parameters.
The GitHub verify Action builds its bundled CLI source into runner temporary storage. It validates a source bundle and does not synchronize, commit, or package generated output.
Removed
Removed the generated-output synchronization workflow and the sync and release Actions.
Fixed
Package verification can build the CLI from a fresh checkout using the restored artifacts path.