-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Algo PLANNED AGNOSTIC CORE FILE INDEX
github-actions[bot] edited this page Jul 14, 2026
·
102 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/algorithms/PLANNED_AGNOSTIC_CORE_FILE_INDEX.md |
| Commit | 774b981ef226 |
| Synced (UTC) | 2026-07-14T05:14:42Z |
Algorithm pages define deterministic platform-neutral behavior that downstream repos implement behind native adapters.
flowchart LR
Input["Input contract"] --> Preconditions["Preconditions"]
Preconditions --> Decision["Deterministic decision"]
Decision --> Output["Output contract"]
Decision --> Diagnostic["Diagnostic envelope"]
Diagnostic --> Audit["Audit chain"]
| Question | Where to look |
|---|---|
| What is deterministic? | Read the pseudocode branch table and preconditions. |
| What blocks unsafe behavior? | Look for blocked, ambiguous, policy, or precondition paths. |
| How is the decision reconstructable? | Trace diagnostic and audit requirements. |
This index records the active downstream ASH-aligned algorithm surface in Aeostara.
state_normalization.pseudo.mdstate_to_ash_mapping.pseudo.mdash_diagnostic_evaluation.pseudo.mdstate_classification.pseudo.mdrecovery_category_selection.pseudo.mdrecovery_plan_generation.pseudo.mdfallback_selection.pseudo.mdcontainment_mode.pseudo.mdsafe_halt_semantics.pseudo.mdexecution_and_verification.pseudo.mdhealing_flow.pseudo.md
drift_analysis.pseudo.mdrepair_planning.pseudo.mdjson_path.pseudo.mdbackup.pseudo.mdrollback.pseudo.mdverification.pseudo.mdaudit.pseudo.mdpolicy_evaluation.pseudo.md