Flag milestones, fix stale deploy-production.mjs claim, sync manifest count - Flag isolated-vm fix, CodeQL fix, catalog correction, and the deploy-production.mjs non-destructive fix as milestones (matching todo.md's 🏁 convention) - Add the CodeQL fix entirely - it was missing from Known-Gaps.md's "Real bugs found and fixed" section - Fix a real staleness bug: CI-and-Docker.md and Yarn-Migration.md both still described deploy-production.mjs as "destructive to the root install" - that was corrected months ago (runs in a disposable git worktree now, todo.md commit 29bec2a) but the wiki never caught up - Home.md: sync the Package Manifests link description to 43 files, matching this morning's correction to that page itself
Correct a bad fix from 2026-08-20: restore 43 package.json files The 2026-08-20 workspace-count sweep incorrectly collapsed this page's own file-count breakdown (43 total, including 2 real non-workspace test-fixture manifests under tests/blackbox/extensions/) into the unrelated "40 workspace packages" metric, dropping the fixtures as if they were phantom. They're real files, confirmed present in both this fork and upstream. todo.md's own "Package manifest migration" section had the correct 43/6 numbers the whole time and was never touched - this page just needed to match it, now with the two metrics explicitly disambiguated so this doesn't get conflated again.
Sync wiki: packages/types complete, packages/schema started Full drift sweep found this hadn't been touched since the query.ts era (43 of ~54, 2 of 40 packages). Now reflects packages/types at 56/56 (complete, 3 cross-package gaps disclosed) and packages/schema newly started (3 of 16).
Fix workspace package count: 40, not 42/43 Verified against root package.json's workspaces glob and upstream's identical pnpm-workspace.yaml. Also drops 2 phantom "extension fixture" packages from the Package Manifests table's tests/* row — there are only 4 real tests/* package.json files, confirmed directly against both this fork and the upstream reference source. Syncs the workflow count (17, not 18) and packages/types file count (43 of ~54) to match the main repo, already corrected there.
Fix stale "only directus has real source" claims Home.md, Architecture-Overview.md, and Known-Gaps.md all still said only 1 of 42 workspace packages had real source. types has been landing real files for a while now (42 of ~54 as of this fix) - update the counts and narrative to match directus-main's own todo.md/architect.md.
Correct the record: Yarn does have a native catalog feature
Cross-reference Issue #30 for the CI-gate re-enable tracking
Correct blackbox.yml gating scope: docker-compose steps too, not just Run tests
Update CI status: Check is green, blackbox/e2e gated until real source lands
Document isolated-vm fix: real V8-API incompatibility, not a toolchain issue
Remove upstream link, add scrum board link
Add wiki: architecture, Yarn migration, package manifests, CI/Docker, known gaps
Initial Home page