docs: update AGENTS.md with accurate bot architecture and config#1612
docs: update AGENTS.md with accurate bot architecture and config#1612simonkberg merged 1 commit intomainfrom
Conversation
Fix misleading simon-bot description (runs via instrumentation.ts WebSocket subscription, not after()), add undocumented next.config.ts settings, and document rate limit gate and message deduplication. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
🚅 Deployed to the simon.dev-pr-1612 environment in simon.dev
|
|
Claude finished @simonkberg's task in 1m 28s —— View job Code Review
All documented changes verified against source. The PR is accurate and clean — here are my findings: Verified correct:
Minor omissions (not blocking, intentional omissions are fine): Two
Overall: Documentation is accurate and a clear improvement over what it replaced. The bot architecture fix in particular removes genuinely misleading information. Ready to merge. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1612 +/- ##
=======================================
Coverage 97.81% 97.81%
=======================================
Files 49 49
Lines 916 916
Branches 161 161
=======================================
Hits 896 896
Misses 8 8
Partials 12 12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
instrumentation.tsWebSocket subscription at server boot, not viaafter()next.config.tssettings (output,cacheComponents,reactCompiler,globalNotFound)config.tsandinstrumentation.tsto directory structureTest plan
next.config.ts🤖 Generated with Claude Code