Skip to content

Commit ae2f725

Browse files
committed
chore(agents): update session log
1 parent 0c2ef76 commit ae2f725

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.agents/2026-07-30.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,27 @@ Multiple feature additions and refactoring: linkify fix for already-formatted ma
5050
- `target="_blank"` on links: MutationObserver gets overwritten by Vue reactivity. Server-side HTML injection works but produces ugly output when LLM also emits markdown links. Skipped.
5151
- Token usage per "today": considered but dropped (requires timestamped checkpoints and daily reset) -- standard practice for tools like OpenCode/ChatGPT is session-only totals.
5252

53+
---
54+
55+
## Session 2: Doc audit and sync
56+
57+
**Switched to `development` branch** after realising previous work was on `main`.
58+
59+
### Completed
60+
61+
- Audited all docs (Readme.md, `docs/`, package AGENTS.md) against current code on `development` branch.
62+
- **Fixed stale config paths**: `rag_pkg/klea_rag.json``rag_pkg/example-configs/klea_rag.json` in `install.rst` and tutorial.
63+
- **Fixed config defaults**: tutorial JSON example used `default_k: 3, k_max: 5` but `config.py` defaults are `5` and `10`.
64+
- **Fixed `rag_pkg/AGENTS.md`**: Wrong CLI entry `nml-gen-rag``klea-rag`, `klea-rag-serve`.
65+
- **Fixed `mcp_pkg/AGENTS.md`**: Copyright year `2025``2026`.
66+
- **Added WIP markers** to klea-code docs: `docs/cli/klea-code.rst`, `docs/cli/klea-code-serve.rst`, `docs/cli/index.rst` section heading, `docs/install.rst` section.
67+
- **Added missing API docs**: `utils/paths.rst` for `klea_utils.paths`; added `client` and `state` modules to `utils/ui-nicegui.rst`. Updated `klea_utils.rst` toctree.
68+
- **Verified**: all modified RST files parse cleanly (Sphinx-only directives excluded).
69+
70+
### Not done
71+
72+
- No API docs for `klea_rag` or `klea_code` (by design -- thin application wrappers, not re-usable libraries).
73+
5374
## Pending (next session)
5475

5576
1. Optional: fetch `models.dev` catalog on frontend startup for `%` and `$` display alongside token counts.

0 commit comments

Comments
 (0)