infra: add GH issue template + detailed-issue authoring rule - #82
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 49 minutes Limit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?Wait for the limit to reset, then comment An organization admin can change what happens after included review limits in Billing. How do review limits work?CodeRabbit enforces per-developer PR review limits within each organization. For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
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 |
102336f to
70919f4
Compare
|
Rebased onto main after #81 merged (squash-merge meant a plain retarget wasn't enough — same SHA-mismatch pattern as PR #73). Clean rebase: git recognized the redundant rules-setup commit was already on main and dropped it automatically, keeping only this PR's genuinely new content (issue template, PR template, the issue-authoring rule, and the CLAUDE.md line referencing it). Lint clean, 0 errors. |
Overview
Stacked on #81 (needs
.cursor/rules/to exist first). Adds:.github/ISSUE_TEMPLATE/detailed-task.md— the standard template (Context / Current State / Acceptance Criteria / Edge Cases / Related Issues).github/pull_request_template.md— adapted from harmonia's shape (Overview / Pre-merge Checklist / Testing / Additional Notes), swapped for this repo's actual commands (pnpm build/pnpm lintinstead of Biome/typecheck).cursor/rules/04-issue-authoring.mdc— codifies the standard as a hard rule, references feat: build recommendations and testimonials system #65/content: update CV and professional experience timeline #66 as the bar to hitPre-merge checklist
infra/75-claude-rules, retarget tomainonce that merges)Closes #76