Skip to content

docs: update AGENTS.md#83

Merged
satococoa merged 5 commits intomainfrom
codex/add-task-rules
Feb 3, 2026
Merged

docs: update AGENTS.md#83
satococoa merged 5 commits intomainfrom
codex/add-task-rules

Conversation

@satococoa
Copy link
Owner

Summary

  • align AGENTS.md Go version with go.mod
  • include internal/testutil in package list
  • clarify WTP_SHELL_INTEGRATION is legacy

Testing

  • not run (docs-only)

Copilot AI review requested due to automatic review settings February 3, 2026 15:10
@coderabbitai
Copy link

coderabbitai bot commented Feb 3, 2026

Warning

Rate limit exceeded

@satococoa has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 12 minutes and 32 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/add-task-rules

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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` の挙動には不要。
Copy link

Copilot AI Feb 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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."

Suggested change
- `WTP_SHELL_INTEGRATION` はレガシーな環境変数で、現在の `wtp cd` の挙動には不要。
- `WTP_SHELL_INTEGRATION` is a legacy environment variable and is no longer required for current `wtp cd` behavior.

Copilot uses AI. Check for mistakes.
@satococoa satococoa merged commit 68c1c26 into main Feb 3, 2026
11 checks passed
@satococoa satococoa deleted the codex/add-task-rules branch February 3, 2026 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants