The public site shipped a Releases page and a footer link to a release, and neither could ever have content: the read path existed, the write path did not. This adds the seven release operations to the contract contribution and the gateway, and a Studio screen that can actually write one. The editor is six markdown fields rather than one, because that is what the contract models and what a release note is — why, what, what a reader notices, what it leaves in the code, how it was verified, what is still open. Publishing is separate from saving: a draft saves in any state, but the public query keys on PUBLISHED alone, so publish is where completeness is demanded. No new CSS. The screen reuses the document editor's field classes and the working-copy list's row classes, so it inherits Studio's spacing and type instead of introducing a second look. The footer previously linked `/releases/0.1.0` — a version that did not exist, so the link 404'd, and one that would have gone stale at 0.2.0 anyway. It now points at the changelog index, which is the only place that knows what the latest release is and which reads correctly when there are none. Route inventory, navigation order, message catalog, manual accessibility evidence, artifact baseline, and the pinned gate-shape digest all move with the new route. The digest was recomputed by first reproducing the previous constant from the previous gates.json, so the computation is known to be the one it was pinned under.
67 lines
4.1 KiB
JSON
67 lines
4.1 KiB
JSON
{
|
|
"schemaVersion": 2,
|
|
"appVersion": "0.1.0",
|
|
"buildId": "local-build",
|
|
"commitSha": "local",
|
|
"configSchemaVersion": "2.0",
|
|
"assetManifestHash": "generated-during-build",
|
|
"releaseId": "local-release",
|
|
"builtAt": "1970-01-01T00:00:00.000Z",
|
|
"routeChunks": {
|
|
"route-tech-log-home": "src/features/tech-log/presentation/public/pages/home-page.tsx",
|
|
"route-tech-log-explore": "src/features/tech-log/presentation/public/pages/explore-page.tsx",
|
|
"route-tech-log-explore-kind": "src/features/tech-log/presentation/public/pages/explore-kind-page.tsx",
|
|
"route-tech-log-case": "src/features/tech-log/presentation/public/pages/case-page.tsx",
|
|
"route-tech-log-reference": "src/features/tech-log/presentation/public/pages/reference-page.tsx",
|
|
"route-tech-log-question": "src/features/tech-log/presentation/public/pages/question-page.tsx",
|
|
"route-tech-log-topic": "src/features/tech-log/presentation/public/pages/topic-page.tsx",
|
|
"route-tech-log-projects": "src/features/tech-log/presentation/public/pages/projects-page.tsx",
|
|
"route-tech-log-project": "src/features/tech-log/presentation/public/pages/project-overview-page.tsx",
|
|
"route-tech-log-project-records": "src/features/tech-log/presentation/public/pages/project-records-page.tsx",
|
|
"route-tech-log-project-decisions": "src/features/tech-log/presentation/public/pages/project-decisions-page.tsx",
|
|
"route-tech-log-project-activity": "src/features/tech-log/presentation/public/pages/project-activity-page.tsx",
|
|
"route-tech-log-releases": "src/features/tech-log/presentation/public/pages/releases-page.tsx",
|
|
"route-tech-log-release": "src/features/tech-log/presentation/public/pages/release-page.tsx",
|
|
"route-tech-log-profile": "src/features/tech-log/presentation/public/pages/profile-page.tsx",
|
|
"route-tech-log-search": "src/features/tech-log/presentation/public/pages/search-page.tsx",
|
|
"route-tech-log-studio-home": "src/features/tech-log/presentation/studio/pages/studio-home-page.tsx",
|
|
"route-tech-log-studio-documents": "src/features/tech-log/presentation/studio/pages/documents-page.tsx",
|
|
"route-tech-log-studio-document-new": "src/features/tech-log/presentation/studio/pages/new-document-page.tsx",
|
|
"route-tech-log-studio-document-edit": "src/features/tech-log/presentation/studio/pages/document-edit-page.tsx",
|
|
"route-tech-log-studio-document-validation": "src/features/tech-log/presentation/studio/pages/document-validation-page.tsx",
|
|
"route-tech-log-studio-document-preview": "src/features/tech-log/presentation/studio/pages/document-preview-page.tsx",
|
|
"route-tech-log-studio-document-publish": "src/features/tech-log/presentation/studio/pages/document-publish-page.tsx",
|
|
"route-tech-log-studio-publications": "src/features/tech-log/presentation/studio/pages/publications-page.tsx",
|
|
"route-tech-log-studio-publication-preview": "src/features/tech-log/presentation/studio/pages/publication-preview-page.tsx",
|
|
"route-tech-log-studio-not-found": "src/features/tech-log/presentation/studio/pages/studio-not-found-page.tsx",
|
|
"route-not-found": "src/features/tech-log/presentation/public/pages/public-not-found-page.tsx"
|
|
},
|
|
"contractSet": {
|
|
"setAlgorithm": "CA_CONTRACT_SET_V1",
|
|
"setDigest": "sha256:0872fd944d931d70550549496a8086322ea6c86adc1d5802030300eb0076d2f2",
|
|
"packages": [
|
|
{
|
|
"packageId": "@tech-log/management-contract",
|
|
"version": "1.0.0",
|
|
"digest": "sha256:e16a9695e9034a273c769792ea8901fd706c61514137228b2c20e1b117ea0c01",
|
|
"runtimeProtocolVersion": 1,
|
|
"sourceRevision": "0c10a4a"
|
|
},
|
|
{
|
|
"packageId": "@tech-log/public-contract",
|
|
"version": "2.0.0",
|
|
"digest": "sha256:8ac71425b38658f34641102b4c2e6e21288c811efebdb92c0a46fb9d4790e23e",
|
|
"runtimeProtocolVersion": 1,
|
|
"sourceRevision": "0c10a4a"
|
|
},
|
|
{
|
|
"packageId": "@tech-log/studio-contract",
|
|
"version": "3.0.0",
|
|
"digest": "sha256:6cae9924403d0761f401643a022980b8e04183eea0d890c143c9fbbbbc7431e4",
|
|
"runtimeProtocolVersion": 1,
|
|
"sourceRevision": "0c10a4a"
|
|
}
|
|
]
|
|
}
|
|
}
|