initial commit; layout Plan for agentic development
This commit is contained in:
commit
a34229a6ae
14 changed files with 1125 additions and 0 deletions
17
README.md
Normal file
17
README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## Commands
|
||||
|
||||
- Install: `uv sync`
|
||||
- Run app: `uv run python -m your_app`
|
||||
- Run tests: `uv run pytest`
|
||||
- Lint: `uv run ruff check .`
|
||||
- Format: `uv run ruff format .`
|
||||
|
||||
## Engineering rules
|
||||
|
||||
- Write tests before implementation
|
||||
- Prefer small PR-sized tasks
|
||||
- Keep business logic out of widgets where possible
|
||||
- Every screen must have empty/loading/error coverage
|
||||
- Every interactive feature needs at least one Pilot test
|
||||
- Visual changes should be covered by snapshot tests
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue