docs: update paths from ~/ai/ to ~/gt/ (gt-dq3)
- Update mermaid diagram in architecture.md - Add Harness section to Core Concepts - Update federation-design.md examples - Add PGT/GGT historical context section to harness.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,7 @@ graph TB
|
||||
subgraph "Gas Town"
|
||||
Overseer["👤 Overseer<br/>(Human Operator)"]
|
||||
|
||||
subgraph Town["Town (~/ai/)"]
|
||||
subgraph Town["Town (~/gt/)"]
|
||||
Mayor["🎩 Mayor<br/>(Global Coordinator)"]
|
||||
|
||||
subgraph Rig1["Rig: wyvern"]
|
||||
@@ -45,6 +45,10 @@ graph TB
|
||||
|
||||
## Core Concepts
|
||||
|
||||
### Harness
|
||||
|
||||
A **Harness** is the installation directory for Gas Town - the top-level workspace containing all components. The canonical GGT harness is at `~/gt/`. See [harness.md](harness.md) for setup details and migration from legacy configurations.
|
||||
|
||||
### Town
|
||||
|
||||
A **Town** is a complete Gas Town installation - the workspace where everything lives. A town contains:
|
||||
@@ -1281,7 +1285,7 @@ type Worker interface {
|
||||
### Configuration
|
||||
|
||||
```yaml
|
||||
# ~/ai/config/outposts.yaml
|
||||
# ~/gt/config/outposts.yaml
|
||||
outposts:
|
||||
- name: local
|
||||
type: local
|
||||
|
||||
Reference in New Issue
Block a user