Production Notes
The July archive pairs a clothbound proof with the press sheet that corrected
its spine. Read the identity guidance before turning production
marks into decoration, and record the source in proof.source.
Material Check
Keep the paper edge and uneven impression visible. Remove the simulated
fold added in the first comp; the photographed wear is already specific.
Before Release
- Confirm the proof date against the archive sleeve.
- Preserve the original crop:
- Keep the printer’s hand in frame.
- Retain the registration edge.
Export Order
- Scan the corrected proof.
- Attach the source record.
- Publish the approved plate.
Keep the dated proof and photographed wear. Remove the simulated fold.
Proof Register
| Plate | Source | State |
|---|---|---|
| 07-A | Clothbound dummy | Approved |
| 07-B | Press correction | Re-scan |
| 07-C | Registration sheet | Archived |
Source Record
function recordProof(plate: string, source: string) {
// Production facts stay attached to the artifact.
const reviewed = new Date("2026-07-18");
return { plate, reviewed, source };
}