-
Notifications
You must be signed in to change notification settings - Fork 0
Branch main Interface IConfigAdapter
github-actions[bot] edited this page Apr 25, 2026
·
103 revisions
| Field | Value |
|---|---|
| Branch | main |
| Source | specs/interfaces/IConfigAdapter.pseudo.md |
| Commit | 8ea5fdb8c6d9 |
| Synced (UTC) | 2026-04-25T05:04:43Z |
Adapter boundary for collecting observed system state and applying execution steps. This interface does not define semantic truth.
Collect runtime/product state from adapter-specific sources.
Produce deterministic normalized input for state-to-ASH mapping.
Apply execution-level actuator steps produced by RecoveryPlan.
Create adapter-level snapshot reference used by backup/rollback flow.
Restore a target from a snapshot reference.