chore(standards): sync tooling and trim redundant documentation - #61
Merged
Merged
Conversation
Contributor
|
State: removed |
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.
Before. Documentation repeated code and configuration, retained completed rollout instructions, and gave agents more material to read and keep current. Adopted standards tooling also needed reconciliation with the latest release.
Now. Sync standards including #350’s documentation policy and use CLI 0.26.1, while removing 158 net Markdown lines. Delete the separate DESIGN.md contract and consolidate development, content editing, analytics coordination, and preview setup in the root README. Preserve published blog content and its evidence.
Implementation
Workspace READMEs remain because CLI 0.26.1 requires them; simple packages now have brief source/setup references. Change history stays in Git and the original PRs.
The tooling upgrade also aligns Playwright with the synced accessibility package and resolves new Biome findings in code. CSS declarations move into an explicit layer after Tailwind’s layers. Scoped suppressions cover imports whose styles already own their layers.
Verification
Completed checks
bun install --frozen-lockfile: passed with the repository’s declared Bun version.bun standards check: passed; canonical files match standards commitc010ef0d9bc2c89215faafb479eeae53c733fa18.bun x --no-install turbo run lint:fix check-types --continue --output-logs=errors-only: passed.git diff --checkand local Markdown link/deleted-path checks: passed.bun run check:fix: passed.CI quality gate: passed the complete repository gate.