docs: update CLAUDE.md, README, and .env.template for write test requirements

Document RUN_WRITE_TESTS and TEST_PR_ID env vars across all three files.
Fix .env.template to keep write-test vars commented out. Reference .env.template
as the starting point for local development setup.

Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-20 23:35:05 +02:00
parent 5d911d91a7
commit 8a410c7fd7
3 changed files with 17 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ BITBUCKET_MCP_EMAIL=your_email@example.com
BITBUCKET_MCP_TOKEN=your_api_token
DEFAULT_WORKSPACE=your-workspace
DEFAULT_REPO=your-repo
RUN_WRITE_TESTS=true
TEST_PR_ID=123
# Integration test write operations
# ---------------------------------------------------------------------------------
@@ -12,7 +10,6 @@ TEST_PR_ID=123
# TEST_PR_ID must also be set — write tests will only run against this specific PR
# to avoid accidentally modifying unrelated pull requests.
# ---------------------------------------------------------------------------------
# Example:
# RUN_WRITE_TESTS=true
# TEST_PR_ID=123
# ---------------------------------------------------------------------------------