Task · BAP-0002

Reach every published doc and decision from the site

Description

The ingest publishes 76 tracker docs and 2 decisions, and nothing on the site links to any of them. A board links Completed, Milestones and Repository only, there is no per-project index for either folder, and record pages are noindex so they are absent from the sitemap too. Today they are reachable only through full-text search or a cross-reference from a task, which means the durable reference material each tracker carries is effectively unpublished.

Acceptance Criteria

Final Summary

Added //docs/ and //decisions/ index pages, generated only where the project publishes that kind, linked from the board and listed in the sitemap with a lastmod from the newest record they hold. Build check 8 now fails if any record page is reachable only by search or a cross-reference: it collects every href on every non-record page and asserts each record URL appears. Verified by that check passing over 1009 built pages with 24 document indexes present, and by the 78 previously orphaned documents and decisions now being linked.

View the source file on GitHub