Moved some files around and made cleanup better
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# Shared tier layer comparison
|
||||
|
||||
Four retained illustrations compare the centralized Common, Uncommon, Rare, and Extraordinary `v2` frame/backing candidates. No illustration was regenerated. Previous proofs and harness fixtures remain available unchanged.
|
||||
|
||||
Start with these review sheets:
|
||||
|
||||
- [Before/after composed cards](output/review/cards-before-after.png)
|
||||
- [Before/after Normal overlays](output/review/layers-before-after.png)
|
||||
- [Normal, Borderless, and Textless tier layers](output/review/tier-layers.png)
|
||||
|
||||
Common uses the simple Timothy frame aligned to the current palette, with crisp rounded Borderless panel edges and no blur or feathering. Uncommon and Rare keep their original ornament structure with stronger backing ink/rules. Extraordinary keeps The Fall's vines and emblems and adds an intentional artwork reveal around inset Normal panels.
|
||||
|
||||
All four proofs use P052 Bold titles and Sanctification P052 Medium verses/references from the shared font directory, without subtitle/category labels. References use `Book chapter:verse • Translation`. The Common typography is updated for this comparison; the historical Timothy proof retains its original text treatment.
|
||||
|
||||
The current production cards live in [in-progress/cards](../../in-progress/README.md), with normalized resolutions and printing directories. `cards.json` selects their stable card IDs and revisions; each canonical revision’s `card.json` pins the retained art SHA-256, content, verse baselines, and shared layer version. `build.py` references shared assets directly, typesets real SVG lettering, validates unclipped glyph bounds, and exports all four printings at 2000/1000/500 widths. Shared layer files are not copied into proof-local layer folders. Editable SVGs link the retained art/shared layers and retain text objects.
|
||||
|
||||
```sh
|
||||
python3 sanctification/spikes/tier-layer-library-proof/build.py
|
||||
# Rebuild only Common and refresh the review sheets:
|
||||
python3 sanctification/spikes/tier-layer-library-proof/build.py --tier common
|
||||
```
|
||||
|
||||
`output/cards/` and `output/masks/` now provide compatibility symlinks to each card’s canonical low/med/high printing exports. Editable SVG and text-authoring aliases point to the same revisions. New comparison exports use the approved shared `raw-ridges-v1` recipe without continuity filtering or cleanup. Existing cards' recipes and fixtures are preserved. `output/runtime/` stages 1000px faces/maps for optional harness review; nothing is installed automatically.
|
||||
|
||||
[Validation](output/validation.json) records component/art/font hashes, exact font matching, glyph coverage/bounds, printing components, export sizes/opacity, and measured backing-rule contrast. Static assessment, user template approval, and moving-light review are separate. User template approval and moving-light review remain pending.
|
||||
|
||||
|
||||
The organization migration moved files without regenerating them. Original validation/static reports remain historical build records; the revision and resolution manifests track the reorganized paths/hashes. Use `card_workspace.py validate` for organization checks.
|
||||
Reference in New Issue
Block a user