Extract normative core docs (TREV-WP-0003 T01-T05)
Stabilizes day-to-day terminology out of the exploratory concept draft: - specs/TargetRevenueFrameworkCore.md — core terms, target formula, five-verb lifecycle, nine rules, invariants. - specs/PhaseManifestSpecification.md — field tiers aligned with schemas/phase_manifest.schema.json. - specs/TargetLedgerSpecification.md — entry types, hash chain, pure Outstanding Target fold, aligned with the WP-0002 library. - specs/MonetizationExtensionSpecification.md — six-field contract, registered/canonical distinction, Stage 0 Q11 catalog. Cross-links PRD/TSD/README/CONTRIBUTING to the new extracts, confirms no placeholder tails remain, and prepares a review checklist for T06 (human promotion gate, left open pending maintainer review). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
parent
9279c7a3bb
commit
7d6b4f4f50
9 changed files with 557 additions and 21 deletions
27
README.md
27
README.md
|
|
@ -20,7 +20,7 @@ Before conversion, software under TRSL is **source-available** with commercial-u
|
|||
|
||||
1. [`INTENT.md`](INTENT.md) — durable purpose and design principles
|
||||
2. [`SCOPE.md`](SCOPE.md) — what is in scope *now* vs later maturity
|
||||
3. [`spec/TargetRevenueLicenseConcept.md`](spec/TargetRevenueLicenseConcept.md) — normative concept (§1–10 for the kernel)
|
||||
3. [`spec/TargetRevenueLicenseConcept.md`](spec/TargetRevenueLicenseConcept.md) — normative concept draft (ultimate source; governs if it and the extracts below ever diverge)
|
||||
4. [`specs/ProductRequirementsDocument.md`](specs/ProductRequirementsDocument.md) — goals, FRs, roadmap
|
||||
5. [`specs/TechnicalSpecificationDocument.md`](specs/TechnicalSpecificationDocument.md) — schema field tables and boundaries
|
||||
6. [`specs/OpenQuestions-WorkingDefaults.md`](specs/OpenQuestions-WorkingDefaults.md) — provisional Stage 0 defaults
|
||||
|
|
@ -28,6 +28,19 @@ Before conversion, software under TRSL is **source-available** with commercial-u
|
|||
Exploration transcript (non-normative): [`history/260728-InitialExploration.md`](history/260728-InitialExploration.md)
|
||||
Program assessment: [`history/260728-SWOT-Assessment.md`](history/260728-SWOT-Assessment.md)
|
||||
|
||||
## Normative documents (day-to-day reference)
|
||||
|
||||
Extracted and stabilized from the concept draft under `workplans/TREV-WP-0003-normative-core-extraction.md` (T01–T05 done; T06 human review still open — see that workplan). Use these for terminology, not the concept draft's prose, in ordinary implementation work:
|
||||
|
||||
| Document | Covers |
|
||||
| --- | --- |
|
||||
| [`specs/TargetRevenueFrameworkCore.md`](specs/TargetRevenueFrameworkCore.md) | Seven core terms, target formula, five-verb lifecycle, nine core rules, foundational invariants |
|
||||
| [`specs/PhaseManifestSpecification.md`](specs/PhaseManifestSpecification.md) | Phase Manifest field tiers and validation rules |
|
||||
| [`specs/TargetLedgerSpecification.md`](specs/TargetLedgerSpecification.md) | Ledger entry types, hash chain, Outstanding Target fold |
|
||||
| [`specs/MonetizationExtensionSpecification.md`](specs/MonetizationExtensionSpecification.md) | Six-field extension contract, registered vs. canonical |
|
||||
|
||||
**Forbidden synonyms:** do not treat undifferentiated "revenue captured" as equivalent to Development Credit (see `CONTRIBUTING.md` § Terminology); do not call pre-conversion software "Open Source" (see the guardrail table above).
|
||||
|
||||
## Repository layout
|
||||
|
||||
| Path | Role |
|
||||
|
|
@ -35,7 +48,7 @@ Program assessment: [`history/260728-SWOT-Assessment.md`](history/260728-SWOT-As
|
|||
| `INTENT.md` | Stable purpose (change rarely) |
|
||||
| `SCOPE.md` | Living Stage 0 scope |
|
||||
| `spec/` | Normative **concept** source (`TargetRevenueLicenseConcept.md`) |
|
||||
| `specs/` | Product/tech specs, working defaults, future normative extracts |
|
||||
| `specs/` | Product/tech specs, working defaults, and normative extracts (WP-0003) |
|
||||
| `workplans/` | Active delivery plans |
|
||||
| `history/` | Dated non-normative exploration and assessments |
|
||||
| `examples/` | Golden Phase packages (`phase-001`, from WP-0002) |
|
||||
|
|
@ -49,9 +62,9 @@ Program assessment: [`history/260728-SWOT-Assessment.md`](history/260728-SWOT-As
|
|||
|
||||
| Workplan | Focus |
|
||||
| --- | --- |
|
||||
| [TREV-WP-0001](workplans/TREV-WP-0001-license-prior-art-research.md) | Prior-art research → non-binding TRSL draft skeleton |
|
||||
| [TREV-WP-0002](workplans/TREV-WP-0002-trust-service-foundation.md) | Schemas, pure Outstanding Target fold, golden fixture (not full service) |
|
||||
| [TREV-WP-0003](workplans/TREV-WP-0003-normative-core-extraction.md) | Extract stable normative core docs (PRD Phase 1) |
|
||||
| [TREV-WP-0001](workplans/TREV-WP-0001-license-prior-art-research.md) | Prior-art research → non-binding TRSL draft skeleton (open) |
|
||||
| [TREV-WP-0002](workplans/TREV-WP-0002-trust-service-foundation.md) | Schemas, pure Outstanding Target fold, golden fixture — **finished** |
|
||||
| [TREV-WP-0003](workplans/TREV-WP-0003-normative-core-extraction.md) | Extract stable normative core docs — T01–T05 done, T06 human review open |
|
||||
|
||||
Hub index: [`WORK-RECORDS.md`](WORK-RECORDS.md) · brief: [`.custodian-brief.md`](.custodian-brief.md)
|
||||
|
||||
|
|
@ -69,8 +82,8 @@ python3 scripts/generate_golden_phase.py # regenerate examples/phase-001/ledge
|
|||
```
|
||||
|
||||
The implementation stack (Python, `jsonschema`, `pytest`, `hatchling`) is
|
||||
proposed in [`docs/adr/ADR-0001-stage0-library-stack.md`](docs/adr/ADR-0001-stage0-library-stack.md)
|
||||
and is **not yet accepted** — see `CONTRIBUTING.md` human decision gates.
|
||||
recorded in [`docs/adr/ADR-0001-stage0-library-stack.md`](docs/adr/ADR-0001-stage0-library-stack.md),
|
||||
**accepted 2026-07-29**.
|
||||
|
||||
## What this repo does not claim yet
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue