wiki: daily maintenance — 4 issues (1 auto-fixed, 3 flagged)#90
Open
SamprasZheng wants to merge 1 commit into
Open
wiki: daily maintenance — 4 issues (1 auto-fixed, 3 flagged)#90SamprasZheng wants to merge 1 commit into
SamprasZheng wants to merge 1 commit into
Conversation
- Add missing synthesis entry for spacesharks-mission-desk-verification-plan to wiki/AGENTS.md synthesis list (was created 2026-05-24 but never added) - Append 2026-07-12 maintenance log entry documenting 190-page scan results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Daily wiki maintenance scan — 2026-07-12.
Scan summary: 190 pages checked (48 sources / 50 entities / 68 concepts / 24 synthesis). Mechanical lint (
yarn lint:wiki) passed clean. LLM-pass checked all content pages for dead wikilinks, frontmatter completeness, markdown-style internal references, and index coverage — all clean.Auto-fixed
1.
wiki/AGENTS.md— missing synthesis entry forspacesharks-mission-desk-verification-planThe page
synthesis/spacesharks-mission-desk-verification-planexists in both the filesystem andwiki/index.md, but was never added to the "Current synthesis pages" list inwiki/AGENTS.md. The schema requires this list be kept in sync with every new synthesis page (per the "When to Update This Schema" section). The entry was added in the correct position (afterspacesharks-trust-stack, which is its companion page).Root cause: the 2026-05-24 agent session that created the verification plan updated
wiki/index.mdbut skipped the AGENTS.md synthesis list.Flagged for review
These are dead wikilinks in
wiki/log.mdhistorical entries. Do not auto-fix — the log is append-only and retroactively correcting historical entries would alter the session record.2.
log.md~line 363 —[[wiki/index.md]](incorrect wikilink syntax)Narrative prose in a historical log entry uses
[[wiki/index.md]]to describe what file was modified. In Obsidian wikilinks the wiki root is alreadywiki/, so this resolves towiki/wiki/index.md(does not exist). Correct form would be[[index]]or just plain text. Appears again at ~line 397.Action: no change needed in log.md. Future sessions should use plain text (
updated wiki/index.md) rather than wikilink syntax when referencing navigation files in log prose.3.
log.md~line 363, ~line 397 — second occurrence of[[wiki/index.md]]Same issue as #2 above; two separate log entries contain this pattern.
4.
log.md~line 439 —[[sources/polkasharks-jam]](stale slug in historical documentation)This appears inside a log entry that explicitly documents fixing this dead link: "Fixed dangling link
[[sources/polkasharks-jam]]→[[sources/polkasharks-jam-article]]". The old slug appears as the subject of the fix note — it is not a live navigation link. Correct slug is[[sources/polkasharks-jam-article]].Action: no change needed. This is historical documentation of a past fix, not a live link.
Generated by Claude Code