19 lines
506 B
Markdown
19 lines
506 B
Markdown
# ThreeGate Runtime Volumes
|
|
|
|
This directory contains bind-mounted runtime data used by the skeleton compose stack.
|
|
|
|
These are runtime artifacts, not source code.
|
|
|
|
Recommended (keep in repo as empty dirs via .gitkeep):
|
|
- `core-workspace/`
|
|
- `fetch-workspace/`
|
|
- `handoff/inbound-to-core/`
|
|
- `handoff/inbound-to-fetch/`
|
|
- `handoff/quarantine/`
|
|
- `tool-exec/requests_in/`
|
|
- `tool-exec/results_out/`
|
|
- `dropbox/pdfs_in/`
|
|
- `proxy-cache/`
|
|
|
|
Treat anything in `handoff/` and `tool-exec/` as untrusted by default.
|