docs(wiki): vertical-model architecture page#528
Merged
Conversation
Documents the shipped vertical building model (#526): stored truth table, resolution helpers, clamp rules, pointer-decided placement, the load migration that lives in migrateNodes indefinitely, and the gotchas. The systems tables stop listing the deleted SlabSystem and point at the registry geometry path instead. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Adds
wiki/architecture/vertical-model.md— the durable "how it works now" for the vertical building model shipped in #526 (stored truth table, resolution helpers, clamp rules, pointer-decided placement, load-migration behavior, gotchas) — indexes it in the architecture README, and removes the staleSlabSystemrows from the two systems tables (the component was deleted in #526; slab geometry renders through the registrydef.geometry).How to test
wiki/architecture/vertical-model.md— spot-check any claim against the named source files.grep -rn SlabSystem wiki/ apps/editor/README.md— only the pure-generator file reference remains.Screenshots / screen recording
N/A — docs only.
Checklist
bun devbun checkto verify)mainbranch🤖 Generated with Claude Code
Note
Low Risk
Documentation-only changes with no runtime or API impact.
Overview
Adds
wiki/architecture/vertical-model.mdas the canonical reference for vertical building semantics (stored fields, resolution helpers, clamp rules, pointer-based support placement,migrateNodesPass 3, and gotchas), and links it from the architecture README index.Updates systems documentation to match post-#526 behavior: removes obsolete
SlabSystemrows fromapps/editor/README.mdandwiki/architecture/systems.md, and documents that slab geometry is driven by registrydef.geometryplus a small dirty-trackingdef.systeminstead of a dedicated core system.Reviewed by Cursor Bugbot for commit 2815ddd. Bugbot is set up for automated code reviews on this repo. Configure here.