Add agent-feedback setup - #295
Conversation
|
WalkthroughAdds repository guidance for recording actionable out-of-scope observations in 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@agent-feedback/README.md`:
- Around line 30-33: Update the feedback entry template in README.md to replace
the fixed 2026-07-02 value with a <YYYY-MM-DD> placeholder, while preserving the
existing entry format.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 8d95a3e1-ad76-4071-9626-d99b73bf8106
📒 Files selected for processing (8)
AGENTS.mdCLAUDE.mdagent-feedback/README.mdagent-feedback/bugs.mdagent-feedback/cleanup.mdagent-feedback/dx.mdagent-feedback/perf.mdagent-feedback/unclear.md
| ```md | ||
| ## <one-line imperative summary> | ||
|
|
||
| `<primary/file/path.ts>` › `<nearestStableSymbol>` | 2026-07-02 | impact:<low|med|high> | effort:<low|med|high> |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Use a date placeholder in the entry template.
2026-07-02 can be copied verbatim and make future feedback entries appear misdated. Replace it with <YYYY-MM-DD> or clearly label it as an example.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@agent-feedback/README.md` around lines 30 - 33, Update the feedback entry
template in README.md to replace the fixed 2026-07-02 value with a <YYYY-MM-DD>
placeholder, while preserving the existing entry format.
Add agent-feedback/ (README + bugs/cleanup/dx/perf/unclear category files) and reference it from AGENTS.md, matching the marko repo.
b4ac54c to
5e7e0aa
Compare
Adds the
agent-feedback/directory (README + bugs/cleanup/dx/perf/unclear category files) and references it from AGENTS.md, matching the setup in the marko repo.