Files
Clement Saillant e9f87a38da fix: remove hardcoded IPs + implement worker + add gate S2 + .env.example
- Replace 192.168.0.119 hardcoded IPs with env vars in server.py, mcp.json, CLAUDE.md
- Implement worker HTTP polling against Mascarade task queue (was a sleep stub)
- Add .env.example documenting all required env vars
- Fill empty bmad/gates/gate_s2.md with web/PR review checklist
- Gitignore .claude/settings.json and remove private macOS paths
- Add test for /bridge/mascarade env var usage (no hardcoded IPs)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 18:49:12 +00:00

24 lines
549 B
Bash

# Kill_LIFE — Environment variables
# Copy to .env and adjust values for your setup.
# Mascarade integration (LLM router / agent execution)
MASCARADE_CORE_URL=http://localhost:8100
MASCARADE_API_URL=http://localhost:8000
MASCARADE_API_KEY=
MASCARADE_MCP_URL=http://localhost:8100/mcp
# P2P mesh bootstrap node
P2P_BOOTSTRAP=localhost:4002
# Worker config
KILL_LIFE_API_URL=http://localhost:8200
WORKER_POLL_INTERVAL=10
# MCP servers (optional)
APIFY_API_KEY=
HUGGINGFACE_API_KEY=
# CI/CD (optional)
WOKWI_CLI_TOKEN=
KILL_LIFE_ENV=development