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:
Raven Scott
2026-06-03 17:45:18 -04:00
co-authored by Cursor
parent 3d2158d6be
commit 69e6017427
5 changed files with 78 additions and 3 deletions
+3
View File
@@ -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}`)
}