Public Access
Make meeting lifecycle stateful
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
## Why
|
||||
The summary agent can edit supporting files such as project notes or the dictation dictionary. Those writes are currently invisible after the run unless the user notices file changes manually.
|
||||
|
||||
## What Changes
|
||||
- Track in-memory diffs for summary-agent writes outside the summary and assistant context files.
|
||||
- Use a real diff implementation so whole-file rewrites produce useful changed-line output.
|
||||
- Append the collected diff audit to the assistant context when the summary agent finishes.
|
||||
|
||||
## Impact
|
||||
- Adds a .NET diff package dependency.
|
||||
- Summary tool write paths gain audit capture for project files and dictation dictionary writes.
|
||||
- Assistant context files receive an appended audit section for external files changed by the agent.
|
||||
Reference in New Issue
Block a user