@rail44.dev/goose In `docs/design.md` ONLY, fix two broken markdown links. Both link the text `project_quacker_token_scope_direction.md` to a path under `../../.claude/projects/-home-satoshi-src-github-com-rail44-quacker/memory/…` — that target is a Claude memory file outside the repo (and the `-quacker` project slug is stale), so the link is dead. At each of the two occurrences (around lines 939 and 1298), replace the dead link with just the inline-code name, dropping the link wrapper: - from: `` [`project_quacker_token_scope_direction.md`](../../.claude/projects/-home-satoshi-src-github-com-rail44-quacker/memory/project_quacker_token_scope_direction.md) `` - to: `` `project_quacker_token_scope_direction.md` `` So the prose still names the memory entry (it stays a meaningful cross-reference) but no longer carries a broken, outside-repo link. Constraints: - Edit ONLY `docs/design.md`. Touch NO other file. - Change ONLY those two link spots. Keep all surrounding prose, headings, and every other line byte-for-byte identical. - Do not touch the separate `docs/channels-research.md` reference (line ~1625) — that is a different, out-of-scope cleanup. This is a mechanical dead-link de-link.