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/PHASE38_COMMERCIAL_EVIDENCE_ARTIFACT_INTAKE.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,16 @@ The digest manifest is required before redaction review and promotion handoff be
51
51
52
52
Each required review records the retained path, artifact kind, reviewer identity, UTC review time, approval state, and notes. Rejected or missing reviews block the intake from moving into completeness evaluation.
53
53
54
+
## Unit 5 - Artifact Completeness Evaluation
55
+
56
+
`SigtranCommercialEvidenceArtifactCompleteness` evaluates whether intake can move into dossier reporting:
57
+
58
+
- Source registration must be complete.
59
+
- Digest coverage must be complete.
60
+
- Redaction review must be complete.
61
+
62
+
The evaluator returns explicit blocker codes such as `artifact-source-registration-incomplete`, `artifact-digest-coverage-incomplete`, and `redaction-review-incomplete` so release operators can correct the right evidence area without guessing.
Copy file name to clipboardExpand all lines: docs/PHASE38_SUMMARY.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,8 @@ Phase 38 prepares the SDK to receive real execution artifacts and convert them i
8
8
- Artifact source manifest that maps every required expected execution artifact to a concrete source path and a unique retained dossier path.
9
9
- Artifact digest manifest that requires SHA-256 coverage for every retained source.
10
10
- Redaction review manifest that requires approved review for trace-bearing retained artifacts.
11
+
- Artifact completeness evaluator that reports explicit source, digest, and redaction blockers.
11
12
12
13
## Readiness Position
13
14
14
-
The phase is in progress. Artifact intake identity, source registration, digest coverage, and redaction revieware available. Completeness evaluation, dossier reporting, promotion handoff, execution bridge, status reporting, and final validation remain.
15
+
The phase is in progress. Artifact intake identity, source registration, digest coverage, redaction review, and completeness evaluation are available. Dossier reporting, promotion handoff, execution bridge, status reporting, and final validation remain.
- Keep intake foundation separate from commercial publication: intake can prove that artifacts are ready for review, but publication remains blocked until all retained evidence is complete and approved.
341
341
342
-
Status: Phase 38 is in progress. Artifact intake target identity now binds a stable intake id, reviewer identity, UTC receipt time, and run-scoped dossier root to a governed commercial evidence execution run. Artifact source registration now maps every required expected execution artifact to a concrete source path and unique retained dossier path while rejecting floating `artifacts/latest` aliases. Digest coverage now records SHA-256 values for every retained source and blocks invalid digest values. Redaction review now requires approved reviewer records for trace-bearing retained artifacts. Completeness evaluation, dossier reporting, promotion handoff, execution bridge, status reporting, and final validation remain in progress.
342
+
Status: Phase 38 is in progress. Artifact intake target identity now binds a stable intake id, reviewer identity, UTC receipt time, and run-scoped dossier root to a governed commercial evidence execution run. Artifact source registration now maps every required expected execution artifact to a concrete source path and unique retained dossier path while rejecting floating `artifacts/latest` aliases. Digest coverage now records SHA-256 values for every retained source and blocks invalid digest values. Redaction review now requires approved reviewer records for trace-bearing retained artifacts. Completeness evaluation now reports explicit source, digest, and redaction blockers. Dossier reporting, promotion handoff, execution bridge, status reporting, and final validation remain in progress.
0 commit comments