# Done Completed work log. Purpose: - keep a lightweight record of completed tasks - avoid losing finished work when items leave `TASKS.md` - make it easy to review progress across sessions ## How to use Workflow: 1. complete work in `TASKS.md` 2. move the item here 3. keep the summary short and durable 4. link back to source backlog/project item when useful Fields: - `id`: stable handle - `completed`: date completed - `goal`: delivered outcome - `source`: origin task/backlog/project item - `notes`: short result summary --- ## Items ### D-001 - Establish markdown-based task tracking system - completed: `2026-05-17` - goal: split cross-session work into backlog, actionable tasks, and done log docs - source: `BB-001` - notes: - system now uses `BACKLOG.md`, `TASKS.md`, `DONE.md`, plus session `todo` ### D-001.5 - Verify AGENTS wording causes parallel subagent use - completed: `2026-05-17` - goal: confirm the current AGENTS wording reliably causes agents to use parallel subagents for clearly parallelizable work - source: `BB-001.5` - notes: - experiment run with 3 attempts - result: 15/15 reported `METHOD: parallel subagents` - conclusion: no AGENTS.md wording change needed right now ### D-002 - Harden pi-config into a portable agent operating system - completed: `2026-06-01` - goal: turn pi-config into a more durable low-loss, deterministic, portable control-plane for Pi work - source: `T-004` - notes: - task folder standard implemented with `task-init` - questionnaire loading/intent-locking path fixed - usage telemetry and report added - Bun/typecheck validation path restored - deterministic phase-machine tooling added: `task-phase-init`, `task-phase-run`, `task-phase-loop` - layered deterministic gates added - bootstrap, service-manifest, and backup-policy docs added - bootstrap scripts and `pi-config-audit` added - repo-scripted install paths captured for pi-telegram, wifi-tracker-api, nginx kiosk, and shell/tmux helpers - legacy `personal-agent :8082` expectations removed - pi-job status writer integration removed