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

@ -1,7 +1,7 @@
"""Pure Outstanding Target fold over a Phase's Target Ledger.
Outstanding Target = max(0, Initial Target - Development Credit - Remission
Credit), per spec/TargetRevenueLicenseConcept.md §7.7/§13 and
Credit), per specs/TargetRevenueLicenseConcept.md §7.7/§13 and
specs/TechnicalSpecificationDocument.md §3.2. This module contains no I/O:
given the same (initial_target_amount, entries) it always returns the same
result (TSD §6.1 determinism), so any independent implementation can