docs: lead with AI session management across README, site, demo#38
Merged
docs: lead with AI session management across README, site, demo#38
Conversation
Highlight DPlex's headline capability — full lifecycle control over the AI CLI sessions you actually work with daily — across every user-facing surface: - README: rewritten tagline, reordered Why DPlex bullets to lead with discover / resume / close / delete / auto-restore-on-restart, and promoted "AI session management" + "Workspace persistence" to the top of Features with rich content covering past-session list, one-click resume, live active indicators, prompt history, recent sessions per project, and the auto-restore guarantee. - GitHub Pages site: new title + meta + OG copy, hero lede rewritten, feature cards reordered with first four covering Discover / Resume / Auto-restore / Close & delete, sessions screenshot caption refreshed. - docs/architecture.md: Workspace persistence section expanded to cover splits / tab order / save lifecycle / history-independence. - scripts/demo-gif.ts: rewrote the closing scenes — open the Sessions panel, click a past session row, watch it resume in a new tab with a 'Session restored' banner, then chat with the resumed Copilot session to prove it's live. - docs/assets/demo.gif regenerated with the new flow. Bumped to 0.10.1 (PATCH, doc-only) with a customer-facing changelog entry. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
main bumped to 0.11.0 with the auto-update feature; rebase the docs/demo PR on top and bump our PATCH to 0.11.1. - CHANGELOG: keep both 0.11.0 (auto-update) and the new 0.11.1 entry for the docs/demo refresh. - package.json + lockfile: version 0.11.1. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Highlight DPlex's headline capability — full lifecycle control over the AI CLI sessions you work with daily — across every user-facing surface.
Changes
README.md
site/index.html (GitHub Pages)
<title>/ meta description / OG tags emphasizing session management.<h1>lede rewritten around discover / resume / auto-restore.docs/architecture.md
scripts/demo-gif.ts + docs/assets/demo.gif
Versioning
0.10.0 → 0.10.1(PATCH, doc-only) with a customer-facing### Improvementschangelog entry.Validation
npm run lint— no new findings (pre-existing warnings only).npx tsc --noEmit -p tsconfig.node.json— clean.npm run build && npx tsx scripts/demo-gif.ts(≈ 13s, 267 KB).