Context
The source-agnostic video-digest work (see docs/topics/source-agnostic-video-digest/PLAN.md on the refactor/source-agnostic-video-digest branch) made X (Twitter) posts first-class digest sources. An X status with no video still resolves to a slug, so the resume action's user-facing argument name resume <video-slug> is now a misnomer — the slug identifies a post/video slice, not necessarily a video.
The Phase 6 reconciliation gate ratified KEEPING the argument name through the 0.13.0 rename (renaming a user-facing argument was outside the approved plan scope). The name appears in argument-hint, the action router, and handoff/resume messaging in plugins/knowledge/skills/video-digest/SKILL.md.
Ask
Pick a source-neutral argument name (e.g. resume <slice-slug> or resume <post-slug>), update the SKILL.md surfaces, and treat it with the same breaking-change discipline as any user-facing rename (CHANGELOG note; the old spelling in stored prompts keeps working only if a compat path is added or the change ships as breaking).
Acceptance
- Argument name no longer claims video-only semantics
- check-skill passes with no trigger regression
- CHANGELOG documents the change
Context
The source-agnostic video-digest work (see docs/topics/source-agnostic-video-digest/PLAN.md on the refactor/source-agnostic-video-digest branch) made X (Twitter) posts first-class digest sources. An X status with no video still resolves to a slug, so the resume action's user-facing argument name
resume <video-slug>is now a misnomer — the slug identifies a post/video slice, not necessarily a video.The Phase 6 reconciliation gate ratified KEEPING the argument name through the 0.13.0 rename (renaming a user-facing argument was outside the approved plan scope). The name appears in argument-hint, the action router, and handoff/resume messaging in plugins/knowledge/skills/video-digest/SKILL.md.
Ask
Pick a source-neutral argument name (e.g.
resume <slice-slug>orresume <post-slug>), update the SKILL.md surfaces, and treat it with the same breaking-change discipline as any user-facing rename (CHANGELOG note; the old spelling in stored prompts keeps working only if a compat path is added or the change ships as breaking).Acceptance