sahibzada-allahyar/YC-Killer
View on GitHub[Physics Copilot] E0-01 — Create root-level `physics_copilot/` and `lean_proof_engine/`
Open
#20 opened on Nov 2, 2025
area:infrahelp wantedsize:Stype:task
Repository metrics
- Stars
- (2,780 stars)
- PR merge metrics
- (PR metrics pending)
Description
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
- Both packages import cleanly
- make dev starts services
- CI runs for both packages
Estimated Time: 1 day