fix: conversation grounding — commitment tracking (#322) #408

Closed
kimi wants to merge 0 commits from kimi/issue-322 into main
Collaborator

Summary

  • Tracks action commitments Timmy makes during Workshop conversations ("I'll draft the ticket")
  • After 5 messages without follow-up, open commitments are surfaced as grounding context to the LLM
  • Commitments can be closed programmatically via close_commitment()
  • 15 new tests covering extraction, recording, ticking, context building, and integration

Test plan

  • tox -e unit — 1929 passed
  • tox -e lint — clean
  • tox -e pre-push — mirrors CI, all green

Fixes #322

## Summary - Tracks action commitments Timmy makes during Workshop conversations ("I'll draft the ticket") - After 5 messages without follow-up, open commitments are surfaced as grounding context to the LLM - Commitments can be closed programmatically via `close_commitment()` - 15 new tests covering extraction, recording, ticking, context building, and integration ## Test plan - [x] `tox -e unit` — 1929 passed - [x] `tox -e lint` — clean - [x] `tox -e pre-push` — mirrors CI, all green Fixes #322
kimi added 1 commit 2026-03-19 06:43:21 +00:00
fix: add commitment tracking to prevent topic drift in Workshop sessions
All checks were successful
Tests / lint (pull_request) Successful in 4s
Tests / test (pull_request) Successful in 1m20s
99ab39c00c
Tracks action commitments Timmy makes during Workshop conversations
(e.g. "I'll draft the ticket"). After 5 messages without follow-up,
open commitments are surfaced as grounding context to the LLM.
Commitments can be closed programmatically via close_commitment().

Fixes #322

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rockachopa closed this pull request 2026-03-19 07:23:30 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Rockachopa/Timmy-time-dashboard#408