feat: guide durable AGENTS.md updates - #305
Conversation
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ 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. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR extends the PawWork system prompt with new behavioral instructions that govern agent interaction with Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related issues
Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the system prompt in pawwork.txt to include guidelines for durable project documentation via AGENTS.md and adds corresponding tests in system.test.ts. The review suggests refining the instructions for editing AGENTS.md to ensure the agent reads existing files before proposing changes and to include operational guidance favoring specialized tools for better efficiency.
8daab94 to
49bab24
Compare
Summary
Add PawWork system prompt guidance for recognizing durable user preferences, long-term tendencies, recurring background context, project conventions, and future workflow rules as candidates for AGENTS.md.
Why
PawWork should help users preserve stable guidance across sessions without turning AGENTS.md into a scratchpad. The new prompt tells the model to propose AGENTS.md updates when durable context appears, but only write persistent project guidance when the user explicitly asks or confirms.
Related Issue
No linked issue. This is a focused prompt behavior improvement discussed directly.
How To Verify
bun --cwd packages/opencode test test/session/system.test.tsScreenshots or Recordings
Not applicable. This is a system prompt change with no visible UI changes.
Checklist
dev, and my PR title and commit messages use Conventional Commits in EnglishSummary by CodeRabbit
Tests
Chores