Rebuild MCP search and receipt tools#1375
Merged
Merged
Conversation
…read_dictation The two read tools were token bombs: read_meeting returned an entire 90-minute transcript verbatim and read_dictation dumped the whole day file. Both now support optional offset/limit params and a ~30k-char size guard (maxUnpaginatedReadCharacters): anything paginated or over budget comes back as a JSON window with total_utterances/total_entries, offset, returned, truncated, next_offset, and a continuation hint. Frontmatter metadata is preserved on full-section meeting pages; utterance windows reuse the TranscriptedCaptureKit parser. Small unpaginated reads stay byte-identical raw markdown, and entry_id reads are unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GuGZaFRmNrqfGPpqf7WH4n
Three test fixtures built labeled tuples with inline Double math inside map closures; the Swift type checker times out on that expression shape (build-and-test failure on CI). Replace them with a shared loop-based makeSequentialUtterances helper in TestHelpers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01GuGZaFRmNrqfGPpqf7WH4n
…ild-20260703 # Conflicts: # Tools/TranscriptedMCP/CLAUDE.md
This was referenced Jul 3, 2026
This was referenced Jul 3, 2026
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
Checks
bash build-deps.sh --forcebash build.sh --no-openbash run-tests.sh— 11,758 passedbash run-integration-smoke.shswift test— 590 passed, 2 skippedswift test --package-path Tools/TranscriptedMCP— 157 passedgit diff --check origin/main...HEADswift test --package-path Tools/TranscriptedMCP— 157 passed;git diff --check origin/main...HEADStale PRs
COORD_DONE: GREEN | PRs opened: this draft replacement | stale PRs salvaged/held: #1368/#1369/#1365 salvaged here; #1363/#1373 already merged to main | checks run: build-deps, build, tests, integration smoke, swift test, MCP swift test, diff-check | lanes used: Codex=rebuilt/resolved/tested/opened PR; Claude=skipped unavailable (not logged in); Local=attempted triage but output unusable, proof /Users/redbars/.codex/maestro/runs/20260703T105917Z-transcripted-mcp-pr-triage-local; Windows=skipped unavailable | smallest next action: review draft PR and merge only after CI/human review