docs: fix outdated documentation (automated weekly drift check)#135
Conversation
- CLAUDE.md: Update `global_config.llm_config.default_model` to `global_config.default_llm.default_model` - Evidence: `common/config_models.py` defines `DefaultLlm` (containing `default_model`) and `LlmConfig` (containing `retry`, `cache_enabled`) separately. - manual_docs/branch_comparison.md: Change `pytest-asyncio` support for `main` from `✅` to `❌` - Evidence: `pyproject.toml` dependencies do not include `pytest-asyncio`, and `uv run pip list` confirms it is not installed. - docs/content/docs/index.mdx: Replace `make setup` with `uv sync` - Evidence: `Makefile` does not contain a `setup` target. - docs/content/docs/index.mdx: Replace `uv run python src/main.py` with `uv run python main.py` - Evidence: `main.py` resides in the project root, not in `src/`. 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 corrects three documentation drift issues identified during automated weekly checks:
All changes are purely documentation corrections with no code modifications. The fixes align with actual codebase structure and available commands. Confidence Score: 5/5
Important Files Changed
Last reviewed commit: 8190935 |
- CLAUDE.md: Update `global_config.llm_config.default_model` to `global_config.default_llm.default_model` - Evidence: `common/config_models.py` defines `DefaultLlm` (containing `default_model`) and `LlmConfig` (containing `retry`, `cache_enabled`) separately. - manual_docs/branch_comparison.md: Change `pytest-asyncio` support for `main` from `✅` to `❌` - Evidence: `pyproject.toml` dependencies do not include `pytest-asyncio`, and `uv run pip list` confirms it is not installed. - docs/content/docs/index.mdx: Replace `make setup` with `uv sync` - Evidence: `Makefile` does not contain a `setup` target. - docs/content/docs/index.mdx: Replace `uv run python src/main.py` with `uv run python main.py` - Evidence: `main.py` resides in the project root, not in `src/`. Co-authored-by: Miyamura80 <38335479+Miyamura80@users.noreply.github.com>
This PR fixes outdated documentation identified during a weekly drift check.
Changes:
global_configattribute access pattern for LLM default model.pytest-asyncioinmainbranch.make setupcommand withuv syncand fixed incorrect file path formain.py.PR created automatically by Jules for task 17096332281359517951 started by @Miyamura80