From 63ab9acbcd3afe3a9475182cc1b2fde82e2c8283 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 14 May 2026 16:44:58 +0000 Subject: [PATCH] Wiki ingest: PR #543 Streamline README https://claude.ai/code/session_018Wij2vZ8LpjXz6yyyKpx1g --- wiki/README.md | 2 +- wiki/log.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/README.md b/wiki/README.md index b95e0821..1483c796 100644 --- a/wiki/README.md +++ b/wiki/README.md @@ -1,6 +1,6 @@ # Bubo LLM Wiki -This directory is an **LLM-maintained knowledge base** about the Bubo codebase. It is generated and kept current by AI agents working on the repo (Claude Code primarily). It is not a user manual — for product docs see [`../README.md`](../README.md) and [`../docs/`](../docs/). +This directory is an **LLM-maintained knowledge base** about the Bubo codebase. It is generated and kept current by AI agents working on the repo (Claude Code primarily). It is not a user manual — for a product overview see [`../README.md`](../README.md). The pattern follows Andrej Karpathy's [LLM wiki gist](https://gist.github.com/karpathy/442a6bf555914893e9891c11519de94f): a persistent, compounding artifact synthesized from sources, with cross-references pre-resolved. diff --git a/wiki/log.md b/wiki/log.md index 7a3ce014..9510cab0 100644 --- a/wiki/log.md +++ b/wiki/log.md @@ -909,3 +909,9 @@ Append-only chronological record of wiki operations. Newest at the bottom. See ` - **Minor line-ref drift** of 1–4 lines was tolerated on a handful of fitness-objective formula citations (`concepts/fitness-objectives.md`) where the formulas themselves were spot-checked and confirmed accurate; the cited lines still resolve into the right method. - `wiki/architecture/layered-structure.md` was **not touched** this pass — it is the longest architecture page (18 KB), no concrete drift was found in spot checks, and its prose is largely structural narrative rather than line-anchored facts. - `modules/utils.md` is a one-row retirement notice for the removed `Bubo/Utils/` directory; it carries no source citations and was deliberately left at its 2026-05-13 ingest date. + +## [2026-05-14] ingest | PR #543 — Streamline README + +- **Trigger:** PR #543 (6f4d250b35cc) +- **Touched:** wiki/README.md +- **Notes:** Removed the broken `../docs/` link (docs/ was deleted in PR #540); updated the product-docs pointer to reflect that the top-level README.md now directs readers to the wiki as the canonical reference.