Goal
Establish two root-level packages with proper Python project structure.
Directory Structure
YC-Killer/
├── physics_copilot/
│ ├── pyproject.toml
│ ├── Makefile
│ ├── backend/
│ ├── adapters/
│ ├── ui/
│ ├── runs/
│ └── tests/
└── lean_proof_engine/
├── pyproject.toml
├── engine/
├── cli/
└── tests/
Dependencies
- FastAPI, uvicorn, pydantic
- httpx, redis
- pytest, ruff, mypy
Success Criteria
Estimated Time: 1 day
Goal
Establish two root-level packages with proper Python project structure.
Directory Structure
Dependencies
Success Criteria
Estimated Time: 1 day