Task — engineering-spec@1

"Wiki link-integrity gate"

doneTASK-IMP-059
module improvement · class product · priority p1 · created 2026-07-08 · shipped null
depends on none · blocks none

TASK-IMP-059: Wiki link-integrity gate

Summary

Add a docs gate that fails on broken relative markdown links and missing TASK- cross-refs in frontmatter, so the corpus agents plan from cannot rot silently (deep-audit R51).

Problem

Task READMEs and specs accumulate dead relative links and depends_on edges pointing at tasks that never existed or were renumbered. Agents treat those paths as real.

Proposed Solution

Ship tools/install/docs-tools/wiki-link-check.mjs (+ allowlist), wire it into the install test suite and payload vendor copy, and keep the live docs/ scan green via allowlist for known historical index debt.

Alternatives Considered

Success Metrics

Scope

In scope: checker, allowlist, test suite, build.sh vendor lines.

Out of scope / Non-Goals

AI Authorship Disclosure

1. Description (normative)

2. Acceptance criteria

3. Edge cases