add open questions tracker: compile all unresolved questions across architecture docs into one cross-referenced view organized by theme and priority

This commit is contained in:
2026-05-20 05:27:19 +00:00
parent da2973e2a6
commit 27ebbd491e
2 changed files with 399 additions and 0 deletions

View File

@@ -72,6 +72,10 @@ Flowgraph is in Phase 0/1 (exploration → architecture). No code exists yet. Th
| [003](decisions/003-storage-decoupled.md) | Storage is not flowgraph's concern — in-memory graph with export/import boundary |
| [004](decisions/004-no-schema-version.md) | No schema version field in serialized format — consumers wrap in their own versioned envelope |
### Open Questions
All unresolved design questions across the architecture are tracked in [open-questions.md](open-questions.md), organized by theme with cross-references between related questions.
## Consumer Context
### alkhub (hub-spoke coordinator)