You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/PHASE39_COMMERCIAL_EVIDENCE_FILE_VERIFICATION.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -93,6 +93,21 @@ Publication attachment readiness does not publish anything. It only proves that
93
93
94
94
The gate returns concrete blocker labels. It does not publish a package; it only allows the release workflow to consider the verified evidence set.
95
95
96
+
## Unit 8 - File Verification Command Plan
97
+
98
+
`SigtranCommercialEvidenceFileVerificationCommandPlan` defines the workflow-ready execution order:
99
+
100
+
1. Observe retained files.
101
+
2. Compute retained file digests.
102
+
3. Compare observed digests with promotion handoff digests.
103
+
4. Write the file verification report.
104
+
5. Write the retention ledger.
105
+
6. Create the integrity seal.
106
+
7. Create the publication attachment manifest.
107
+
8. Evaluate the promotion gate.
108
+
109
+
The plan is package-neutral and shell-neutral. It describes the expected workflow contract so CI, a CLI, or a release operator can materialize equivalent commands without changing SDK domain APIs.
- File verification command plan that orders observation, digest computation, comparison, report, ledger, seal, attachment, and promotion-gate steps.
14
15
15
16
## Readiness Position
16
17
17
-
The phase is in progress. Retained file evidence item verification, retained file manifest coverage, blocker reporting, retention ledger modeling, integrity sealing, publication attachment planning, and verified promotion gatingare available. Command plan, status reporting, and final validation remain.
18
+
The phase is in progress. Retained file evidence item verification, retained file manifest coverage, blocker reporting, retention ledger modeling, integrity sealing, publication attachment planning, verified promotion gating, and command planning are available. Status reporting and final validation remain.
Copy file name to clipboardExpand all lines: docs/SDK_ROADMAP.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ Status: Phase 38 is foundation-complete. Artifact intake target identity binds a
347
347
- Track file existence, size, observation time, digest match, retention, integrity sealing, publication attachment, promotion gate, and operator command contracts.
348
348
- Keep file verification separate from real lab execution: verification contracts can evaluate retained files, but publication remains blocked until real files are present and approved.
349
349
350
-
Status: Phase 39 is in progress. Retained file evidence item verification now checks existence, non-empty size, SHA-256 validity, digest match, and UTC observation time. Retained file manifest coverage now verifies that every promotion-required handoff item has a unique verified retained file. File verification reporting now exposes missing, empty, invalid digest, digest mismatch, non-UTC observation, duplicate path, and incomplete handoff blockers. Retention ledger modeling now binds verified files to reviewer identity, immutable retention, UTC retention windows, and minimum duration checks. Integrity sealing now computes and validates a deterministic aggregate SHA-256 digest over the ledger. Publication attachment planning now covers sealed ledger entries, validates attachment digests, includes the commercial readiness report, and blocks trace-bearing attachments without redaction approval. Verified promotion gating now requires ready attachments, ready integrity seal, ready retention ledger, verified file report, commercial readiness report presence, and explicit approval before evidence can move into release publication decisions. Command plan, status reporting, and final validation remain in progress.
350
+
Status: Phase 39 is in progress. Retained file evidence item verification now checks existence, non-empty size, SHA-256 validity, digest match, and UTC observation time. Retained file manifest coverage now verifies that every promotion-required handoff item has a unique verified retained file. File verification reporting now exposes missing, empty, invalid digest, digest mismatch, non-UTC observation, duplicate path, and incomplete handoff blockers. Retention ledger modeling now binds verified files to reviewer identity, immutable retention, UTC retention windows, and minimum duration checks. Integrity sealing now computes and validates a deterministic aggregate SHA-256 digest over the ledger. Publication attachment planning now covers sealed ledger entries, validates attachment digests, includes the commercial readiness report, and blocks trace-bearing attachments without redaction approval. Verified promotion gating now requires ready attachments, ready integrity seal, ready retention ledger, verified file report, commercial readiness report presence, and explicit approval before evidence can move into release publication decisions. Command planning now orders observation, digest computation, comparison, report, ledger, seal, attachment, and promotion-gate work for workflow materialization. Status reporting and final validation remain in progress.
0 commit comments