docs: weekly review 2026-05-28#132
Merged
Merged
Conversation
`task check` and `task format` do not exist in Taskfile.yml. The correct commands are `npm run check` (validate) and `task style` (auto-fix via lint + format).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
Author
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Contributor
There was a problem hiding this comment.
Pull request overview
Updates developer-facing style documentation to reference the actual lint/format commands available in the repo, preventing “task not found” workflow errors.
Changes:
- Replace stale
task checkreference withnpm run check(non-fixing validation). - Replace stale
task formatreferences withtask style(applies eslint + prettier fixes).
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
One inaccuracy found in developer-facing docs:
CODE_STYLE.mdreferencedtask checkandtask format— neither of which exists inTaskfile.yml. Developers following these instructions would get a "task not found" error. Fixed to use the correct commands:npm run check(validates lint + format without modifying files) andtask style(applies lint + format fixes, which is the existing task inTaskfile.yml).Changes
docs/dev/CODE_STYLE.md:task check→npm run check,task format→task style— stale task names replaced with commands that actually existNo Issues Found
UI_DEBUG_TOGGLE,UI_ENABLE_NEW_NOTE_CONVENTION,UI_ENABLE_CONTENT_REPLACEMENT) verified againstsrc/logging.tsandsrc/config.ts^24.13.0requirement matchespackage.jsonengines field; installation commands verifiedinfra → operations → toolsstructure, hybrid read (SQLite) / write (x-callback-url) model, registration-time gating viaapplyWriteGate, and all referenced source files confirmed presentGenerated by Claude Code