Merge spec/ into specs/: one specs directory for the whole repo

Moves TargetRevenueLicenseConcept.md from the separate singular spec/
directory into specs/ (git mv, preserving history) and updates every live
cross-reference (README, CONTRIBUTING, all specs/*.md, workplans, schema
comments, source docstrings, test file) to the new path.

This resolves the spec/ vs specs/ split that history/260728-SWOT-Assessment.md
flagged as a "perpetual footgun" and recommended deciding on. The historical
record of that split and the recommendation itself are left unedited in
history/ (a dated assessment, not a living document) — only README and TSD
now document the merge as resolved, with a pointer back to that history file
for context.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-29 10:22:14 +02:00
parent 458d3a3b60
commit 55a1756f7c
20 changed files with 67 additions and 63 deletions

View file

@ -3,7 +3,7 @@
The golden Phase package must exercise a real SHA-256 hash chain, not
hand-typed digests. This script builds the entry sequence from
spec/TargetRevenueLicenseConcept.md §23's illustrative example and writes it
specs/TargetRevenueLicenseConcept.md §23's illustrative example and writes it
out via the same hashing.entry_hash() the library and tests use, so the
fixture and the code that verifies it can never silently drift apart.