refactor(meta-and-voc-onboarding): self-describing names for the staged rule files - #203
Merged
Merged
Conversation
…ed rule files The staged guard folder becomes meta-onboarding-rules/ and each file names the rule it carries: meta-analysis-account-context.md, meta-analysis-validation.md, brain-organization.md, brain-file-conventions.md. The manifest resource map, post-install step 3, README, and the three docs citing staged paths follow. Sentinel names inside the blocks are unchanged, so blocks already merged into /agent/user.md on live VMs still match and re-merge in place.
Eric Smith (motionBuilderEric)
marked this pull request as ready for review
August 5, 2026 15:12
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains. Reviews (3): Last reviewed commit: "feat(meta-and-voc-onboarding): version 2" | Re-trigger Greptile |
Giselle Rogers (gbrogers)
approved these changes
Aug 5, 2026
Eric Smith (motionBuilderEric)
merged commit Aug 5, 2026
e4d1026
into
staging
15 of 19 checks passed
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
Renames the staged guard folder and files so anyone browsing a VM understands them without opening one:
guards/meta-onboarding-rules/account-context-guard.mdmeta-analysis-account-context.mdmeta-validation-gate.mdmeta-analysis-validation.mdknoweth-organize.mdbrain-organization.mdknoweth-brain.mdbrain-file-conventions.mdPure renames (100% similarity, content unchanged) plus the reference updates that follow: the manifest resource map (id, sourcePath, VM target path), post-install step 3's staged folder and filenames, four README mentions, and the three docs that cite staged rule paths.
What deliberately does not change
Sentinel names inside the blocks (
runneth:account-context-guard,runneth:meta-validation-gate,runneth:knoweth-organize,runneth:knoweth-brain) stay as they are, so blocks already merged into/agent/user.mdon live VMs keep matching and re-merge in place on future installs. Prose that refers to "guard blocks" as a concept also stays.Validation
Scoped review passed on all counts: every rename verified byte-identical by git blob hash (sentinels included), a repo-wide grep finds zero surviving references to the old folder or filenames, the new paths are consistent across all six edited files, and the manifest changes are exactly the one resource entry plus the version bump to
"2"(matched inpackage-index.json, since v1 is the released baseline).Update-path note
On already-installed VMs, the auto-updater should stage
meta-onboarding-rules/and remove the no-longer-ownedguards/folder - this is the first resource rename through that path, so worth watching on the dedicated staging VM before promoting to main.