-
Notifications
You must be signed in to change notification settings - Fork 1.4k
chore: add changeset for 1.0.0 release #577
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
Conversation
|
No reviewable files after applying ignore patterns. |
📝 WalkthroughWalkthroughA changeset documentation file announcing the OPSX rebrand and comprehensive workflow rewrite for OpenSpec, including removal of legacy /openspec:* commands, introduction of new /opsx:* commands, semantic specification syncing at the requirement level, multi-provider AI tool support, and interactive onboarding. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
Update from minor to major version bump. Rewrite release notes to properly capture the OPSX workflow changes: - Dynamic instructions based on artifact state - Semantic spec syncing with ADDED/MODIFIED/REMOVED parsing - Step-through artifacts with /opsx:continue - Skills support alongside tool commands - Breaking: old /openspec:* commands removed
Based on deep research into old vs new workflow: Old workflow: - 3 phase-locked commands (proposal → apply → archive) - 8+ config files scattered at project root - Static prompts, same instructions every time - Text-based spec merging New OPSX workflow: - 10 action-based commands (do any action anytime) - Dynamic instructions (context + rules + template layers) - Artifact graph with dependency awareness - Semantic spec syncing (ADDED/MODIFIED/REMOVED/RENAMED) - Agent Skills standard for cross-editor compatibility - 21 AI tools supported - Onboarding skill for guided first experience
|
Recreating with correct branch name (changeset-1.0.0-opsx) |
OpenSpec 1.0 — The OPSX Release
The workflow has been rebuilt from the ground up.
Breaking Changes
/openspec:*commands removedCLAUDE.md,.cursorrules,AGENTS.md,project.md) no longer generatedopenspec initto upgradeWhat Changed
.claude/skills/directory (Agent Skills standard)New Commands
/opsx:explore— Think through ideas before committing/opsx:new— Start a change/opsx:continue— Create one artifact at a time (step-through)/opsx:ff— Create all artifacts at once (fast-forward)/opsx:apply— Implement tasks/opsx:verify— Validate implementation matches artifacts/opsx:sync— Sync delta specs to main specs/opsx:archive— Archive completed change/opsx:bulk-archive— Archive multiple changes with conflict detection/opsx:onboard— Guided 15-minute walkthroughNew Features
openspec/schemas/without touching codeBug Fixes
Documentation
🤖 Generated with Claude Code