File tree Expand file tree Collapse file tree
.claude/skills/teammate-prompt/references Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ cd ralph-town
6868/usr/bin/git checkout -b docs/104-standardize-env-vars
6969
7070## Implementation
71- Standardize on GH_TOKEN everywhere. Search and replace GITHUB_PAT .
71+ Standardize on GH_TOKEN everywhere. This is now complete (GH_TOKEN is standard) .
7272
7373Files to update:
7474- CLAUDE.md
Original file line number Diff line number Diff line change 1111 "postCreateCommand" : " bun install && npm i -g tsx @anthropic-ai/claude-agent-sdk" ,
1212 "remoteEnv" : {
1313 "ANTHROPIC_API_KEY" : " ${localEnv:ANTHROPIC_API_KEY}" ,
14- "GITHUB_PAT " : " ${localEnv:GITHUB_PAT }" ,
14+ "GH_TOKEN " : " ${localEnv:GH_TOKEN }" ,
1515 "LANGFUSE_SECRET_KEY" : " ${localEnv:LANGFUSE_SECRET_KEY}" ,
1616 "LANGFUSE_PUBLIC_KEY" : " ${localEnv:LANGFUSE_PUBLIC_KEY}"
1717 },
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ ralph-town sandbox delete abc123
8787## Requirements
8888
8989- ` DAYTONA_API_KEY ` - Get from [ daytona.io] ( https://daytona.io )
90- - ` GITHUB_PAT ` - For git push operations (optional)
90+ - ` GH_TOKEN ` - For git push operations (optional)
9191
9292## Packages
9393
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npx ralph-town
3030| Variable | Required | Description |
3131| ----------------- | --------------- | --------------- |
3232| ` DAYTONA_API_KEY ` | runtime=daytona | Daytona API key |
33- | ` GITHUB_PAT ` | git workflow | GitHub token |
33+ | ` GH_TOKEN ` | git workflow | GitHub token |
3434
3535## Development
3636
You can’t perform that action at this time.
0 commit comments