-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Algo json path
github-actions[bot] edited this page Jun 21, 2026
·
103 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/algorithms/json_path.pseudo.md |
| Commit | 5b2aac39fcf8 |
| Synced (UTC) | 2026-06-21T06:02:23Z |
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 legacy dot-path helper is superseded by json_pointer_operations.pseudo.md.
Normative Aeostara JSON addressing uses JSON Pointer-compatible operations, preserves missing versus null, supports object keys containing dots, supports arrays, and requires mutation preconditions.