-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Arch roadmap separation
github-actions[bot] edited this page Jun 29, 2026
·
104 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/architecture/roadmap_separation.md |
| Commit | 774b981ef226 |
| Synced (UTC) | 2026-06-29T06:00:16Z |
Architecture pages define ownership, authority, and dependency direction for the base design.
flowchart TB
ASH["ASH fixed authority"] --> Aeostara["Aeostara base design"]
Aeostara --> Contracts["Contracts and algorithms"]
Aeostara --> Handoff["Downstream handoff"]
Handoff --> Platforms["Windows / Mac / iOS repos"]
| Question | Where to look |
|---|---|
| Who owns the semantic decision? | Check the authority and boundary language. |
| What is platform-neutral? | Find Aeostara-owned obligations. |
| What moves downstream? | Find adapter, implementation, and deviation rules. |
This roadmap separates semantic authority work from platform implementation work.
Scope:
- Reset architecture authority language
- Replace drift-first contracts/algorithms with ASH-aligned artifacts
- Rebuild acceptance and traceability around ASH conformance
- Update CI gates to prevent semantic-authority regression
Exit criteria:
- ASH is explicit upstream semantic authority
- Observation, intent, encoding, evidence, actuator, repair, policy, and fixture artifacts are current ASH-built downstream specifications
- Conformance artifacts and CI checks are in place
Scope:
- Platform-specific build/test/release validation in platform repos
- Native runtime integration and production hardening
Dependency:
Track B must consume the conformance surface produced by Track A.
Any semantic evolution of ASH belongs upstream and is not performed in this repository during Aeostara remediation.