Schema: phase.milestone_release gains required repo_hub/repo_hub_uri/
repo_id/repo_name; phase gains optional base_phase_id. Backfilled the
golden phase-001 fixture (placeholder values, it's synthetic) and the
three real pilot-candidate manifests with actual Forgejo repo ids
confirmed live (net-kingdom=67, vergabe-teilnahme=62,
info-tech-canon=47, all coulomb/*).
Discovered along the way: the schema change alone would have broken
the existing Control Plane registration form, since nothing collected
the four new fields. Fixed inline rather than leaving it broken
between tasks -- this also completes T04's ledger UI change (drop the
hand-typed ledger input, auto-compute /phases/{id}/ledger, add a
drill-down reference link on phase_detail.html) since both changes
touch the same form/route.
Full suite: 94 passing offline (was 84), 158 passing with Docker
(was 146).
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
32 lines
925 B
JSON
32 lines
925 B
JSON
{
|
|
"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",
|
|
"repo_hub": "forgejo-coulomb",
|
|
"repo_hub_uri": "https://forgejo.coulomb.social",
|
|
"repo_id": 67,
|
|
"repo_name": "coulomb/net-kingdom"
|
|
},
|
|
"initial_target": {
|
|
"amount": 10000,
|
|
"currency": "EUR"
|
|
},
|
|
"target_basis": {
|
|
"estimated_effort_days": 1.0,
|
|
"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": "/phases/trsl:phase:draft-net-kingdom-local-identity/ledger"
|
|
},
|
|
"extensions": [
|
|
"trsl:extension:development-license@1.0"
|
|
]
|
|
}
|