docs: consolidate v0.2 documentation governance
This commit is contained in:
@@ -1384,7 +1384,6 @@ function layoutSourceContract() {
|
||||
return {
|
||||
status: "pass",
|
||||
documents: [
|
||||
"docs/cloud-web-workbench.md",
|
||||
"docs/reference/cloud-workbench.md",
|
||||
"docs/reference/code-agent-chat-readiness.md"
|
||||
],
|
||||
@@ -1518,7 +1517,6 @@ function baseReport({
|
||||
sourceContract: {
|
||||
status: "pass",
|
||||
documents: [
|
||||
"docs/cloud-web-workbench.md",
|
||||
"docs/reference/cloud-workbench.md",
|
||||
"docs/reference/code-agent-chat-readiness.md"
|
||||
],
|
||||
@@ -2704,8 +2702,7 @@ function findHelpMarkdownFiles() {
|
||||
"web/hwlab-cloud-web/help.md",
|
||||
"web/hwlab-cloud-web/help/README.md",
|
||||
"web/hwlab-cloud-web/help/index.md",
|
||||
"docs/dev-cloud-workbench-help.md",
|
||||
"docs/cloud-web-workbench.md"
|
||||
"docs/reference/cloud-workbench.md"
|
||||
];
|
||||
return files.filter((relativePath) => fs.existsSync(path.join(repoRoot, relativePath)));
|
||||
}
|
||||
|
||||
@@ -165,9 +165,9 @@ async function createDevGateReport(edgeHealth) {
|
||||
sourceContract: {
|
||||
status: "pass",
|
||||
documents: [
|
||||
"docs/dev-acceptance-matrix.md",
|
||||
"docs/m0-contract-audit.md",
|
||||
"docs/dev-edge-health.md",
|
||||
"docs/reference/dev-runtime-boundary.md",
|
||||
"docs/reference/spec-v02-documentation-governance.md",
|
||||
"docs/reference/g14-gitops-cicd.md",
|
||||
"deploy/frp/README.md",
|
||||
"deploy/master-edge/README.md"
|
||||
],
|
||||
|
||||
@@ -307,7 +307,7 @@ function buildEvidence() {
|
||||
category: "contract",
|
||||
level: "SOURCE",
|
||||
status: "pass",
|
||||
sources: ["protocol/README.md", "docs/dev-acceptance-matrix.md"],
|
||||
sources: ["protocol/README.md", "docs/reference/MVP-e2e-acceptance.md"],
|
||||
commands: ["node scripts/validate-contract.mjs"],
|
||||
summary: "Frozen contracts remain the source-ready baseline."
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user