Complete session transcript indexing and stale index warning#6
Merged
drompincen merged 1 commit intomainfrom Mar 29, 2026
Merged
Complete session transcript indexing and stale index warning#6drompincen merged 1 commit intomainfrom
drompincen merged 1 commit intomainfrom
Conversation
Session Transcript Ch3: REST endpoints (index-sessions, sessions, session, search-sessions) + 3 MCP tools (index_sessions, search_sessions, session_context) + 7 integration tests. Session Transcript Ch4: Decision extraction (store + retrieve with tag filter) + 2 MCP tools (extract_decisions, recent_decisions) + index-sessions.sh script + 3 tests. Stale Index Warning Ch4: MCP search/summarize staleness footers with JAVADUCKER_STALENESS_CHECK env toggle. 386 tests passing, 0 failures. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
scripts/index-sessions.shjavaducker_searchandjavaducker_summarizeMCP responsesNew MCP Tools
javaducker_index_sessions— index session transcripts from a project directoryjavaducker_search_sessions— search past conversations by phrasejavaducker_session_context— combined session + artifact search for full historical contextjavaducker_extract_decisions— store decisions extracted from sessionsjavaducker_recent_decisions— retrieve recent decisions with optional tag filterNew REST Endpoints
POST /api/index-sessions,GET /api/sessions,GET /api/session/{id},POST /api/search-sessionsPOST /api/extract-session-decisions,GET /api/session-decisionsTest plan
🤖 Generated with Claude Code