Prepare for tinycloud 0.3.16: truthful watch segmentation, collections --describe + pagination (skill floor → 0.3.16) - #24
Open
kdr wants to merge 1 commit into
Open
Prepare for tinycloud 0.3.16: truthful watch segmentation, collections --describe + pagination (skill floor → 0.3.16)#24kdr wants to merge 1 commit into
kdr wants to merge 1 commit into
Conversation
…s --describe + pagination (skill floor → 0.3.16) Documents the 0.3.16 binary across the skill surfaces: - verbs.md: data.segmentation now reports the segmentation that produced segments[] (pre-0.3.16 binaries mislabeled shots/chapters runs as uniform:20 — trust describe.primary_segmentation there), the degenerate-shots note on cut-less footage, collections create --describe (API default indexes speech+summary ONLY, immutable post-create), and collections show pagination (--limit/--page-token, data.total, page until next_page_token is null; pre-0.3.16 capped listings at 50 with a wrong has_more and a redacted token). - SKILL.md: --describe full in the collections cheat sheet with the speech-only-default warning. - Floor raised to 0.3.16 (min_version/preflight + 2 new required features: library.collections.describe.v1, library.collections.pagination.v1) — the skill teaches the new flag and pagination contract. - Version bumps: package.json, plugin.json, marketplace.json, README. DO NOT MERGE until CDN channels.stable = 0.3.16 (the 0.3.15 merge-after-CDN gate). Wrapper suite 42/42, plugin validate + shellcheck + metadata sync pass locally.
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.
Documents the 0.3.16 binary across the skill surfaces:
segments[] (pre-0.3.16 binaries mislabeled shots/chapters runs as
uniform:20 — trust describe.primary_segmentation there), the
degenerate-shots note on cut-less footage, collections create --describe
(API default indexes speech+summary ONLY, immutable post-create), and
collections show pagination (--limit/--page-token, data.total, page until
next_page_token is null; pre-0.3.16 capped listings at 50 with a wrong
has_more and a redacted token).
speech-only-default warning.
library.collections.describe.v1, library.collections.pagination.v1) —
the skill teaches the new flag and pagination contract.
DO NOT MERGE until CDN channels.stable = 0.3.16 (the 0.3.15 merge-after-CDN
gate). Wrapper suite 42/42, plugin validate + shellcheck + metadata sync
pass locally.
Note
Low Risk
Documentation and version metadata only in this repo; no installer or launcher logic changes. Skill floor bump can block agents on binaries older than 0.3.16 until users upgrade.
Overview
Ships 0.3.16 across the npm package, Claude plugin metadata, and agent skills, with the skill compatibility floor raised to ≥0.3.16 and two new required feature ids:
library.collections.describe.v1andlibrary.collections.pagination.v1.Skill/docs now teach behaviors fixed in the 0.3.16 binary:
watch’sdata.segmentationmatches the mode that producedsegments[](withsegmentation_noteon degenerate shots over cut-less footage),library collections create --describefor media-descriptions modality choice (default speech+summary only, immutable after create), andcollections showoffset pagination via--limit/--page-tokenwithdata.total,has_more, and a usablenext_page_token.SKILL.mdadds a--describe fullexample and the speech-only-default warning;CLAUDE.mdrecords the release notes and merge-after-CDN gate.Reviewed by Cursor Bugbot for commit 1a69573. Bugbot is set up for automated code reviews on this repo. Configure here.