From e471122c6aa0c2cfabfa2c0a2ac84d6a90d8fee3 Mon Sep 17 00:00:00 2001 From: Jeff Smith Date: Mon, 6 Apr 2026 16:13:15 -0600 Subject: [PATCH] chore: CamelCase filenames, fix internal links --- Home.md | 4 ++-- Session-1.md => Session1.md | 0 SessionRetrospectives.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Session-1.md => Session1.md (100%) diff --git a/Home.md b/Home.md index d154646..e52835f 100644 --- a/Home.md +++ b/Home.md @@ -21,9 +21,9 @@ of what the directory contains and why. | Page | Contents | |---|---| | [Architecture](Architecture) | Module breakdown, data flow, AI pipeline | -| [DevelopmentGuide](DevelopmentGuide) | Git workflow, naming conventions, commands | +| [Development Guide](DevelopmentGuide) | Git workflow, naming conventions, commands | | [Roadmap](Roadmap) | Planned phases and open design questions | -| [SessionRetrospectives](SessionRetrospectives) | Full session history | +| [Session Retrospectives](SessionRetrospectives) | Full session history | --- diff --git a/Session-1.md b/Session1.md similarity index 100% rename from Session-1.md rename to Session1.md diff --git a/SessionRetrospectives.md b/SessionRetrospectives.md index 4ab37cd..b2c69bf 100644 --- a/SessionRetrospectives.md +++ b/SessionRetrospectives.md @@ -2,7 +2,7 @@ | Session | Date | Summary | |---|---|---| -| [Session 1](Session-1) | 2026-04-06 | Project setup, scan improvements, Forgejo repo, wiki, development practices | +| [Session 1](Session1) | 2026-04-06 | Project setup, scan improvements, Forgejo repo, wiki, development practices | ---