-
Notifications
You must be signed in to change notification settings - Fork 8
Plane Compose docs #201
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: master
Are you sure you want to change the base?
Plane Compose docs #201
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughAdds comprehensive documentation for a new "Plane Compose" YAML-based CLI and updates the docs sidebar to include a link to the new page. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes 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. ✨ Finishing touches🧪 Generate unit tests (beta)
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: 1
🤖 Fix all issues with AI agents
In `@docs/dev-tools/plane-compose.md`:
- Around line 45-58: Add a language identifier to the fenced tree block so
MarkdownLint MD040 is satisfied: update the triple-backtick fence that precedes
the project tree (the block showing "my-project/ … .plane/ state.json") to
include a language tag such as "text" (or "bash") so the fence reads ```text,
leaving the contents unchanged.
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: 2
🤖 Fix all issues with AI agents
In `@docs/dev-tools/plane-compose.md`:
- Around line 185-200: The fenced directory tree block in the Plane Compose docs
is missing a language identifier and triggers markdownlint MD040; update the
opening fence for the tree (the block that starts with ``` and contains the
my-project/ tree structure) to include the language identifier text (i.e.,
change the opening fence to ```text) so the tree block is consistently marked as
plain text like other tree blocks in the repo.
- Line 14: The markdown list item "**Auto-create projects**" is missing the
leading `-` so it won't render as a bullet; edit the line containing the literal
text "**Auto-create projects**" and prepend a `- ` to make it a proper list item
(e.g., "- **Auto-create projects**") so it appears correctly under the
surrounding bullet list.
Description
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
Summary by CodeRabbit
Documentation