Commit Graph

8 Commits

Author SHA1 Message Date
Praxis CI 98779b5a72 docs(ship): phase 0 complete — v0.1.0 tagged, release #371 created
---ci---
project: praxis
phase: 0
milestone: v0.2
status: complete
release:
  status: created
  url: https://git.cloudinit.dev/coreci/praxis/releases/tag/v0.1.0
---/ci---
2026-08-01 14:10:45 +00:00
Praxis CI 2999c5163c docs(grill): adversarial review — 15 challenges, 2 MUST, 4 FIX, 7 ACCEPT
G-101 MUST: GITEA_TOKEN injection chain broken (hookscript on host, token in CT env)
  → Fix: bake token into snippet at staging time
G-102 MUST: PRAXIS_DB_PATH never read by server (db/store.py, db/migrate.py hardcode path)
  → Fix: add os.environ.get('PRAXIS_DB_PATH', 'praxis.db') in 2 files
G-103 FIX: 5 missing env vars in injection list (OLLAMA_CHAT_URL, CARTESIA_VOICE_ID, etc.)
G-104 FIX: health-check timeout 300s→600s (zero margin vs 5min build)
G-105 FIX: Dockerfile pip install runs before source copy (build fails)
G-106 FIX: bats test count 9→10 (MH-26 + Makefile)

Verdict: APPROVE_WITH_NOTES — plan sound with 6 fixes applied in EXECUTE

---ci---
project: praxis
phase: 0
milestone: v0.2
status: grill
---/ci---
2026-08-01 14:10:15 +00:00
Praxis CI 0df1ec391a docs(P00): create phase 1 plan — 10 slices, 4 waves, 34 tasks, 20/20 REQ coverage
PLAN.md: 998 lines (vertical-slice plan with wave ordering)
.gitignore: fix .env.example being ignored by .env.* pattern (D-038)

Wave 1: Dockerfile + docker-compose.yml + .dockerignore | FastAPI StaticFiles mount
Wave 2: PVE API layer (8 scripts) | health-check.sh
Wave 3: firstboot-hook.sh | install-service.sh + praxis.service | lxc-deploy.sh
Wave 4: secret wiring + .env.example | bats tests (11 files) | E2E verification

Persona load: devops-engineer 15 tasks, lead-developer 4, backend 4, data 2, frontend 0 (deactivated)

---ci---
project: praxis
phase: 0
milestone: v0.2
status: plan
---/ci---
2026-08-01 14:01:46 +00:00
Praxis CI 658bbc3000 docs(P00): research findings — Docker-in-LXC, 10 questions resolved (conf 0.80-0.95)
RESEARCH.md: 648 lines (10 research questions, topology, risks, reuse table)
ARCHITECTURE.md: +v0.2 deployment section (Docker-in-LXC, image build, secrets, sizing)
PERSONAS.md: 5 active personas (devops-engineer added, frontend-engineer deactivated)

Key findings:
- nesting=1 sufficient for Docker-in-LXC (conf 0.85)
- CT sizing: 4GB/16GB (build-inside-CT, conf 0.80)
- FastAPI StaticFiles at / after API routes, no SPA fallback (conf 0.95)
- Multi-stage: node:22-slim → python:3.12-slim, CMD python -m server (conf 0.90)
- Systemd: Type=simple, docker compose up (foreground), TimeoutStartSec=300 (conf 0.85)
- Health-check timeout bumped 180s→300s for Docker build (conf 0.90)

---ci---
project: praxis
phase: 0
milestone: v0.2
status: research
---/ci---
2026-08-01 13:55:54 +00:00
Praxis CI 9d54fbe365 docs(P00): clarify — 4 ambiguities auto-resolved (full autonomy)
D-027: VMID=auto (fresh allocation via pve_nextid)
D-028: Docker installed inside CT via apt (no PVE host Docker)
D-029: Image built inside CT (clone repo + docker build)
D-030: CT network=vmbr0 DHCP only (no proxy/TLS for pilot)

---ci---
project: praxis
phase: 0
milestone: v0.2
status: clarify
---/ci---
2026-08-01 13:51:53 +00:00
Praxis CI 70994e18ad docs(init): validate specification — v0.2 Proxmox LXC deployment
---ci---
project: praxis
phase: 0
milestone: v0.2
status: specify
---/ci---
2026-08-01 13:51:29 +00:00
Praxis CI 7fe52f34bc docs(milestone): v0.1 release created — Gitea release #369
---ci---
phase: 2
milestone: v0.1
status: complete
release:
  status: created
  url: https://git.cloudinit.dev/coreci/praxis/releases/tag/v0.0.2
---/ci---
2026-08-01 13:33:38 +00:00
Praxis CI fbd6602814 docs(milestone): complete v0.1 foundation
---ci---
phase: 0
milestone: v0.1
status: complete
---/ci---
2026-08-01 13:32:48 +00:00