diff --git a/docs/wiki/Architecture.md b/docs/wiki/Architecture.md index a206c3c..d38ab35 100644 --- a/docs/wiki/Architecture.md +++ b/docs/wiki/Architecture.md @@ -1,5 +1,7 @@ # Architecture +![Architecture Diagram](assets/arch.png) + `ci-autopilot` packages the worker/runtime side of the platform. The runtime surface is deliberately small: `agent/poll_once.py` is a Python 3.12 stdlib-only program (no external dependencies) that runs on a self-hosted Windows runner via the `fixer.yml` workflow, polling diff --git a/docs/wiki/assets/arch.png b/docs/wiki/assets/arch.png new file mode 100644 index 0000000..225430a Binary files /dev/null and b/docs/wiki/assets/arch.png differ