Reference implementation for the Phoenix Architecture. Work in progress. aicoding.leaflet.pub/
ai coding crazy
at main 17 lines 495 B view raw view rendered
1# Phase F — Freeq Bot Integration 2 3## Overview 4 5Phase F adds a bot command interface. Bots behave as normal users with 6a structured command grammar. Mutating commands require confirmation. 7 8## Bots 9 10- **SpecBot** — `ingest`, `diff`, `clauses` 11- **ImplBot** — `plan`, `regen`, `drift` 12- **PolicyBot** — `status`, `evidence`, `cascade` 13 14## Confirmation Model 15 16- Mutating commands: bot echoes parsed intent, user replies `ok` or `phx confirm <id>` 17- Read-only commands: execute immediately