release: scheduling-kit 0.10.0 — availability substrate (TIN-1996) - #117
Merged
Conversation
Minor bump 0.9.2 -> 0.10.0: since 0.9.2, #114 added two net-new public subpath exports (./caldav, ./availability) plus tinyland-calendar and tinyland-caldav-client inter-module deps, and #115 added cassette-backed idempotency replay coverage. New public API surface with no breaking changes is a SemVer MINOR bump. Aligns the version triple (package.json + MODULE.bazel + BUILD.bazel), the AGENTS.md/README.md release-truth surfaces, and the regenerated docs/generated/* artifacts. Do not push a git tag or publish here: the tag remains the operator publish trigger.
Jesssullivan
force-pushed
the
jess/tin-1996-release-prep
branch
from
July 3, 2026 12:09
95ddf79 to
0be62ab
Compare
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.
Release: scheduling-kit 0.10.0 — availability substrate (TIN-1996)
Cuts the release that makes the availability substrate consumable off the
tinyland-inc/bazel-registrySSOT and the derived GitHub Packages artifact.Why 0.10.0 (MINOR)
Since the last release (
0.9.2), the following landed onmain:(
./caldav→caldav-busy,./availability→availability-substrate)plus new inter-module deps (
tummycrypt_tinyland_calendar,tummycrypt_tinyland_caldav_client) mirrored as exact-version@tummycryptnpm devDependencies (TIN-1996).
net-new additive public API on the existing
./availability(./adapters)subpath —
getAvailabilitySnapshotplusAvailabilitySnapshot/AvailabilityFreshness/SnapshotFreshnessPolicyandisSnapshotStale/isSnapshotExpired/isSnapshotReusable. Thin wrapperover
getSubstrateAvailability(feat(adapters): availability substrate — RRULE windows minus CalDAV busy overlay (TIN-1996) #114) that stampsobservedAt/staleAt/expiresAt+ cold-readreadMsso a cache consumer can attribute cold-readcost and reason about reuse. No new subpath, no change to existing exports —
additive-only, reinforcing the MINOR bump.
SchedulingAdapter parity matrix.
Net-additive public API surface with no breaking changes to existing exports is
a SemVer MINOR bump:
0.9.2 → 0.10.0. The repo has noCHANGELOG.mdand nowritten SemVer policy that overrides this; release truth lives in the version
triple +
AGENTS.md+ the generated docs, all updated here.Version triple + surfaces (aligned)
package.jsonversion0.10.0MODULE.bazelmodule version0.10.0BUILD.bazel//:pkgnpm_package version0.10.0AGENTS.mdcurrent-released / registry truth0.10.0/0.10.0+README.mdbazel_dep+ registry truth0.10.0/0.10.0+docs/generated/{package-surface,release-metadata}.md0.10.0Validation (all green, run against this rebased branch)
pnpm check:release-metadata→release metadata aligned for @tummycrypt/scheduling-kit@0.10.0(includes the in-house Bzlmod↔npm parity loop)node scripts/generate-doc-artifacts.mjs --check→ generated docs in syncpnpm test:unit→ 860 passed (33 files) — includes feat(kit): availability snapshot freshness attribution (TIN-945 row 3) #116's 10 snapshot acceptance testspnpm test:integration→ 34 passed (3 files)pnpm check(svelte-check) → 0 errors, 0 warningspnpm build→src -> distOK;./caldavand./availabilityresolve to realdist/adapters/*.js+.d.tspnpm check:package(publint) →All good!Publish handoff
Per the delivery doctrine, the git tag is the publish trigger and stays an
operator step. Do not push a tag from this PR.
merge then operator tags v0.10.0 to publish.
npmjs stays retired/frozen at
0.8.0(npm_publish_mode: disabled); delivery isthe Bzlmod module graph (SSOT) + derived GitHub Packages
@jesssullivan/scheduling-kit.Closes the release-prep slice of TIN-1996.