Skip to content

Commit 6b84023

Browse files
Fix ASCII diagram right border alignment in Architecture Overview
- Fixed spacing in inner boxes to align with outer border - Ensured consistent width across all diagram lines - Right border now properly aligned throughout
1 parent 3a5c897 commit 6b84023

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

README.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,25 +215,25 @@ Per `docs/ai/CONTEXT.md`, all projects must include:
215215
│ 🤖 GitHub AI Engineering Framework │
216216
├─────────────────────────────────────────────────────────────────┤
217217
│ │
218-
│ ┌──────────────────────┐ ┌──────────────────────┐ │
219-
│ │ 📚 Governance │ │ 🔒 Security │ │
220-
│ │ Documentation │◄────►│ Enforcement │ │
221-
│ │ │ │ │ │
222-
│ │ CONTEXT.md │ │ .gitignore │ │
223-
│ │ requirements.md │ │ pre-commit │ │
224-
│ └──────────┬──────────┘ └──────────┬──────────┘ │
225-
│ │ │ │
226-
│ └───────────────┬───────────────┘ │
227-
│ │ │
228-
│ ┌───────────▼───────────┐ │
229-
│ │ 🤖 AI Agents │ │
230-
│ │ (Cursor, etc.) │ │
231-
│ └───────────┬───────────┘ │
232-
│ │ │
233-
│ ┌───────────▼───────────┐ │
234-
│ │ ✅ Quality Gates │ │
235-
│ │ (pre-commit, CI) │ │
236-
│ └─────────────────────┘ │
218+
│ ┌──────────────────────┐ ┌──────────────────────┐
219+
│ │ 📚 Governance │ │ 🔒 Security │
220+
│ │ Documentation │◄────►│ Enforcement │
221+
│ │ │ │ │
222+
│ │ CONTEXT.md │ │ .gitignore │
223+
│ │ requirements.md │ │ pre-commit │
224+
│ └──────────┬──────────┘ └──────────┬──────────┘
225+
│ │ │
226+
│ └───────────────┬───────────────┘
227+
│ │
228+
│ ┌───────────▼───────────┐
229+
│ │ 🤖 AI Agents │
230+
│ │ (Cursor, etc.) │
231+
│ └───────────┬───────────┘
232+
│ │
233+
│ ┌───────────▼───────────┐
234+
│ │ ✅ Quality Gates │
235+
│ │ (pre-commit, CI) │
236+
│ └─────────────────────┘
237237
│ │
238238
└─────────────────────────────────────────────────────────────────┘
239239
```

0 commit comments

Comments
 (0)