Commit Graph
6 Commits
Author SHA1 Message Date
robbond 39728667a7 feat: add read_discovery_answers, append_followup_answer, and ask-more command
- Add read_discovery_answers() to parse discovery-log.md rows into dicts
  with low_confidence and needs_followup boolean flags.
- Add append_followup_answer() to append follow-up rows linked to original Q-A IDs.
- Add 'ask-more' CLI command that detects Low-confidence and Follow-up-needed
  answers, prompts for additional details, and records them in the log.
- Add 6 tests: read_discovery_answers round-trip, empty-log handling,
  low-confidence detection, follow-up flag detection, and append_followup.
2026-06-02 09:57:02 +01:00
robbond 6430a16050 docs: add task for agent prompt generation 2026-06-02 06:44:03 +01:00
robbond 6211a391b5 chore: implement rdb init project structure 2026-06-02 06:13:43 +01:00
robbond 7cb7034704 chore: remove cached Python artifacts 2026-06-01 19:40:37 +01:00
robbond bc027a5423 fix: parse task headings with dash variants 2026-06-01 19:25:59 +01:00
robbond dede6ecc60 chore: bootstrap rdb-discovery 2026-06-01 17:43:02 +01:00