◆ Concept Design

Issue Review

Issues are grouped by the layer they affect, making it easier to understand which part of the system each problem belongs to.

These pages are not a changelog. They are a repair map: what can fail, why it matters, and what kind of fix would make the design sturdier.

Categories

Concept Design

1 issue

Concepts carrying app concerns, conflation of identity spaces, and global mutable state.

Sync Layer

4 issues

Stage gating, failure propagation, registration-order sensitivity, and missing rebuild triggers.

Engine Core

5 issues

Evidence matching, frame query determinism, failure isolation, and registration semantics.

Filesystem & I/O

0 issues

Previously tracked binary copy and clean-URL reload issues are fixed.

Parsing & Validation

4 issues

Regex-based template parsing, CLI argument validation, frontmatter detection, and mode validation.

How To Read These Pages

Open issue pages keep the same shape:

Themes

The findings cluster around four themes.

Theme What it means
Concept independence Concepts should not carry app-specific template or runtime semantics.
Sync gating Success actions must not run just because they appear later in a then list.
Engine determinism Matching, consumption, ordering, and failure handling need sharper invariants.
Runtime boundaries Filesystem and browser-facing adapters should preserve safety and feedback.

Start with Concept Design for independence problems, or Engine Core for the deepest framework-level bugs.