-
Notifications
You must be signed in to change notification settings - Fork 1.3k
revert: undo README update from init merge #567
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
Reverts the README documentation changes that were included in PR #565. These changes document features that aren't released yet. A separate PR will be opened to re-apply these changes when the package is released.
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThis pull request comprehensively restructures the README to shift from legacy "Agent Skills + Slash Commands" framing to "Native Slash Commands" and introduces the new "Experimental OPSX Workflow" concept. The changes update initialization setup, artifact progression examples, command references, team adoption guidance, and add new Telemetry and Experimental Features sections. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Poem
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 |
Greptile SummaryThis PR cleanly reverts the README documentation changes introduced in PR #565, restoring the previous stable state. The changes document the OPSX workflow features and Agent Skills integration that were merged but not yet released. Key changes reverted:
The revert is appropriate since the package hasn't been released yet. A separate branch Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant Dev as Developer
participant PR565 as PR #565 (Merged)
participant README as README.md
participant PR567 as PR #567 (This PR)
participant Branch as docs/readme-init-updates
Note over PR565,README: PR #565 merges init/experimental features
PR565->>README: Update with Agent Skills docs
PR565->>README: Document /opsx:* commands
PR565->>README: Update init workflow
Note over README: README now documents unreleased features
Note over Dev,PR567: Realizes package not yet released
Dev->>PR567: Create revert PR
PR567->>README: Revert to pre-#565 state
Note over README: README restored to stable state
Dev->>Branch: Create docs/readme-init-updates branch
Note over Branch: Ready to reapply after release
Note over PR567: Safe to merge - docs only
|
Review CompleteYour review story is ready! Comment !reviewfast on this PR to re-generate the story. |
Summary
Context
The README update was part of the init/experimental merge PR, but the package hasn't been released yet. This reverts the README to prevent documenting unreleased features.
A separate PR (
docs/readme-init-updates) has been opened to re-apply these changes when the package is released.Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.