Complete name-first 1C adapter saved-state support
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user