Prepare for tinycloud 0.3.15: iconik connector, metadata collections, probe filters, connectors refresh (skill floor → 0.3.15) - #23
Merged
Conversation
… probe filters, connectors refresh (skill floor → 0.3.15) Documents the 0.3.15 binary (SDK 0.7.21 / spec v0.7.11) across the skill surfaces: - verbs.md: probe --filter operator/path reference (single-pass hybrid search routing note), --type metadata + collections add --metadata, connectors refresh, iconik in the sync grammar + filter matrix (7th metadata-bearing provider, iconik_metadata.<Field> custom fields), and the metadata-collection triage pattern. - SKILL.md: cheat-sheet lines for filtered probe, metadata collections, and connectors refresh; gotcha for --filter needing a collection scope and metadata collections being file-level. - glossary.md: metadata collection + source metadata entries; iconik in the data-connector entry. - Skill floor → 0.3.15 (min_version/supported_range, preflight MIN_VERSION); required_features += probe.filters.v1 and library.collections.metadata.v1 (JSON and preflight lists byte-identical; connector features stay optional-account-dependent, as before). - Package/plugin/marketplace/skill versions → 0.3.15; CLAUDE.md contract section gains the 0.3.15 paragraph (features 34→38, verbs stay 16) and maintainer command examples move to 0.3.15. Same merge gate as the 0.3.12/0.3.14 floor raises: this PR merges only after the CDN's channels.stable is 0.3.15. The live-CDN state stays 0.3.14 until the release publishes. Verified: npm test 42/42, shellcheck clean, `claude plugin validate .` passes, the two required-feature lists are byte-identical, and smoke-test.sh 16/16 + preflight ok against a locally built 0.3.15 binary (all four new feature ids present).
amyxst
approved these changes
Jul 23, 2026
…t (upstream kb.filter fix deployed with 0.3.15)
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.
Summary
Prepares the distribution surfaces for tinycloud 0.3.15 (built from the private source repo; bundles Cloudglue SDK 0.7.21 / API spec v0.7.11):
iconik://asset/<id>onconnectors sync/inspect,--from/--to(assetdate_created) +--title-searchonconnectors files, custom metadata-view fields undersource_metadata.iconik_metadata.<Field>(featurelibrary.connectors.iconik.v1).library collections create --type metadataindexes connectorsource_metadata+ user metadata (newcollections add --metadata '<json|file.json>') into file-level search docs WITHOUT processing media; free/near-instant, no processing configs; read withprobe --scope file/ask(featurelibrary.collections.metadata.v1).probe --filter "<path[op]value>"— repeatable/ANDed stored-field filters (ops=!=><~=*=&=^=;source_metadata.*/metadata.*/video_info.*/file.*paths). Filters bind inside the deep search itself (AND-merged server-side with the search's own planning), so filtered probes keep ranking +data.summarysynthesis (featureprobe.filters.v1; the deep-search filter fix this depends on is deployed and live-verified).library connectors refresh <source>— re-fetches an existing file'ssource_metadatafrom its connector and re-indexes its metadata collections; free (featurelibrary.connectors.refresh.v1).Changes here
reference/verbs.md,SKILL.md,reference/glossary.mdteach all of the above (with per-feature ids and older-binary fallbacks forrefresh).tinycloud-skill.jsonmin_version/supported_rangeand preflightMIN_VERSION;required_features+=probe.filters.v1,library.collections.metadata.v1(both lists byte-identical; connector features stay out of required, as before — they're account-dependent).Merge gate
channels.stableis 0.3.15 (source-repo PR: binary release lands first). The live-CDN statement in CLAUDE.md intentionally still says 0.3.14 until then.Test plan
npm test42/42 (offline fixture CDN)shellcheckclean;claude plugin validate .passessmoke-test.sh16/16 andpreflight.sh→okagainst a locally built 0.3.15 binary reporting all four new feature idsNote
Low Risk
Documentation and version-metadata only in this repo; no installer or launcher logic changes. Main operational risk is merging before CDN stable 0.3.15, which would block agents on preflight until users upgrade.
Overview
Prepares the public distribution repo for tinycloud 0.3.15 (binary ships separately on CDN):
package.json, Claude plugin metadata, README install examples, and maintainer docs all move from 0.3.14 → 0.3.15.Agent skill and reference docs are expanded for SDK 0.3.15 capabilities—Iconik connector URIs and listing filters,
library collections create --type metadatawithcollections add --metadata, repeatableprobe --filteron collection scopes, andlibrary connectors refresh—inSKILL.md,reference/verbs.md, andreference/glossary.md.CLAUDE.mdadds the 0.3.15 contract note (features 34→38, verbs still 16).Compatibility gate:
tinycloud-skill.jsonandpreflight.shsetmin_version/supported_rangeto ≥0.3.15 and requireprobe.filters.v1andlibrary.collections.metadata.v1(lists kept in sync for CI). Intended merge only after CDNchannels.stableis 0.3.15.Reviewed by Cursor Bugbot for commit 8307e27. Bugbot is set up for automated code reviews on this repo. Configure here.