Advance WP-0008: governance, candidate survey, pilot manifests, CLA draft
T01: specs/TRSL-Governance.md. Resolves the Licensor-identity question (maintainer decision, 2026-07-29): a single shared Licensor, Binky Hedgehog GmbH, operating as the binky tenant, across all four product lines - not per-product-line. Unblocks (does not itself resolve) the License/CUA arbitral-institution selection now that the Licensor's own jurisdiction is known. Tables versioning/extension-governance/operator- governance status per concept §20, naming open items (compatibility rules, deprecation criteria, conflict-of-interest rule, key-rotation history) rather than silently assuming them solved. T02: specs/PilotPhaseCandidateSurvey.md. Direct repo inspection (hub had no goal data for three of four product lines) plus an Explore-agent survey of all ten railiance-* repos. Two defensible candidates found: NK-WP-0002 Local Identity (net-kingdom, Incremental 10x) and vergabe-teilnahme (railiance-apps, Product-defining 100x, the only genuinely product-shaped deliverable across ten railiance-* repos). coulomb-loop and helix-forge have no candidate, for stated principled reasons (internal tooling; pre-implementation-stage, respectively). T03: examples/pilot-candidates/ - draft, non-binding Phase Manifests for both real candidates, trsl:phase:draft-* ids, empty ledgers, schema-validated, explicit README stating nothing here is authorized to go live. T04: specs/TRSL-ContributorLicenseAgreement-Draft.md, implementing the CLA-not-assignment recommendation from history/260729-TRSL-ContributorRights-Research.md - narrowly scoped to the current Phase's TRSL terms plus its already-declared Future License at Conversion, same preliminary-candidate treatment as the License/CUA V1C1 documents. CONTRIBUTING.md updated to point at it while keeping the external-contribution block in effect until accepted. T05's precondition list updated to reflect what's now resolved, still left todo by design pending the maintainer's own go-live decision.
This commit is contained in:
parent
27e27ab97b
commit
9886742fa8
12 changed files with 677 additions and 8 deletions
31
examples/pilot-candidates/README.md
Normal file
31
examples/pilot-candidates/README.md
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Pilot candidate Phase Manifests — DRAFT, NOT DECLARED
|
||||
|
||||
These manifests are **draft, non-binding worked examples**
|
||||
(`workplans/TREV-WP-0008-governance-and-pilot-rollout.md` T03), following
|
||||
the pattern established by `examples/phase-001/`. They are structurally
|
||||
valid and conformance-tested exactly like `examples/phase-001/`, but:
|
||||
|
||||
- **No Commercial Entitlement is for sale under either manifest.**
|
||||
- **No Development Credit is being tracked for either candidate.**
|
||||
- **Neither repo's actual License header has been changed to TRSL.**
|
||||
- `phase.id` uses a `draft-` prefix specifically so it cannot be confused
|
||||
with a real, declared Phase.
|
||||
|
||||
Built from the two candidates identified with a defensible rationale in
|
||||
`specs/PilotPhaseCandidateSurvey.md` (T02) — `coulomb-loop` and
|
||||
`helix-forge` produced no defensible candidate at survey time and are
|
||||
not represented here.
|
||||
|
||||
**Nothing here is authorized to go live.** That remains gated behind
|
||||
`workplans/TREV-WP-0008-governance-and-pilot-rollout.md` T05, regardless
|
||||
of how complete or plausible these examples look.
|
||||
|
||||
| Directory | Product line | Candidate deliverable | Indicative Target Multiple |
|
||||
|---|---|---|---|
|
||||
| `net-kingdom-local-identity/` | `net-kingdom` | `NK-WP-0002` Local Identity | Incremental (10x) |
|
||||
| `railiance-vergabe-teilnahme/` | `railiance-*` (`railiance-apps`) | `vergabe-teilnahme` (`RAILIANCE-WP-0002`/`-0014`) | Product-defining (100x) |
|
||||
|
||||
All figures (`initial_target`, `target_basis`) are illustrative
|
||||
placeholders for this worked-example exercise, not a real costing or
|
||||
pricing proposal — see `specs/PilotPhaseCandidateSurvey.md` for the
|
||||
underlying candidate rationale.
|
||||
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"framework": "TRF-0.1",
|
||||
"license": "TRSL-0.1",
|
||||
"phase": {
|
||||
"id": "trsl:phase:draft-net-kingdom-local-identity",
|
||||
"milestone_release": {
|
||||
"name": "net-kingdom-local-identity-v1 (NK-WP-0002)",
|
||||
"source_revision": "3890dca"
|
||||
},
|
||||
"initial_target": {
|
||||
"amount": 200000,
|
||||
"currency": "EUR"
|
||||
},
|
||||
"target_basis": {
|
||||
"estimated_effort_days": 20,
|
||||
"daily_rate": 1000,
|
||||
"approved_direct_costs": 0,
|
||||
"target_multiple": 10
|
||||
},
|
||||
"future_license": "MIT",
|
||||
"degeneration_policy": "trsl:policy:linear-longstop-v0@1.0",
|
||||
"longstop_at": "2028-01-01T00:00:00Z",
|
||||
"ledger": "examples/pilot-candidates/net-kingdom-local-identity/ledger.json"
|
||||
},
|
||||
"extensions": [
|
||||
"trsl:extension:development-license@1.0"
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
[]
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"framework": "TRF-0.1",
|
||||
"license": "TRSL-0.1",
|
||||
"phase": {
|
||||
"id": "trsl:phase:draft-railiance-vergabe-teilnahme",
|
||||
"milestone_release": {
|
||||
"name": "vergabe-teilnahme-v1 (RAILIANCE-WP-0002/RAILIANCE-WP-0014)",
|
||||
"source_revision": "398b0fe"
|
||||
},
|
||||
"initial_target": {
|
||||
"amount": 3500000,
|
||||
"currency": "EUR"
|
||||
},
|
||||
"target_basis": {
|
||||
"estimated_effort_days": 30,
|
||||
"daily_rate": 1000,
|
||||
"approved_direct_costs": 5000,
|
||||
"target_multiple": 100
|
||||
},
|
||||
"future_license": "Apache-2.0",
|
||||
"degeneration_policy": "trsl:policy:linear-longstop-v0@1.0",
|
||||
"longstop_at": "2029-01-01T00:00:00Z",
|
||||
"ledger": "examples/pilot-candidates/railiance-vergabe-teilnahme/ledger.json"
|
||||
},
|
||||
"extensions": [
|
||||
"trsl:extension:development-license@1.0",
|
||||
"trsl:extension:cost-plus-operations@1.0"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue