Final cleanup before beginning the MVP implementation

This commit is contained in:
2026-05-30 20:33:53 -05:00
parent 39548cefbe
commit 0818733b19
5 changed files with 56 additions and 13 deletions

View File

@@ -36,12 +36,12 @@ A source bundle is a directory containing a `manifest.json` file. For MVP, the m
{
"schema_version": 1,
"id": "weather.daily.brentwood.2026-05-30",
"digest": "sha256:...",
"digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
"created": "2026-05-30T11:10:00Z",
"files": [
{
"path": "report.md",
"sha256": "sha256:...",
"sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
"size": 12345
}
]
@@ -168,12 +168,12 @@ A destination bundle path is considered distributor-managed only when it contain
"manifest": {
"schema_version": 1,
"id": "weather.daily.brentwood.2026-05-30",
"digest": "sha256:...",
"digest": "sha256:0000000000000000000000000000000000000000000000000000000000000000",
"created": "2026-05-30T11:10:00Z",
"files": [
{
"path": "report.md",
"sha256": "sha256:...",
"sha256": "sha256:1111111111111111111111111111111111111111111111111111111111111111",
"size": 12345
}
]
@@ -185,7 +185,7 @@ A destination bundle path is considered distributor-managed only when it contain
"kind": "generated",
"source_path": "report.md",
"transform": "markdown_to_html",
"sha256": "sha256:...",
"sha256": "sha256:3333333333333333333333333333333333333333333333333333333333333333",
"size": 23456
}
]