-
Notifications
You must be signed in to change notification settings - Fork 6
docs: update README #36
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
📝 WalkthroughWalkthroughThe README is fully rewritten to center the repository on a plugin-driven workflow, reorganizing into Quick Start, The Workflow, Commands, Internal Commands, Agents, Issue Tracking Integration, Plugin Structure, Generated Files, and Local Development with simplified configuration and onboarding. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 3
🤖 Fix all issues with AI agents
In `@README.md`:
- Around line 186-196: The markdown code block showing the plugin directory tree
in README.md triggers markdownlint MD040; update that fenced block to include a
language tag (for example "text") after the opening ``` so the tree is ```text
... ```; locate the tree block under the plugins/claude-constructor/ example in
README.md and add the language tag to the opening fence to satisfy MD040.
- Around line 121-130: The fenced code block in README.md (the generated-files
tree containing state_management/, specifications/, code_reviews/) lacks a
language tag which triggers markdownlint MD040; update the opening fence from
``` to ```text so the block becomes a text code block (keep the existing closing
fence), ensuring the tree block is explicitly marked as plain text.
- Around line 32-52: The fenced ASCII workflow block that begins with "PLANNING"
is missing a language tag and triggers markdownlint MD040; update the opening
fence for that code block (the triple backticks surrounding the box containing
"PLANNING" → "IMPLEMENTATION" → "REVIEW") to include a language tag such as text
(i.e., change ``` to ```text) so the block is properly annotated.
a64076b to
eaa3167
Compare
eaa3167 to
5166dee
Compare
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.