Complete name-first 1C adapter saved-state support

This commit is contained in:
2026-07-26 16:39:53 +03:00
parent b8c62fa8fa
commit aed134d817
44 changed files with 15436 additions and 697 deletions
+8
View File
@@ -20,6 +20,10 @@ infobase.
- `xml_metadata.py`: small XML metadata extractor used as validation oracle.
- `structured_metadata.py`: evidence-based projection from Config payloads to
normalized metadata records.
- `common_command.py`: adapter-independent reverse index from
`CommonCommand.Group` to command-group membership.
- `scheduled_job.py`: adapter-independent scheduled-job schedule decoder,
named-field validator, and verified tree rebuilder.
## Current Guarantees
@@ -42,6 +46,10 @@ The parser can currently:
evidence paths.
- attach child metadata items to concrete section record paths when a declared
child-record container is present.
- resolve command-group membership from CommonCommand payloads without
requiring callers to know GUIDs or storage paths.
- decode scheduled-job schedule payloads and build guarded named-field edits,
including weekday/month collection resize without exposing tree paths.
## Non-Goals At This Layer