Architecture

September 6, 2026 ยท View on GitHub

Architecture docs are decision records and maintainer-facing design references. User task guidance lives in the public docs sections linked from docs/index.md.

Start here:

Key architectural constraints:

  • Providers communicate through artifacts under .crewplane/, not hidden shared in-memory state.
  • Provider integration is CLI-first.
  • Runtime execution consumes compiled preflight plans.
  • Workspace isolation is optional Git-backed source-tree isolation, not sandboxing.
  • Adapter boundaries keep invoker, UI, and artifact implementations replaceable.