docs: extend intro-video visuals with pages 13-17#582
Merged
Conversation
Adds five new supporting visuals to the 'Introduction to Taskplane' video deck: 13 - Why pi? (foundation: extensible, model-agnostic, OSS) 14 - Pi capabilities (engineering surface Taskplane builds on) 15 - Getting started (install + sample batch — nine steps) 16 - Real-work playbook (spec → review → tasks → /orch-plan) 17 - Sage companion (cross-model post-batch review) Other tweaks: - _shared.css: subtitle max-width default is now 100% (drops the 820px soft cap that several pages were already overriding). - 08, 12: remove the now-redundant per-page subtitle overrides. - index.html: cards for 13-17 added, typo 'a overview' fixed, page-count subtitle bumped to 17. - 12: re-enable next arrow (now links to page 13).
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.
Continuation of #580. Extends the 'Introduction to Taskplane' video deck with five additional supporting visuals plus a small shared-CSS tweak.
New pages
13 and 14 were authored by a parallel agent; their nav controls were normalized to the house style (icon-only
←/○/→with aria-labels, title in<span>, noVprefix on the number).Other changes
_shared.css:.subtitle { max-width: 100% }is now the default (the 820px soft cap was being overridden on enough pages that flipping the default was simpler). Drops three per-page overrides (08,12,index).index.html: cards added for 13-17, page-count bumped from 14 → 17, and the pre-existing typo 'a overview' fixed to 'an overview'.12-dashboard-visibility.html: next arrow re-enabled (now links to page 13).Why no release
Pure docs/asset addition — no runtime, CLI, config, or schema changes. No CHANGELOG entry needed under 'Docs' since these aren't user-facing reference docs (they're video-production artifacts under
docs/video/).Validation
_shared.cssloads relatively.