From 1633e8b34e169866b409741770a08b7f136c78aa Mon Sep 17 00:00:00 2001 From: adlee-was-taken Date: Sun, 5 Apr 2026 10:26:02 -0400 Subject: [PATCH] docs: final verification pass fixes Convert the "Where to go next" items in the architecture overview from plain text to proper Markdown links. This was the only finding from the Task 18 verification pass; everything else (links, commands, TOML coverage, subsystem coverage, terminology) is self-consistent across the 17 new doc files. Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/architecture/overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/architecture/overview.md b/docs/architecture/overview.md index e42f4d4..156a637 100644 --- a/docs/architecture/overview.md +++ b/docs/architecture/overview.md @@ -166,5 +166,5 @@ Blueprint per feature area under `vigilar/web/blueprints/`. ## Where to go next -- Conventions: `conventions.md` -- Per-subsystem details: `subsystems/` +- [Conventions](conventions.md) — coding rules distilled for contributors. +- [Subsystems](subsystems/) — per-subsystem references.