Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```

Expand Down