docs: peer-range and changeset drift cleanup — closes deferred item#76
Merged
jasperboerhof merged 2 commits intoMay 12, 2026
Merged
Conversation
Deploying fs-packages with
|
| Latest commit: |
b712895
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://6d6f6897.fs-packages.pages.dev |
| Branch Preview URL: | https://engineer-docs-peer-range-and.fs-packages.pages.dev |
Four mechanical drift fixes closing deferred item `fs-packages-docs-peer-range-and-changeset-drift-cleanup`: - docs/packages/adapter-store.md:9 — peer line now matches packages/adapter-store/package.json#peerDependencies verbatim (vue ^3.5.33; fs-http ^0.1.0 || ^0.2.0 || ^0.3.0; fs-storage / fs-loading / fs-helpers ^0.1.0). - docs/packages/loading.md:9 — peer line now matches packages/loading/package.json#peerDependencies verbatim (vue ^3.5.33; fs-http ^0.1.0 || ^0.2.0 || ^0.3.0). - docs/architecture.md:84 — fs-loading peer-deps code block now matches packages/loading/package.json source-of-truth. - CONTRIBUTING.md:17 — drop `npx changeset` quick-reference (no changeset bot exists; release path is `**/package.json` push to main triggering OIDC Trusted Publishing) per the post-PR-#73 Publishing wording in docs/contributing.md. Path (b) of the deferred entry — the fast tactical fix. Path (a) (Armorer Level-1/2 enforcement gate) remains queued. Verification: format:check / lint / typecheck / docs:build all pass locally; rendered HTML at docs/.vitepress/dist/packages/{adapter-store, loading}.html and docs/.vitepress/dist/architecture.html shows the new peer-range strings with backticks rendered correctly. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
617aaf6 to
3b06b33
Compare
jasperboerhof
approved these changes
May 12, 2026
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.
Summary
Closes deferred entry
fs-packages-docs-peer-range-and-changeset-drift-cleanup— path (b), the fast tactical fix. Path (a) (Armorer Level-1/2 build-time enforcement gate) remains queued for after this Engineer pass plus Warden M2 detonations land.Four mechanical drift fixes surfaced by Engineer Order #2 (PR #73,
docs/contributing.mdrewrite) and previously catalogued by Adjutant M2:docs/packages/adapter-store.md:9—vue ^3.5.0→^3.5.33; four^1.0.0fs-* peer claims → actual ranges frompackages/adapter-store/package.json#peerDependencies(fs-http ^0.1.0 || ^0.2.0 || ^0.3.0;fs-helpers / fs-loading / fs-storage ^0.1.0).docs/packages/loading.md:9— same shape: matchespackages/loading/package.json#peerDependenciesverbatim (vue ^3.5.33;fs-http ^0.1.0 || ^0.2.0 || ^0.3.0).docs/architecture.md:84— fs-loading peer-deps code block now matchespackages/loading/package.jsonsource-of-truth.CONTRIBUTING.md:17— dropnpx changesetquick-reference. No changeset bot exists; release path is**/package.jsonpush tomaintriggering OIDC Trusted Publishing. Replacement wording aligned withdocs/contributing.mdPublishing section as merged in PR docs(contributing): rewrite Publishing + fix Node prereq + fs-http peer-range example #73.Verification
npm run format:checkclean (133 files)npm run lintclean (0/0)npm run buildclean (all 10 packages)npm run typecheckcleannpm run docs:build— VitePress SSR completes (4.93s), no errorsdocs/.vitepress/dist/packages/{adapter-store,loading}.htmlanddocs/.vitepress/dist/architecture.htmlshows the new peer-range strings with backticks rendered correctly.Out of scope (filed for follow-up, not fixed here)
While verifying drift instances, found additional
vue ^3.5.0claims on five docs pages outside the order's named scope:docs/packages/translation.md:9,docs/packages/dialog.md:9,docs/packages/toast.md:9,docs/packages/theme.md:9,docs/packages/router.md:9(alsodocs/packages/router.md:9carriesvue-router ^4.5.0— actual^5.0.6). Order discipline: not fixed on this PR; surfaced in execution report. Aligns with the Warden M2 README/docs duplication standing concern that Path (a) Armorer enforcement is queued to address.Test plan
format:check/lint/build/typecheck/docs:buildall green🤖 Generated with Claude Code