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.
Patch Changes
6601cc2: Rewrite generated skill Workflow sections as imperative, checkpointed steps so workflow discipline transfers (#23).
01d7a34: Generated workflows now name a concrete pre-code artifact when a profiled culture expects one. The Oxide skill's workflow step now requires a short RFD-style decision record (problem, options considered, chosen approach with tradeoffs, failure modes/validation) for a meaningful design choice, before implementation (#23).
f25e596: Claude plugin and skill metadata now stay synchronized with package releases: .claude-plugin/plugin.json and the dev-like skill's frontmatter version are automatically kept in lockstep with package.json, and bun run validate catches drift before it ships.