From 194bc8d94867c6d0e2b23a21c8337b3c4d38b792 Mon Sep 17 00:00:00 2001 From: ksdisch Date: Sun, 26 Jul 2026 18:41:00 -0500 Subject: [PATCH] docs(wiki): use GitHub-renderable links, point README at the wiki MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit GitHub's markdown renderer has no wikilink support, so the `[[Page]]` rows written by the wiki backfill rendered as dead literal text โ€” in the browser, which is where these pages are most often read. Relative markdown links work on GitHub and in Obsidian-style tools alike. - converted 1 wikilink(s) to relative markdown links - README.md: pointer-added (append-only; existing content untouched) No wiki content changed โ€” links and one README pointer line only. Co-Authored-By: Claude Fable 5 --- README.md | 4 ++++ Wiki/_index.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e3843b..1bdb633 100644 --- a/README.md +++ b/README.md @@ -327,3 +327,7 @@ This project is a controlled testbed built to quantify mechanical agent failures - OpenRouter quickstart: https://openrouter.ai/docs/quickstart - OpenRouter tool-calling: https://openrouter.ai/docs/guides/features/tool-calling - GLM-4.6 model page: https://openrouter.ai/z-ai/glm-4.6 + +--- + +๐Ÿ“š **Project wiki:** [PROJECT.md](PROJECT.md) โ€” status, scope, and next actions ยท [Wiki/_index.md](Wiki/_index.md) โ€” topic pages and history diff --git a/Wiki/_index.md b/Wiki/_index.md index 903940b..9835e52 100644 --- a/Wiki/_index.md +++ b/Wiki/_index.md @@ -2,4 +2,4 @@ | Page | Covers | Last reviewed | |------|--------|---------------| -| [[History]] | Chronological eras & milestones (S0โ€“S11 + post-completion), reconstructed from merged PRs, git history, wrap logs; decisions anchored to `docs/DECISIONS.md` D1โ€“D24 | 2026-07-26 | +| [History](History.md) | Chronological eras & milestones (S0โ€“S11 + post-completion), reconstructed from merged PRs, git history, wrap logs; decisions anchored to `docs/DECISIONS.md` D1โ€“D24 | 2026-07-26 |