Conversation
|
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. ✨ 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.
Pull request overview
This PR updates the AGENTS.md documentation file to align with current project state and clarify legacy features.
Changes:
- Updated Go version from 1.24 to 1.24.4 to match go.mod
- Added internal/testutil to the list of internal packages
- Updated the WTP_SHELL_INTEGRATION documentation to clarify it's a legacy environment variable
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AGENTS.md
Outdated
| - Use `go run ./cmd/wtp <args>` for rapid feedback instead of building binaries. | ||
| - Run commands from inside a worktree to mimic real usage (e.g., `go run ../cmd/wtp add feature/new-feature`). | ||
| - Toggle shell integration paths with `WTP_SHELL_INTEGRATION=1` when testing cd behavior. | ||
| - `WTP_SHELL_INTEGRATION` はレガシーな環境変数で、現在の `wtp cd` の挙動には不要。 |
There was a problem hiding this comment.
The comment on this line is in Japanese while the entire rest of the document is in English. This creates an inconsistency in the documentation language. Additionally, line 116 in this same document already provides the English explanation: "wtp cd no longer depends on WTP_SHELL_INTEGRATION=1; the command itself only prints paths." Consider using English for consistency, for example: "WTP_SHELL_INTEGRATION is a legacy environment variable and is no longer required for current wtp cd behavior."
| - `WTP_SHELL_INTEGRATION` はレガシーな環境変数で、現在の `wtp cd` の挙動には不要。 | |
| - `WTP_SHELL_INTEGRATION` is a legacy environment variable and is no longer required for current `wtp cd` behavior. |
Summary
Testing