You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: docs surface gets a grouped sidebar, breadcrumb, prev/next (goal 0235 S1)
The in-app Docs surface was still goal 0125 phase 1: a flat NavList over
markdown styled by the Atlas mirror-preview's bounded-box CSS. This is the
structural half of a converged docs-site pass (search + TOC are S2):
- Sidebar groups pages into collapsible sections by userdocs/ directory
(DocsIndexEntry carries no group field, so grouping is derived
client-side from each entry's rel prefix, in DocsIndex's own canonical
order -- frontend/src/views/docsGroups.ts). Built on Primer NavList's
own Item+SubNav accordion shape (confirmed against the installed
.d.ts), not NavList.Group, which renders always-expanded.
- A breadcrumb header (section, page title) replaces the bare content
column; the article's own leading H1 (every userdocs/ page opens with
one matching its title) is hidden to avoid repeating it.
- A prev/next footer derived from DocsIndex's flat order, hidden at
either end.
- DocsView gets its own co-located stylesheet (~72ch measure, heading
rhythm) composing the shared MarkdownProse base instead of the Atlas
mirror preview's bounded-preview-box CSS.
Extends the existing docs-view.spec.ts (grouped/collapsed sections,
breadcrumb text, prev/next navigation) and adds docsGroups.test.ts for
the pure grouping/adjacency logic.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012im1JxQQV2ahnXzZDdVmZq
* test: register decision-outcome.spec.ts:132's second live-run sighting
Same SUCCESS-status-polling class as the already-registered :192 entry --
the pinned-arm test hit a CI-load timeout once (PR #472's run), passed on
retry #1, and ran 5/5 green locally.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012im1JxQQV2ahnXzZDdVmZq
---------
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
| decision-outcome.spec.ts:132 | live-run | 2026-08-26 | 2026-09-26 | second live-run sighting in this file (:192 already registered): pinned-arm test hit CI-load timeout once on an unrelated PR (#472's run), passed on retry #1, 5/5 green locally -- same SUCCESS-status-polling class |
0 commit comments