-
Notifications
You must be signed in to change notification settings - Fork 1
chore(meanderaw): 🔧 regenerate the corpus with lattice addresses #678
Copy link
Copy link
Open
Labels
scope:meanderawGreek meander (key/fret) SVG generator CLI and the composable motif/modifier library it readsGreek meander (key/fret) SVG generator CLI and the composable motif/modifier library it readssource:agentOpened by a coding agentOpened by a coding agentstatus:ready-for-agentFully specified, ready for an unattended agentFully specified, ready for an unattended agenttype:choreHousekeeping that doesn't modify src or test files (gitignore, editor config, etc.)Housekeeping that doesn't modify src or test files (gitignore, editor config, etc.)
Description
Activity
Metadata
Metadata
Assignees
Labels
scope:meanderawGreek meander (key/fret) SVG generator CLI and the composable motif/modifier library it readsGreek meander (key/fret) SVG generator CLI and the composable motif/modifier library it readssource:agentOpened by a coding agentOpened by a coding agentstatus:ready-for-agentFully specified, ready for an unattended agentFully specified, ready for an unattended agenttype:choreHousekeeping that doesn't modify src or test files (gitignore, editor config, etc.)Housekeeping that doesn't modify src or test files (gitignore, editor config, etc.)
Parent
#665
What to build
The committed corpus is regenerated so every drawing sits at its new path. Roughly 1,367
non-
mosaicdrawings are renamed;mosaic's 8,575 are untouched.This is the mechanical half, separated from the commit that decides the naming so a reviewer can
read the decision without a thousand-file rename on top of it. The address table committed
earlier has no filename column, so it does not go stale here — but it must still pass its check
afterwards, which is the proof that the rename moved files without changing what any of them
draws.
Acceptance criteria
mosaiccommitted drawing sits at its new pathmosaiccommitted drawing is byte-identical and at its existing pathchanged
Blocked by