[t-001] Create pyproject.toml + project scaffolding #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Set up the Python project with correct dependencies, structure, and tooling.
Implementation Steps
Implementation Steps
1. Create
pyproject.tomlWrite a complete pyproject.toml at
/home/david/Projects/keryx-bff/pyproject.tomlusing this exact content:2. Create source directory structure
Create all directories from AGENT.md §5:
3. Verify dependencies install
Verification Gate
Verification Gate
Run:
STOP Conditions
STOP Conditions
uv syncfails due to Python version < 3.12, stop and report the issue.