-
Notifications
You must be signed in to change notification settings - Fork 1.4k
docs: modernize opsx.md #616
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?
Conversation
📝 WalkthroughWalkthroughThis pull request updates the OPSX workflow documentation to reposition OPSX as the primary paradigm and rename the previous "standard workflow" to "legacy" workflow. Content is reorganized, sections and headings are revised for consistency, and setup instructions are clarified to reflect automatic skill generation. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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. |
Greptile OverviewGreptile SummaryThis PR modernizes Key changes:
All changes are consistent with the codebase — the Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant Doc as docs/opsx.md
participant CLI as OpenSpec CLI
Note over User,CLI: Documentation Modernization
User->>Doc: Remove "Claude Code only" notice
Note right of Doc: OPSX now widely available
User->>Doc: Update "Standard workflow" → "Legacy workflow"
Note right of Doc: Clarifies terminology
User->>Doc: Update setup instructions
User->>Doc: Remove "openspec experimental" command
Note right of Doc: Command deprecated, merged into init
User->>Doc: Update "Config is created during experimental"
User->>Doc: Change to "Config is created during openspec init"
Note right of Doc: Reflects current CLI behavior
User->>CLI: openspec init
Note right of CLI: Now handles all setup (including skills)
CLI-->>User: Skills auto-generated in .claude/skills/
|
Congrats on shipping v1.0!
Noticed opsx.md hadn't been updated yet, so here's a refresh:
openspec experimentalcommandSummary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.