Fix past meeting summary tool edge cases
PR and Push Build/Test / build-and-test (push) Successful in 10m54s

This commit is contained in:
2026-05-29 10:38:31 +02:00
parent 626640e26b
commit 689df3dbcb
6 changed files with 174 additions and 36 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ The `search` tool SHALL refuse requested project scopes that are not assigned to
- **THEN** `read_projectfile` clamps the requested range to the available file lines without failing
#### Scenario: Agent searches project knowledge
- **WHEN** the agent calls `search` with ripgrep syntax keywords
- **WHEN** the agent calls `search` with .NET regular expression keywords
- **THEN** Meeting Assistant runs the search against the requested projects or the meeting-bound projects and returns matches as `filename:line text`
#### Scenario: Agent searches past project meeting summaries