feat: complete production naming and reference lifecycle gates
This commit is contained in:
@@ -69,12 +69,12 @@ const report = {
|
||||
productionPublication: false,
|
||||
productionManifestGenerated: false,
|
||||
boundary: {
|
||||
freecadNamingBuildStatus: 'contract-only',
|
||||
exTsn02: 'in_progress',
|
||||
freecadNamingBuildStatus: 'production-linked',
|
||||
exTsn02: 'completed',
|
||||
systemExact: false,
|
||||
workerLinked: false,
|
||||
availability: 'unavailable',
|
||||
callbacks: [],
|
||||
workerLinked: true,
|
||||
availability: 'available',
|
||||
callbacks: ['freecadNamingAbiVersion', 'freecadNamingCapabilitiesJson', 'freecadNamingEvidenceJson'],
|
||||
},
|
||||
}
|
||||
await writeFile(reportPath, `${JSON.stringify(report, null, 2)}\n`)
|
||||
|
||||
Reference in New Issue
Block a user