-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Core README
| Field | Value |
|---|---|
| Branch | main |
| Source | README.md |
| Commit | 8ea5fdb8c6d9 |
| Synced (UTC) | 2026-05-01T05:34:50Z |
Aeostara is a downstream ASH-based product specification repository.
This repository defines Aeostara's downstream conformance layer and product execution mechanics. Semantic authority for state validity, classification, recoverability, fallback, containment, and safe-halt behavior is inherited from the ASH Pattern System.
- Upstream semantic authority: ASH Pattern System specifications
- Downstream adaptation and execution mechanics: Aeostara
- Conflict rule: ASH wins, Aeostara changes
See REMEDIATION_STATUS.md and ASH Authority and Aeostara Conformance.
| Category | Location | Purpose |
|---|---|---|
| Contracts | specs/contracts/ |
Downstream ASH-aligned semantic contracts + helper contracts |
| Algorithms | specs/algorithms/ |
Diagnosis-first recovery orchestration and helper mechanics |
| Interfaces | specs/interfaces/ |
Execution and orchestration boundaries for platform adapters |
| Architecture | specs/architecture/ |
Authority hierarchy and downstream conformance posture |
| Acceptance | specs/acceptance/ |
ASH conformance targets, traceability, and execution model |
| Branch Profiles | branch_profiles/ |
Branch-specific alignment contracts for main/windows/macos/ios |
| Fixtures | fixtures/ |
Deterministic input scenarios for acceptance references |
| CI | ci/ |
Conformance, schema, acceptance, and branch alignment validation |
Aeostara follows this mandatory downstream flow:
observe -> normalize -> map -> diagnose -> classify -> recoverability -> recovery-plan -> gate -> backup -> execute -> verify -> rollback/fallback/containment/safe-halt
Diff utilities may exist, but only as subordinate evidence helpers.
Branch alignment is enforced through profile contracts and CI validation:
- Branch profiles:
branch_profiles/*.profile.json - Contract doc:
specs/architecture/branch_alignment_contract.md - Validation:
python3 ci/branch_alignment_checker.py --profile <profile>
- Aeostara does not redefine ASH semantics.
- Aeostara may preserve and extend execution mechanics (backup, rollback, verification, policy, audit, adapters).
- Aeostara must not treat flattened observed-vs-desired drift as semantic truth.
In this repository, "compliance" means downstream ASH conformance, not local consistency alone.
Copyright (c) 2026 James Daley. All Rights Reserved. Proprietary. See LICENSE.md.