Add design docs: glossary, ADR 0001, and project scaffolding

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)
This commit is contained in:
Esa Kataja
2026-07-28 21:33:14 +03:00
parent ecd303322f
commit efc920fdc5
6 changed files with 192 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from slicer!")
if __name__ == "__main__":
main()