| { |
| "schema_version": "datapan.release-assembly-receipt.v1", |
| "generated_at": "2026-07-11T10:28:35Z", |
| "goal_issue": 344, |
| "assembly_ticket": 358, |
| "provider": "datapan-registry", |
| "operator_command": "python3 scripts/generate-release-assembly-receipt.py --check", |
| "receipt_contract": { |
| "generator": "scripts/generate-release-assembly-receipt.py", |
| "schema": "schemas/datapan.release-assembly-receipt.v1.schema.json", |
| "output": "reports/release-assembly-receipt.json", |
| "validator": "python3 scripts/generate-release-assembly-receipt.py --check" |
| }, |
| "summary": { |
| "phase_count": 14, |
| "release_ready": true, |
| "readiness_failed": 0, |
| "manual_review_required": false, |
| "assembly_status": "ready", |
| "goal_status": "complete", |
| "goal_criteria_proven": 6, |
| "goal_criteria_gap": 0 |
| }, |
| "release_inputs": { |
| "manifest": { |
| "path": "manifest.json", |
| "generated_at": "2026-07-11T10:28:35Z", |
| "artifact_count": 160, |
| "source_registry": "data/data-go-kr.registry.json" |
| }, |
| "readiness": { |
| "path": "reports/latest-release-readiness.json", |
| "ready": true, |
| "gates_total": 23, |
| "passed": 23, |
| "failed": 0 |
| }, |
| "consumer_compatibility": { |
| "path": "reports/release-consumer-compatibility.json", |
| "consumer_count": 7, |
| "blocked_consumers": 0, |
| "manual_review_required": false, |
| "runtime_blocking_count": 5, |
| "runtime_warning_count": 0 |
| }, |
| "goal_audit": { |
| "path": "docs/release-ledger-goal-completion-audit.json", |
| "goal_status": "complete", |
| "decision": "prepare_goal_finish" |
| } |
| }, |
| "phases": [ |
| { |
| "id": "materialize_canonical_registry", |
| "coverage": [ |
| "registry" |
| ], |
| "operator_commands": [ |
| "git lfs pull --include data/data-go-kr.registry.json" |
| ], |
| "check_commands": [ |
| "test $(wc -c < data/data-go-kr.registry.json) -gt 100000000", |
| "datapan catalog release verify --manifest manifest.json" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "Confirm registry LFS file is materialized", |
| "test \"${bytes}\" -gt 100000000" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "Confirm registry LFS file is materialized", |
| "test \"${bytes}\" -gt" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "data/data-go-kr.registry.json", |
| "bytes": 137735169, |
| "sha256": "eeda72ee8590f458de8d75703662578e80edf3e61282f0e5e67547c4f6e5f644", |
| "manifest_bound": true, |
| "kind": "registry", |
| "schema": "https://schemas.datapan.dev/datapan.specs.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "sync_schema_artifacts", |
| "coverage": [ |
| "schema" |
| ], |
| "operator_commands": [ |
| "python3 scripts/sync-release-schema-artifacts.py --write" |
| ], |
| "check_commands": [ |
| "python3 scripts/sync-release-schema-artifacts.py --check" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/sync-release-schema-artifacts.py --check" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/sync-release-schema-artifacts.py --check" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "schemas/index.json", |
| "bytes": 35518, |
| "sha256": "117e0b0ee681ec861ecd0015faa6ceabeaf47e615179c224266b354571b5a608", |
| "manifest_bound": true, |
| "kind": "schema_index", |
| "schema": "https://schemas.datapan.dev/datapan.schema-index.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "sync_manifest_artifacts", |
| "coverage": [ |
| "registry_artifacts", |
| "evidence" |
| ], |
| "operator_commands": [ |
| "python3 scripts/sync-release-manifest-artifacts.py --write" |
| ], |
| "check_commands": [ |
| "python3 scripts/sync-release-manifest-artifacts.py --check", |
| "python3 scripts/validate-release-ledger-ownership.py", |
| "python3 scripts/validate-release-report-artifacts.py" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/sync-release-manifest-artifacts.py --check", |
| "python scripts/validate-release-ledger-ownership.py", |
| "python scripts/validate-release-report-artifacts.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/sync-release-manifest-artifacts.py --check", |
| "python scripts/validate-release-ledger-ownership.py", |
| "python scripts/validate-release-report-artifacts.py" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "docs/release-ledger-ownership.json", |
| "bytes": 22248, |
| "sha256": "bef2d1b0d5a37848be20a4cfd89d8d06dbaa73a3f78ca54fec1f4710e63dc37f", |
| "manifest_bound": false |
| } |
| ] |
| }, |
| { |
| "id": "source_contract_and_runtime_evidence", |
| "coverage": [ |
| "source_contracts", |
| "verification_evidence" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-source-contract-rollup.py", |
| "python3 scripts/generate-source-report-inventory.py", |
| "python3 scripts/generate-source-runtime-readiness.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-source-contract-rollup.py --check", |
| "python3 scripts/validate-source-contract-rollups.py", |
| "python3 scripts/validate-source-report-inventory.py", |
| "python3 scripts/validate-source-runtime-evidence-rollup.py" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-source-contract-rollup.py --check", |
| "python scripts/validate-source-report-inventory.py", |
| "python scripts/validate-source-runtime-evidence-rollup.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-source-contract-rollup.py --check", |
| "python scripts/validate-source-report-inventory.py", |
| "python scripts/validate-source-runtime-evidence-rollup.py" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/source-contract-rollup.json", |
| "bytes": 17111, |
| "sha256": "5ef88403ec986f566fda484a6ac326008fbb6d9ab8af4b7a76507648af4d486f", |
| "manifest_bound": true, |
| "kind": "source_contract_rollup", |
| "schema": "https://schemas.datapan.dev/datapan.source-contract-rollup.v1.schema.json" |
| }, |
| { |
| "path": "reports/source-report-inventory.json", |
| "bytes": 61997, |
| "sha256": "64e595911dde126b3e7885d805a588ec547b0d924380ca8a12db0e233fd39c38", |
| "manifest_bound": true, |
| "kind": "source_report_inventory", |
| "schema": "https://schemas.datapan.dev/datapan.source-report-inventory.v1.schema.json" |
| }, |
| { |
| "path": "reports/source-runtime-evidence-rollup.json", |
| "bytes": 4085, |
| "sha256": "f9b162809c885e63544f31132bc0cf2cdd817ac4aafe78fbc9ed50b7b4ed5d49", |
| "manifest_bound": true, |
| "kind": "source_runtime_evidence_rollup", |
| "schema": "https://schemas.datapan.dev/datapan.source-runtime-evidence-rollup.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "error_action_and_downstream_impact", |
| "coverage": [ |
| "error_action_routing", |
| "downstream_impact" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-error-action-routing-rollup.py", |
| "python3 scripts/generate-impact-plan-rollup.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-error-action-routing-rollup.py --check", |
| "python3 scripts/validate-error-action-routing-rollups.py", |
| "python3 scripts/generate-impact-plan-rollup.py --check", |
| "python3 scripts/validate-impact-plans.py" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-error-action-routing-rollup.py --check", |
| "python scripts/generate-impact-plan-rollup.py --check", |
| "python scripts/validate-impact-plans.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-error-action-routing-rollup.py --check", |
| "python scripts/generate-impact-plan-rollup.py --check", |
| "python scripts/validate-impact-plans.py" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/error-action-routing-rollup.json", |
| "bytes": 8323, |
| "sha256": "d66a5d68ecab483354d1c48c9ce4f443eff77e84cf747ca1bb25c452ca5d8cf1", |
| "manifest_bound": true, |
| "kind": "error_action_routing_rollup", |
| "schema": "https://schemas.datapan.dev/datapan.error-action-routing-rollup.v1.schema.json" |
| }, |
| { |
| "path": "reports/registry-impact-plan.json", |
| "bytes": 11519, |
| "sha256": "a2e0609209a8e1b0b2c15100b05d501b76243d17975e8d8d2a2590954fc1c1f3", |
| "manifest_bound": true, |
| "kind": "registry_impact_plan", |
| "schema": "https://schemas.datapan.dev/datapan.registry-impact-plan.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "source_runtime_remediation_map", |
| "coverage": [ |
| "source_contracts", |
| "verification_evidence", |
| "consumer_compatibility" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-source-runtime-remediation-map.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-source-runtime-remediation-map.py --check" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-source-runtime-remediation-map.py --check" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-source-runtime-remediation-map.py --check" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/source-runtime-remediation-map.json", |
| "bytes": 8075, |
| "sha256": "7b65d98286bb0ab686d8bf396bb1d107ae939d197973237d0954f304284aafdc", |
| "manifest_bound": true, |
| "kind": "source_runtime_remediation_map", |
| "schema": "https://schemas.datapan.dev/datapan.source-runtime-remediation-map.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "credential_runtime_evidence_policy", |
| "coverage": [ |
| "verification_evidence", |
| "consumer_compatibility" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-credential-runtime-evidence-policy.py", |
| "python3 scripts/generate-credential-runtime-collection-preflight.py", |
| "python3 scripts/generate-credential-runtime-runner-readiness.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-credential-runtime-evidence-policy.py --check", |
| "python3 scripts/generate-credential-runtime-collection-preflight.py --check", |
| "python3 scripts/generate-credential-runtime-runner-readiness.py --check", |
| "python3 scripts/validate-credential-runtime-receipts.py" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-credential-runtime-evidence-policy.py --check", |
| "python scripts/generate-credential-runtime-collection-preflight.py --check", |
| "python scripts/generate-credential-runtime-runner-readiness.py --check", |
| "python scripts/validate-credential-runtime-receipts.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-credential-runtime-evidence-policy.py --check", |
| "python scripts/generate-credential-runtime-collection-preflight.py --check", |
| "python scripts/generate-credential-runtime-runner-readiness.py --check", |
| "python scripts/validate-credential-runtime-receipts.py" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/credential-runtime-evidence-policy.json", |
| "bytes": 13577, |
| "sha256": "51918322dcffba3ee263d4539c466fbff916305a76138a063560f1d28e610c55", |
| "manifest_bound": true, |
| "kind": "credential_runtime_evidence_policy", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-evidence-policy.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-collection-preflight.json", |
| "bytes": 10737, |
| "sha256": "104700685baa8f1f33a8e9db020ba1ef7da187ac7eefb59992f2d03ae47c340e", |
| "manifest_bound": true, |
| "kind": "credential_runtime_collection_preflight", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-collection-preflight.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-runner-readiness.json", |
| "bytes": 9705, |
| "sha256": "d4be7f62bf4f79b9e14be7f7942f67182f65bea3ad4aba65c37fc08334777ba8", |
| "manifest_bound": true, |
| "kind": "credential_runtime_runner_readiness", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-runner-readiness.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "credential_runtime_receipt_collection_queue", |
| "coverage": [ |
| "verification_evidence", |
| "consumer_compatibility" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-credential-runtime-receipt-collection-queue.py", |
| "python3 scripts/generate-credential-runtime-review-handoff.py", |
| "python3 scripts/generate-credential-runtime-operator-packets.py", |
| "python3 scripts/validate-credential-runtime-manual-review-decision.py", |
| "python3 scripts/generate-credential-runtime-manual-review-acceptance.py", |
| "python3 scripts/generate-credential-runtime-manual-review-acceptance-packet.py", |
| "python3 scripts/run-credential-runtime-operator-workflow.py --run --json", |
| "python3 scripts/run-credential-runtime-collection.py --all --run --skip-not-ready --continue-on-error --json", |
| "python3 scripts/run-credential-runtime-collection.py --all --run --skip-not-ready --continue-on-error --session-output .datapan/runtime-evidence/credential-runtime-collection-session.json --json", |
| "python3 scripts/validate-credential-runtime-collection-session.py .datapan/runtime-evidence/credential-runtime-collection-session.json --require-complete-source-set", |
| "python3 scripts/generate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-collection-session.json --output .datapan/runtime-evidence/credential-runtime-session-review-plan.json", |
| "python3 scripts/validate-credential-runtime-session-review-plan.py .datapan/runtime-evidence/credential-runtime-session-review-plan.json --queue reports/credential-runtime-receipt-collection-queue.json", |
| "python3 scripts/promote-credential-runtime-session-review.py --init-decisions", |
| "python3 scripts/promote-credential-runtime-session-review.py --check", |
| "python3 scripts/promote-credential-runtime-session-review.py --run", |
| "python3 scripts/run-credential-runtime-collection.py --source <source_id> --json", |
| "python3 scripts/run-credential-runtime-collection.py --source <source_id> --run", |
| "python3 scripts/promote-credential-runtime-receipt.py <staged-receipt> --state <reviewed_accepted|reviewed_rejected> --decision <decision> --reviewer <reviewer> --reason <reason>" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-credential-runtime-receipt-collection-queue.py --check", |
| "python3 scripts/generate-credential-runtime-review-handoff.py --check", |
| "python3 scripts/generate-credential-runtime-operator-packets.py --check", |
| "python3 scripts/validate-credential-runtime-manual-review-decision.py", |
| "python3 scripts/generate-credential-runtime-manual-review-acceptance.py --check", |
| "python3 scripts/generate-credential-runtime-manual-review-acceptance-packet.py --check", |
| "python3 scripts/run-credential-runtime-operator-workflow.py --self-test", |
| "python3 scripts/run-credential-runtime-operator-workflow.py --check", |
| "python3 -m py_compile scripts/run-credential-runtime-operator-workflow.py", |
| "python3 scripts/promote-credential-runtime-session-review.py --self-test", |
| "python3 scripts/promote-credential-runtime-session-review.py --check", |
| "python3 -m py_compile scripts/promote-credential-runtime-session-review.py", |
| "python3 scripts/run-credential-runtime-collection.py --self-test", |
| "python3 scripts/run-credential-runtime-collection.py --check", |
| "python3 scripts/validate-credential-runtime-collection-session.py --self-test", |
| "python3 scripts/generate-credential-runtime-session-review-plan.py --self-test", |
| "python3 scripts/validate-credential-runtime-session-review-plan.py --self-test", |
| "python3 -m py_compile scripts/promote-credential-runtime-receipt.py", |
| "python3 scripts/promote-credential-runtime-receipt.py --self-test" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-credential-runtime-receipt-collection-queue.py --check", |
| "python scripts/generate-credential-runtime-review-handoff.py --check", |
| "python scripts/generate-credential-runtime-operator-packets.py --check", |
| "python scripts/validate-credential-runtime-manual-review-decision.py", |
| "python scripts/generate-credential-runtime-manual-review-acceptance.py --check", |
| "python scripts/generate-credential-runtime-manual-review-acceptance-packet.py --check", |
| "python scripts/run-credential-runtime-operator-workflow.py --self-test", |
| "python scripts/run-credential-runtime-operator-workflow.py --check", |
| "python scripts/promote-credential-runtime-session-review.py --self-test", |
| "python scripts/promote-credential-runtime-session-review.py --check", |
| "python scripts/run-credential-runtime-collection.py --self-test", |
| "python scripts/run-credential-runtime-collection.py --check", |
| "python scripts/validate-credential-runtime-collection-session.py --self-test", |
| "python scripts/generate-credential-runtime-session-review-plan.py --self-test", |
| "python scripts/validate-credential-runtime-session-review-plan.py --self-test", |
| "python -m py_compile scripts/promote-credential-runtime-receipt.py", |
| "python scripts/promote-credential-runtime-receipt.py --self-test" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-credential-runtime-receipt-collection-queue.py --check", |
| "python scripts/generate-credential-runtime-review-handoff.py --check", |
| "python scripts/generate-credential-runtime-operator-packets.py --check", |
| "python scripts/validate-credential-runtime-manual-review-decision.py", |
| "python scripts/generate-credential-runtime-manual-review-acceptance.py --check", |
| "python scripts/generate-credential-runtime-manual-review-acceptance-packet.py --check", |
| "python scripts/run-credential-runtime-operator-workflow.py --self-test", |
| "python scripts/run-credential-runtime-operator-workflow.py --check", |
| "scripts/run-credential-runtime-operator-workflow.py", |
| "python scripts/promote-credential-runtime-session-review.py --self-test", |
| "python scripts/promote-credential-runtime-session-review.py --check", |
| "scripts/promote-credential-runtime-session-review.py", |
| "python scripts/run-credential-runtime-collection.py --self-test", |
| "python scripts/run-credential-runtime-collection.py --check", |
| "python scripts/validate-credential-runtime-collection-session.py --self-test", |
| "python scripts/generate-credential-runtime-session-review-plan.py --self-test", |
| "python scripts/validate-credential-runtime-session-review-plan.py --self-test", |
| "scripts/promote-credential-runtime-receipt.py", |
| "python scripts/promote-credential-runtime-receipt.py --self-test" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/credential-runtime-receipt-collection-queue.json", |
| "bytes": 15368, |
| "sha256": "36672af81d64a4333a4f3bc0a94bae3c4d84f71394a77f2309d2215c0b4f8a58", |
| "manifest_bound": true, |
| "kind": "credential_runtime_receipt_collection_queue", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-receipt-collection-queue.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-review-handoff.json", |
| "bytes": 12845, |
| "sha256": "7d8e645a0f58469fabe3f9289e20ea6835c81e088dd363519d015d1d0f501beb", |
| "manifest_bound": true, |
| "kind": "credential_runtime_review_handoff", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-review-handoff.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-operator-packets.json", |
| "bytes": 19331, |
| "sha256": "a6c4eaa2e79f65999525c8ea75d119b8e58c0024b4e4a32ae46e0354d921f251", |
| "manifest_bound": true, |
| "kind": "credential_runtime_operator_packets", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-operator-packets.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-manual-review-decision.json", |
| "bytes": 1782, |
| "sha256": "9157b32d246db0b504d108be55c2291625053e7268b5080f44e250d1429d6435", |
| "manifest_bound": true, |
| "kind": "credential_runtime_manual_review_decision", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-manual-review-decision.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-manual-review-acceptance.json", |
| "bytes": 4596, |
| "sha256": "86e85bf62b4617013b587746f116bd433b4002e9ec8359f27a88a67b73ea452a", |
| "manifest_bound": true, |
| "kind": "credential_runtime_manual_review_acceptance", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-manual-review-acceptance.v1.schema.json" |
| }, |
| { |
| "path": "reports/credential-runtime-manual-review-acceptance-packet.json", |
| "bytes": 3988, |
| "sha256": "b506f757ebdae70b0f1ee15d94ce29e39c8cc2668a3bba3b7bacef755cdc5a14", |
| "manifest_bound": true, |
| "kind": "credential_runtime_manual_review_acceptance_packet", |
| "schema": "https://schemas.datapan.dev/datapan.credential-runtime-manual-review-acceptance-packet.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "consumer_compatibility", |
| "coverage": [ |
| "consumer_compatibility", |
| "release_distribution" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-release-distribution-footprint.py", |
| "python3 scripts/generate-release-consumer-compatibility.py", |
| "python3 scripts/generate-release-consumer-decision.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/generate-release-distribution-footprint.py --check", |
| "python3 scripts/generate-release-consumer-compatibility.py --check", |
| "python3 scripts/validate-release-consumer-compatibility.py", |
| "python3 scripts/generate-release-consumer-decision.py --check" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/generate-release-distribution-footprint.py --check", |
| "python scripts/generate-release-consumer-compatibility.py --check", |
| "python scripts/validate-release-consumer-compatibility.py", |
| "python scripts/generate-release-consumer-decision.py --check" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/generate-release-distribution-footprint.py --check", |
| "python scripts/generate-release-consumer-compatibility.py --check", |
| "python scripts/validate-release-consumer-compatibility.py", |
| "python scripts/generate-release-consumer-decision.py --check" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/release-distribution-footprint.json", |
| "bytes": 2141, |
| "sha256": "d7e0927ffc748ec7819190e264b9f77114868f4235e6612efd1911f93df8613d", |
| "manifest_bound": true, |
| "kind": "release_distribution_footprint", |
| "schema": "https://schemas.datapan.dev/datapan.release-distribution-footprint.v1.schema.json" |
| }, |
| { |
| "path": "reports/release-consumer-compatibility.json", |
| "bytes": 26686, |
| "sha256": "63ae7a6e6777e441d88d7a69fa0d1db77b9112851772db7ee7cbac816cd6a230", |
| "manifest_bound": true, |
| "kind": "consumer_compatibility", |
| "schema": "https://schemas.datapan.dev/datapan.release-consumer-compatibility.v1.schema.json" |
| }, |
| { |
| "path": "reports/release-consumer-decision.json", |
| "bytes": 2848, |
| "sha256": "c73d316363bea8e9bf3d7822fe2271b2a1665ce80f5a22c0c24c3032dcf5dbe6", |
| "manifest_bound": true, |
| "kind": "release_consumer_decision", |
| "schema": "https://schemas.datapan.dev/datapan.release-consumer-decision.v1.schema.json" |
| } |
| ] |
| }, |
| { |
| "id": "release_verification_and_readiness", |
| "coverage": [ |
| "verification_evidence", |
| "registry_artifacts" |
| ], |
| "operator_commands": [ |
| "datapan catalog release verify --manifest manifest.json --output reports/latest-release-verification.json --json", |
| "datapan catalog release readiness --manifest manifest.json --output reports/latest-release-readiness.json --json" |
| ], |
| "check_commands": [ |
| "python3 scripts/validate-release-receipt-boundary.py" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "go run ./cmd/datapan catalog release verify", |
| "go run ./cmd/datapan catalog release readiness", |
| "python scripts/validate-release-receipt-boundary.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "go run ./cmd/datapan catalog release verify", |
| "go run ./cmd/datapan catalog release readiness", |
| "python scripts/validate-release-receipt-boundary.py" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "reports/latest-release-verification.json", |
| "bytes": 29080, |
| "sha256": "ef9e68e4e23b9681503369479fbe7339e915fe7f0dd52ab36af635c64d2459e2", |
| "manifest_bound": false |
| }, |
| { |
| "path": "reports/latest-release-readiness.json", |
| "bytes": 7612, |
| "sha256": "a31a29389e97b0527e2ab9a7468c454f3a351ba2d21b8af5066ad3a34af74c98", |
| "manifest_bound": false |
| } |
| ] |
| }, |
| { |
| "id": "shard_release_distribution", |
| "coverage": [ |
| "shard_release_distribution" |
| ], |
| "operator_commands": [ |
| "python3 scripts/generate-registry-shards.py", |
| "python3 scripts/package-registry-shards.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/validate-registry-shards.py", |
| "python3 scripts/package-registry-shards.py --check" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "Validate full registry shard release evidence", |
| "python scripts/generate-registry-shards.py", |
| "python scripts/validate-registry-shards.py", |
| "python scripts/package-registry-shards.py", |
| "python scripts/package-registry-shards.py" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "Generate shard archive release evidence", |
| "python scripts/generate-registry-shards.py", |
| "python scripts/validate-registry-shards.py", |
| "python scripts/package-registry-shards.py", |
| "python scripts/package-registry-release.py" |
| ] |
| }, |
| "status": "required", |
| "ci_outputs": [ |
| ".datapan/ci/full-registry-shards/registry-shards.json", |
| ".datapan/ci/full-data-go-kr-shards.tar.gz", |
| ".datapan/ci/full-shard-archive-check.txt" |
| ] |
| }, |
| { |
| "id": "release_package_distribution", |
| "coverage": [ |
| "release_distribution" |
| ], |
| "operator_commands": [ |
| "python3 scripts/package-registry-release.py --manifest manifest.json --output .datapan/release-assets/datapan-registry-snapshot.zip" |
| ], |
| "check_commands": [ |
| "python3 scripts/package-registry-release.py --check .datapan/release-assets/datapan-registry-snapshot.zip", |
| "python3 scripts/package-registry-release.py --check .datapan/release-assets/datapan-registry-snapshot.zip --shard-archive .datapan/ci/full-data-go-kr-shards.tar.gz" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "Package current release zip", |
| "python scripts/package-registry-release.py", |
| "--shard-archive .datapan/ci/full-data-go-kr-shards.tar.gz" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "Package release zip asset evidence", |
| "python scripts/package-registry-release.py", |
| "--shard-archive .datapan/release-assets/data-go-kr-shards.tar.gz" |
| ] |
| }, |
| "status": "required", |
| "ci_outputs": [ |
| ".datapan/release-assets/datapan-registry-snapshot.zip", |
| ".datapan/ci/current-release-zip-check.txt", |
| ".datapan/ci/current-release-shard-consistency-check.txt" |
| ] |
| }, |
| { |
| "id": "release_assembly_receipt", |
| "coverage": [ |
| "evidence" |
| ], |
| "operator_commands": [ |
| "python3 scripts/refresh-release-ledger-evidence.py --write", |
| "python3 scripts/generate-release-assembly-receipt.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/refresh-release-ledger-evidence.py --self-test", |
| "python3 scripts/refresh-release-ledger-evidence.py --check", |
| "python3 scripts/generate-release-assembly-receipt.py --check" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/refresh-release-ledger-evidence.py --self-test", |
| "python scripts/refresh-release-ledger-evidence.py --check", |
| "python scripts/generate-release-assembly-receipt.py --check" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/refresh-release-ledger-evidence.py --self-test", |
| "python scripts/refresh-release-ledger-evidence.py --check", |
| "python scripts/generate-release-assembly-receipt.py --check" |
| ] |
| }, |
| "status": "required" |
| }, |
| { |
| "id": "goal_completion_audit", |
| "coverage": [ |
| "evidence" |
| ], |
| "operator_commands": [ |
| "python3 scripts/validate-release-ledger-goal-audit.py", |
| "python3 scripts/generate-release-goal-finish-preflight.py", |
| "python3 scripts/generate-release-goal-continuation-queue.py", |
| "python3 scripts/run-release-goal-continuation-ticket-packet.py --json", |
| "python3 scripts/generate-release-goal-operating-contract.py", |
| "python3 scripts/guard-release-goal-finish.py" |
| ], |
| "check_commands": [ |
| "python3 scripts/validate-release-ledger-goal-audit.py", |
| "python3 scripts/generate-release-goal-finish-preflight.py --check", |
| "python3 scripts/generate-release-goal-continuation-queue.py --check", |
| "python3 scripts/run-release-goal-continuation-ticket-packet.py --self-test", |
| "python3 scripts/generate-release-goal-operating-contract.py --check", |
| "python3 scripts/guard-release-goal-finish.py --self-test" |
| ], |
| "workflow_fragments": { |
| ".github/workflows/verify-release.yml": [ |
| "python scripts/validate-release-ledger-goal-audit.py", |
| "python scripts/generate-release-goal-finish-preflight.py --check", |
| "python scripts/generate-release-goal-continuation-queue.py --check", |
| "python scripts/run-release-goal-continuation-ticket-packet.py --self-test", |
| "python scripts/generate-release-goal-operating-contract.py --check", |
| "python scripts/guard-release-goal-finish.py --self-test" |
| ], |
| ".github/workflows/release-draft.yml": [ |
| "python scripts/validate-release-ledger-goal-audit.py", |
| "python scripts/generate-release-goal-finish-preflight.py --check", |
| "python scripts/generate-release-goal-continuation-queue.py --check", |
| "python scripts/run-release-goal-continuation-ticket-packet.py --self-test", |
| "python scripts/generate-release-goal-operating-contract.py --check", |
| "python scripts/guard-release-goal-finish.py --self-test" |
| ] |
| }, |
| "status": "required", |
| "evidence_artifacts": [ |
| { |
| "path": "docs/release-ledger-goal-completion-audit.json", |
| "bytes": 25628, |
| "sha256": "a63140e36da249395b3ba69f8c8af1200f94bf5afd8b56218f7b5f4339994b7a", |
| "manifest_bound": false |
| }, |
| { |
| "path": "reports/release-goal-finish-preflight.json", |
| "bytes": 786, |
| "sha256": "67a48710b74fc04e14ab41ea37fe43e763ee0525754c48b98dfe63e44ccacf31", |
| "manifest_bound": true, |
| "kind": "release_goal_finish_preflight", |
| "schema": "https://schemas.datapan.dev/datapan.release-goal-finish-preflight.v1.schema.json" |
| }, |
| { |
| "path": "reports/release-goal-continuation-queue.json", |
| "bytes": 3055, |
| "sha256": "fcf1a44d88f1bae60821bccd58e972ab059cb0560fd5e95b64e379477822fe08", |
| "manifest_bound": true, |
| "kind": "release_goal_continuation_queue", |
| "schema": "https://schemas.datapan.dev/datapan.release-goal-continuation-queue.v1.schema.json" |
| }, |
| { |
| "path": "reports/release-goal-operating-contract.json", |
| "bytes": 12424, |
| "sha256": "acf9f5a5df191e9b076d37f688b8d6781d792125e7ef821e9c6e06f48f40aa4b", |
| "manifest_bound": true, |
| "kind": "release_goal_operating_contract", |
| "schema": "https://schemas.datapan.dev/datapan.release-goal-operating-contract.v1.schema.json" |
| } |
| ] |
| } |
| ] |
| } |
|
|