Skip to content

docs(user-docs): video library + per-page links, v0.6.1 What's New, sync dev features#1306

Merged
dolho merged 1 commit into
devfrom
feature/user-docs-video-and-dev-sync
Jun 23, 2026
Merged

docs(user-docs): video library + per-page links, v0.6.1 What's New, sync dev features#1306
dolho merged 1 commit into
devfrom
feature/user-docs-video-and-dev-sync

Conversation

@vybe

@vybe vybe commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

Summary

Two things, landed together against dev:

  1. Video enrichment — a new docs/user-docs/videos.md library (35 published videos, grouped by topic, newest-first) plus 📺 Watch callouts on 32 feature pages and a README "Watch" section. Each callout links the most relevant videos, prioritizing newer ones.
  2. Doc sync — the user docs had drifted behind dev. This adds the missing user-facing whats-new/v0.6.1.md and documents the dev-only features that shipped since the last sync.

New pages

Updated pages

Notes

🤖 Generated with Claude Code

…ync dev features

- Add videos.md (35 published videos, newest-first by topic) and a README Watch section
- Add 'Watch' callouts to 32 feature pages linking the most relevant, newest videos
- Add user-facing whats-new/v0.6.1.md (translated from release notes; no issue numbers)
- Document dev-only features: agent runtimes (Claude Code/Codex/Gemini CLI, #1187),
  agent data paths + export/import (#1169), compatibility validation (#668),
  in-app bug reporting (#1116), subscription hot-reload (#1089), pull-pilot routing (#946),
  configurable AGENT_TMP_SIZE (#1231), Postgres migration-runner groundwork (#1160)
- Index agent-runtimes, agent-data, and the previously-orphaned agent-session pages

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dolho

dolho commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

/review Report — automated structural review

Branch: feature/user-docs-video-and-dev-syncdev
Files: 41 (+414/−8) · Type: user docs · Scope: CLEAN

Critical Findings

None. All 41 files are .md under docs/ (no code, no config). Secret/PII sweep clean. External links resolve to youtu.be/*, github.com/abilityai/trinity, ability.ai/workshops, and localhost examples — no internal hosts or credentials leaked.

Informational Findings

[I1] Link liveness unverifiable in-CI (Confidence: 6/10)
~20 youtu.be/<id> video links added. A public/private/unlisted YouTube video still returns HTTP 200, so an automated HEAD check can't confirm they actually play — and a private/wrong ID would silently 404 for users.
Suggestion: spot-check the new video IDs render (or run a markdown link-checker that follows to the oEmbed endpoint, which does distinguish private videos). Same for the new per-page relative links — a lychee/markdown-link-check pass over docs/user-docs/ would catch dangling internal anchors.

[I2] Content accuracy not machine-verifiable (Confidence: 5/10)
"v0.6.1 What's New / sync dev features" describes shipped behavior; correctness depends on matching the actual dev feature set. Worth a human spot-read against the release notes, but nothing here looks stale.

Summary

  • Critical: 0
  • Informational: 2 — link-checker pass + a content spot-read recommended; neither blocks.
  • Scope: CLEAN (pure user docs)

Automated /review.

@dolho dolho merged commit fe0654c into dev Jun 23, 2026
16 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.

2 participants