From 29cc7a9cdd1b99b6eb94d9694cccfbaba4e08e61 Mon Sep 17 00:00:00 2001 From: welsberr Date: Mon, 9 Feb 2026 12:10:05 -0500 Subject: [PATCH] Formatting --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c37b5ca..25daf07 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ No component crosses more than one gate. ↓ CORE (analysis) ↓ -(optional, human-approved) -↓ -TOOL-EXEC (sandboxed execution) + (optional, human-approved) + ↓ + TOOL-EXEC (sandboxed execution) --- @@ -82,12 +82,14 @@ Capabilities: ## Repository Structure (Initial) +``` ThreeGate/ ├── README.md ├── docs/ │ ├── architecture.md │ ├── threat-model.md │ └── why-this-is-safer.md +``` ---