mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-07 08:27:12 +00:00
Fix leading space in artifact path doc example
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
88cab7b8f9
commit
d4f3764bce
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ Internal keys (prefixed with `internal.`, `current`, `graph.`, `thread.`, `respo
|
|||
When a stage produces a large output (over 100KB of serialized JSON), Fabro automatically offloads it to the **artifact store** on disk rather than keeping it in the in-memory context. The context value is replaced with a `file://` pointer:
|
||||
|
||||
```
|
||||
response.plan → file:///tmp/logs/cache/artifacts/values/response.plan.json
|
||||
response.plan → file:///tmp/logs/cache/artifacts/values/response.plan.json
|
||||
```
|
||||
|
||||
The preamble renderer resolves these pointers and displays a reference to the file path. For remote sandboxes (Docker, Daytona), Fabro syncs artifact files to the sandbox at `{working_directory}/.fabro/artifacts/` so agents can read them.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue