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.

provider signal
      |
      v
backend projection
      |
      v
canonical session graph
   |            |
   v            v
operations   interactions
      \        /
       v      v
      desktop stores
            |
            v
        UI selectors

Architecture reference

Topic Link
Concepts landing page docs/concepts/README.md
Session graph session-graph.md
Operations operations.md
Interactions interactions.md
Reconnect and resume reconnect-and-resume.md

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