Add past project meeting summary tools
PR and Push Build/Test / build-and-test (push) Failing after 10m56s

This commit is contained in:
2026-05-29 10:30:48 +02:00
parent 9d2153484a
commit 626640e26b
16 changed files with 695 additions and 109 deletions
@@ -0,0 +1,10 @@
## Implementation
- [x] Add behavior tests for listing scoped past project meeting summaries with pagination.
- [x] Add behavior tests for rejecting out-of-scope project filters.
- [x] Add behavior tests for reading scoped past summary files with line ranges.
- [x] Add behavior tests for searching project files and scoped past summaries together.
- [x] Implement read-only past project meeting summary tools.
- [x] Extend generic search to include past project summaries.
- [x] Register the new tools and update summary-agent instructions/docs.
- [x] Run focused tests.
- [x] Validate OpenSpec change.