Write prompt data packages as YAML

This commit is contained in:
2026-06-09 21:08:17 +00:00
parent 2483c2362d
commit 0b516d9762
11 changed files with 394 additions and 255 deletions

View File

@@ -55,13 +55,13 @@ Workspace subdirectories must be relative paths that stay under
## Managed Layout
Paths are derived from the resolved report definition's artifact group, the
valid-period start date for JSON artifacts, and the RunID.
valid-period start date for dated artifacts, and the RunID.
```text
<workspace.root>/
snapshots/<artifact_group>/<YYYY-MM-DD>/<run_id>.briefing.json
snapshots/<artifact_group>/<YYYY-MM-DD>/<run_id>.metadata.json
data-packages/<artifact_group>/<YYYY-MM-DD>/<run_id>.data_package.json
data-packages/<artifact_group>/<YYYY-MM-DD>/<run_id>.data_package.yaml
preflight/<artifact_group>/<YYYY-MM-DD>/<run_id>.render.json
notifications/<artifact_group>/<YYYY-MM-DD>/<run_id>.distributor.json
reports/<artifact_group>/<run_id>.md

View File

@@ -72,16 +72,16 @@ workspace/
data-packages/
daily/
YYYY-MM-DD/
<run_id>.data_package.json
<run_id>.data_package.yaml
three-day/
YYYY-MM-DD/
<run_id>.data_package.json
<run_id>.data_package.yaml
weekend/
YYYY-MM-DD/
<run_id>.data_package.json
<run_id>.data_package.yaml
storm/
YYYY-MM-DD/
<run_id>.data_package.json
<run_id>.data_package.yaml
preflight/
daily/
YYYY-MM-DD/