Skip to content

Commit d046f45

Browse files
fix(config): update docs
Statistics: 6 files changed, 1506 insertions, 49 deletions Summary: - Dirs: .planfile=2, .=2, src=1, tests=1 - Exts: .yaml=2, .py=2, .md=1, .lock=1 - A/M/D: 0/6/0 - Symbols: _forced_injector_backend, add, select_backend, _type_with_backend, test_injector_forced_backend Modified files: - .planfile/config.yaml (+1/-1) - .planfile/sprints/current.yaml (+1390/-0) - README.md (+4/-4) - src/koru/autopilot/injector.py (+80/-42) - tests/test_autopilot_injector.py (+30/-1) - uv.lock (+1/-1) Changes (notes): - .planfile/config.yaml (+1/-1): update - .planfile/sprints/current.yaml (+1390/-0): update - README.md (+4/-4): update documentation - src/koru/autopilot/injector.py (+80/-42): add functions: _candidate_backends, _forced_injector_backend, _type_with_backend, add - tests/test_autopilot_injector.py (+30/-1): add functions: run, test_injector_forced_backend, test_type_text_wayland_falls_back_when_wtype_fails - uv.lock (+1/-1): update Implementation notes (heuristics): - Type inferred from file paths + diff keywords + add/delete ratio - Scope prefers 'goal' when goal/* is touched; otherwise based on top-level dirs - For <=6 files: generate short per-file notes from added lines (defs/classes/click options/headings) - A/M/D derived from git name-status; per-file +X/-X from git numstat
1 parent 7667390 commit d046f45

9 files changed

Lines changed: 1521 additions & 51 deletions

File tree

.planfile/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
next_id: 21
1+
next_id: 74
22
prefix: STARTER
33
project: koru

0 commit comments

Comments
 (0)