Skip to content

Branch main Algo PLANNED AGNOSTIC CORE FILE INDEX

github-actions[bot] edited this page Jul 14, 2026 · 102 revisions

Algorithm: Planned Agnostic Core File Index

Back to Branch Overview

Field Value
Branch main
Source specs/algorithms/PLANNED_AGNOSTIC_CORE_FILE_INDEX.md
Commit 774b981ef226
Synced (UTC) 2026-07-14T05:14:42Z

Visual Context

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"]
Loading

Reading Checklist

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.

Source Content

Algorithm Index

This index records the active downstream ASH-aligned algorithm surface in Aeostara.

Active Authoritative Algorithms

  • state_normalization.pseudo.md
  • state_to_ash_mapping.pseudo.md
  • ash_diagnostic_evaluation.pseudo.md
  • state_classification.pseudo.md
  • recovery_category_selection.pseudo.md
  • recovery_plan_generation.pseudo.md
  • fallback_selection.pseudo.md
  • containment_mode.pseudo.md
  • safe_halt_semantics.pseudo.md
  • execution_and_verification.pseudo.md
  • healing_flow.pseudo.md

Active Authoritative Downstream Execution Algorithms

  • drift_analysis.pseudo.md
  • repair_planning.pseudo.md
  • json_path.pseudo.md
  • backup.pseudo.md
  • rollback.pseudo.md
  • verification.pseudo.md
  • audit.pseudo.md
  • policy_evaluation.pseudo.md

Clone this wiki locally