This repo is a minimal Forge v0 test bed using Gitpod as the shared session container.
- One shared container
- Shared VS Code-like editor + terminal
- A tiny Claude overseer script that reads context and writes output back to disk
- Create a Gitpod workspace from this repo.
- In the Gitpod terminal:
pip install -r requirements.txt- Set your Claude API key (and optional model):
export ANTHROPIC_API_KEY="your_key_here"
export CLAUDE_MODEL="claude-3-5-sonnet-20241022"- Edit
FORGE_CONTEXT.mdwith the current task. - Run the overseer:
python scripts/forge_agent.pyClaude writes the response to CLAUDE_OUTPUT.md.
Invite your collaborator in Gitpod, and you both attach to the same workspace.
FORGE_CONTEXT.md: shared task stateCLAUDE_OUTPUT.md: Claude outputscripts/forge_agent.py: minimal overseer.gitpod.yml: Gitpod setup