-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Arch native target architecture
github-actions[bot] edited this page Jul 14, 2026
·
106 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/architecture/native_target_architecture.md |
| Commit | 774b981ef226 |
| Synced (UTC) | 2026-07-14T05:14:42Z |
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. |
- Upstream semantic authority (ASH)
- Downstream conformance/orchestration (Aeostara)
- Platform-native realization (Windows/macOS/iOS)
- Observe runtime/product state
- Normalize and map to ASH-aligned state representation
- Evaluate diagnostics/classification/recoverability using ASH semantics
- Build recovery plans with deterministic gating
- Execute and verify actuator steps with backup/rollback/audit
- Escalate via fallback, containment, and safe-halt pathways
- Implement adapters/services using native frameworks/toolchains
- Preserve deterministic behavior and interface contracts
- Provide platform-specific observability and operations integration
Platform differences may change implementation details but cannot change state-class meaning, recovery category semantics, or escalation rules.