No description
- Python 99.8%
- Dockerfile 0.2%
Initialize the full Experiment 000 codebase and runtime scaffolding. - add containerized runtime (Dockerfile, docker-compose) and Python dependencies - add immutable constitution and project/patch specification docs - add SQL schema for experiment store, journal entries, and conversations - add configurable coach settings (config/coach.yaml) and app config loader - implement core async modules: coach engine, constitution loader, scheduler, bot entrypoint - implement data layer: Supabase read-only reader, PostgreSQL experiment store, journal scraper - add domain models with validation and structured data contracts - implement Telegram bot flows and daily coaching orchestration - add pytest suite for biometrics, coach logic, constitution, store, scraper, and models - include project test configuration and package initialization files |
||
|---|---|---|
| config | ||
| sql | ||
| src | ||
| tests | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| CONSTITUTION.md | ||
| docker-compose.yml | ||
| Dockerfile | ||
| experiment_000_prd.md | ||
| experiment_000_v1.1_patch.md | ||
| pytest.ini | ||
| requirements.txt | ||