Records the outcome of the design review that reworked the original handoff notes: - CONTEXT.md — ubiquitous language for the slicer (slice, cut, discard, content rectangle, trim, song scale, bundle, project, jump source) - docs/adr/0001 — the slicer owns all image processing and the bundle is the only channel to noteman; noteman's sharp pipeline goes away - pyproject renamed to noteman-slicer - .gitignore keeps scores and bundles out of the repo (copyright, size)
8 lines
190 B
TOML
8 lines
190 B
TOML
[project]
|
|
name = "noteman-slicer"
|
|
version = "0.1.0"
|
|
description = "Cuts score PDFs into noteman's slice images and markers"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = []
|