docs: fix outdated documentation (automated weekly drift check)#147
docs: fix outdated documentation (automated weekly drift check)#147Miyamura80 wants to merge 1 commit intomainfrom
Conversation
- `docs/README.md`: Updated local development instructions to use `bun` instead of `npm`/`yarn`/`pnpm` to match the actual tooling setup (`bun.lock`, `Makefile`). - `README.md`: Updated the `make ci` description to accurately list the exact tools it runs (`ruff`, `vulture`, `import_lint`, `ty`, `docs_lint`, `lint_links`, `check_deps`) instead of a vague "etc.", ensuring exact factual accuracy based on `Makefile`. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Greptile SummaryThis PR fixes two small documentation inaccuracies as part of an automated weekly drift check, ensuring the docs stay in sync with the actual project tooling.
Confidence Score: 5/5
Important Files Changed
Last reviewed commit: "docs: fix outdated d..." |
Fix outdated documentation rules according to
OUTDATED_DOCUMENTATION_GUIDELINE.mdby targeting verifiable factual inaccuracies only.Changes:
docs/README.mdto usebun run devinstead ofnpm/pnpm/yarninstructions, which aligns withMakefileandbun.lock.README.mdfor themake cidescription with the concrete list of commands the Makefile target actually runs.All changes verified with
make lint_linksandmake test.PR created automatically by Jules for task 15517131570510791218 started by @Miyamura80