mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-11 22:53:00 +00:00
Add instability warning to run directory docs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5a1109f66a
commit
f58e02c8df
1 changed files with 4 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ title: "Run Directory"
|
|||
description: "Structure of Fabro's per-run directory"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
The run directory structure and file formats described here are internal implementation details and subject to change without notice. Do not build tooling that relies on them.
|
||||
</Warning>
|
||||
|
||||
Each `fabro run` invocation creates a timestamped directory under `~/.fabro/runs/`:
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue