1.0 KiB
1.0 KiB
Reconcile-State Roadmap
Current destination state repair behavior is documented in:
docs/cli.mddocs/operations.mddocs/troubleshooting.mddocs/integrations/destination-state.mddocs/internal/app.mddocs/internal/state.mddocs/internal/storage.md
Current Scope
Current scope includes:
distributor reconcile-state --config <path> --pipeline <id> --destination <id>;- read-only inspection with
--dry-run; - default apply behavior when
--dry-runis omitted; - shared-root owner-scoped repair;
- shared-root all-owner repair with
--all-owners; - text and JSON reports.
Reconcile-state removes records for missing managed outputs from valid destination state. It reports unmanaged entries but does not delete destination files, adopt unmanaged entries, validate output digests, or repair invalid state JSON.
Deferred Work
Deferred state repair work:
- unmanaged-file adoption workflow;
- digest-audit mode;
- explicit invalid-state repair workflow;
- whole-config repair command.