Commit 0927b67
docs: fix outdated documentation (automated weekly drift check)
- 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>1 parent 83ed4ac commit 0927b67
3 files changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments