Formatting

This commit is contained in:
welsberr 2026-02-09 12:10:05 -05:00
parent ded73126b8
commit 29cc7a9cdd
1 changed files with 5 additions and 3 deletions

View File

@ -60,9 +60,9 @@ No component crosses more than one gate.
CORE (analysis) CORE (analysis)
(optional, human-approved) (optional, human-approved)
TOOL-EXEC (sandboxed execution) TOOL-EXEC (sandboxed execution)
--- ---
@ -82,12 +82,14 @@ Capabilities:
## Repository Structure (Initial) ## Repository Structure (Initial)
```
ThreeGate/ ThreeGate/
├── README.md ├── README.md
├── docs/ ├── docs/
│ ├── architecture.md │ ├── architecture.md
│ ├── threat-model.md │ ├── threat-model.md
│ └── why-this-is-safer.md │ └── why-this-is-safer.md
```
--- ---