Skip to content

docs(product): remove shipped items from roadmap - #1020

Merged
TheGreatAxios merged 1 commit into
mainfrom
cl-7933-resolve-shipped-vs-planned-roadmap-contradictions-in
Sep 14, 2026
Merged

TheGreatAxios merged 1 commit into
mainfrom
cl-7933-resolve-shipped-vs-planned-roadmap-contradictions-in

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

  • Remove the Roadmap section from docs/PRODUCT.md: both entries describe shipped behavior, so a planned-not-yet-shipped section no longer has content
  • Fast provider/model switching with persisted default is covered by the /model surface (Alt+D persist, per-repo selection file, immediate cutover)
  • Perpetual-session context management is covered by the compactor plus continuation in TUI and exec

Verification

  • bun run lint, bun run typecheck, and bun run build pass
  • Full bun run check test phase shows 7 fail plus 1 error, all in files untouched by this change; every affected file passes in isolation (pre-existing order-dependent flakes, unrelated uncommitted work sits in the shared checkout)
  • git diff origin/main...HEAD is docs-only (5 deletions in docs/PRODUCT.md)

Fixes CL-7933

@linear-code

linear-code Bot commented Sep 14, 2026

Copy link
Copy Markdown

CL-7933

@TheGreatAxios

Copy link
Copy Markdown
Collaborator Author

Critic · Approve

Removes the shipped-only Roadmap section from docs/PRODUCT.md; no code changes.

Findings

  • docs/PRODUCT.md:112,116 — both removed bullets duplicate shipped behavior documented in the same file: Alt+D persists the default, switch cuts over immediately, per-repo selection file. Backed by src/session/live-model-switch.ts (applyLiveModelSwitch) and src/tui/runner-host.test.ts:429 (Alt+D sets default).
  • src/session/compactor.ts:1-13 — deterministic compactor curating inference-facing context while history stays complete; continuation wired in src/session/runtime-assembly.ts:421. Perpetual-session management is shipped, not planned.
  • gh pr diff 1020 is docs-only (docs/PRODUCT.md, section header + 2 bullets removed). No dangling Roadmap references elsewhere; surrounding sections flow cleanly.

Notes

  • No blocking issues. Merge-ready. CI test-phase failures cited in the PR body are unrelated to a docs-only diff; no re-run needed beyond the author lint/typecheck/build.

@TheGreatAxios
TheGreatAxios merged commit 0d9438d into main Sep 14, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant