Proxmox VE setup wizard for VM with my default settings.
Find a file
2026-03-08 00:13:24 +01:00
SPEC initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00
.gitignore initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00
ARCHITECTURE.md initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00
README.md initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00
SPEC.md initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00
TASKS.md initial commit; layout Plan for agentic development 2026-03-08 00:13:24 +01:00

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