docs: fully document platform mixin dirs and prestage checks
Add directory layout, tooling table, and sync-file-deps recursive scan for mixins/** in PLATFORM_MIXINS, MODULES, RELEASE, and ARCHITECTURE. Extend doc drift smoke to require prestage documentation strings. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -76,6 +76,9 @@ function main () {
|
||||
if (!registry.includes("'./mixins/")) {
|
||||
throw new Error('platform-runtime-mixin-registry must use ./mixins/ paths')
|
||||
}
|
||||
assertIncludes(path.join(DOCS, 'PLATFORM_MIXINS.md'), 'sync-file-deps', 'PLATFORM_MIXINS prestage docs')
|
||||
assertIncludes(path.join(DOCS, 'RELEASE.md'), 'SYNC_FILE_DEPS', 'RELEASE prestage docs')
|
||||
assertIncludes(path.join(DOCS, 'MODULES.md'), 'mixins/**', 'MODULES prestage recursive scan')
|
||||
|
||||
console.log(`DOC_VERSION_ALIGNMENT_OK v${ver}`)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user