From 6190da4344b4d1cef65a7f2282442c97ddbfe775 Mon Sep 17 00:00:00 2001 From: Bryandero98 Date: Thu, 3 Sep 2026 13:25:23 -0500 Subject: [PATCH] docs: fix ARCHITECTURE.md directory tree placing GOALS.md and GOALS_OPERATIONAL.md under data/ (#6032) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GOALS.md lives at the repo root and docs/GOALS_OPERATIONAL.md lives under docs/ — neither exists under data/. Corrected the documented tree to match. Co-Authored-By: Claude Sonnet 5 --- docs/ARCHITECTURE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 0b02c99a32..f11442ddcb 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -103,8 +103,6 @@ PortOS/ │ ├── browser-config.json # Browser CDP/health configuration │ ├── TASKS.md # User task file │ ├── COS-TASKS.md # System task file -│ ├── GOALS.md # Repository mission and goals -│ ├── docs/GOALS_OPERATIONAL.md # Operational CoS goals │ ├── cos/ # CoS state and agents │ │ ├── state.json # Daemon state │ │ └── agents/ # Agent outputs @@ -145,7 +143,9 @@ PortOS/ │ └── agent-personalities/ # Agent personality configs │ ├── docs/ # Documentation +│ └── GOALS_OPERATIONAL.md # Operational CoS goals ├── .github/workflows/ # CI/CD +├── GOALS.md # Repository mission and goals └── ecosystem.config.cjs # PM2 configuration ```