Moved some files around and made cleanup better

This commit is contained in:
2026-09-14 19:01:08 -07:00
parent 50b234104a
commit 97ed7f05c8
866 changed files with 404 additions and 1612 deletions

View File

@@ -6,7 +6,7 @@ The immutable [recipe](recipes/raw-ridges-v1.json) pins all parameters and is ha
For reusable frame/backing inputs, load a pinned version from the [shared tier layer library](../../artifacts/layers/README.md). The [four-tier comparison](../../spikes/tier-layer-library-proof/README.md) demonstrates shared layers and this finish module together without migrating historical fixtures.
`card_workspace.py` manages the [working-card layout, progress index and approval move](../../docs/card-workspace.md). Use `new`, `refresh`, `validate`, and `status` during production. Run `approve` only after explicit final approval of an exact card revision; this organization migration does not approve or install any cards.
`card_workspace.py` manages the [working-card layout, progress index and approval move](../../docs/card-workspace.md). Use `new`, `refresh`, `validate`, and `status` during production. Run `approve` only after explicit final approval of an exact card revision; it keeps the full accepted package in `artifacts/cards/` and compacts superseded work to textual provenance plus low printing references. `compact --card ID` applies that retention once to an already approved card. Neither command installs harness fixtures.
## One printing from the CLI
@@ -79,7 +79,7 @@ Tests cover source-edge handling, dark colored lines, broad shadow steps, canvas
It analyzes fitted artwork once through `raw-ridges-v1`, composes all four printings, derives matching finish/text masks, writes low/med/high exports and editable high SVGs, then refreshes the working manifests at assembly-review. Approved card packages are frozen; the tool does not approve cards or install harness fixtures. It requires a layout with the declared central-flourish spacing policy and does not provide a Common or bespoke Legendary layout.
```sh
python3 tools/card-production/assemble_card.py --root in-progress/cards/BE-042-calling-of-the-first-disciples/revisions/v03
python3 tools/card-production/assemble_card.py --root in-progress/cards/ID-title/revisions/v02
```
Read each revision's `review/build-validation.json` and `review/printings-comparison.png` for measured results and visual-review scope.