refactor(core): remove output paths metadata

This commit is contained in:
Kit Langton 2026-07-19 12:19:46 +00:00
commit d6f36bb750
13 changed files with 42 additions and 105 deletions

View file

@ -312,7 +312,6 @@ Compatibility:
Affected schema:
- New optional managed `outputPath` and `outputPaths` fields on tool results and completed Session tool state.
- Absolute managed output paths accepted by ordinary `read` and `grep` inputs.
Change:
@ -327,7 +326,7 @@ Reason:
Compatibility:
- Managed output is retained for a bounded period and exposed as a normal host filesystem path.
- Managed output is retained for a bounded period and exposed in bounded tool content as a normal host filesystem path.
### Location-Scoped Filesystem Read And Search Contracts