Skip to content
flazouh edited this page Apr 20, 2026 · 5 revisions

Acepe Wiki

This wiki is a navigation surface for Acepe documentation.

The canonical architecture source of truth lives in the main repository so it stays versioned with code and pull requests.

Architecture reference

Why the source of truth lives in the repo

Acepe's architecture evolves with code. Keeping the real concept docs in docs/concepts/ means:

  • architecture changes are reviewed in pull requests,
  • docs ship in the same commit as the code they describe,
  • the repo keeps one versioned source of truth for core concepts.

Use this wiki to find the right pages quickly, then follow the repo links for the actual reference.

Clone this wiki locally