Skip to content

chore: version packages - #165

Merged
aoede3 merged 1 commit into
mainfrom
changeset-release/main
Sep 6, 2026
Merged

aoede3 merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 6, 2026 •

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@taujs/mcp@0.9.0

Minor Changes

  • #166 b4bc618 Thanks @aoede3! - @taujs/mcp reads the observations schema-version-2 additions from @taujs/server (RFC 0018). taujs_who_calls_service gains a hostObserved list: a Fastify route the application registered itself, seen calling the registry in development traffic, reported separately from declared and observed so it is never mistaken for a declared edge. taujs_explain_route can now answer for such a path from episodes rather than refusing outright, and its wording for a path with no episodes says "no observation", never that no request occurred.

    Reading episodes.ndjson is now gated as a paired read with observations.json's schema version: both refuse together on a mismatch, fail closed, rather than reading episode records individually.

@taujs/server@0.39.0

Minor Changes

  • #166 b4bc618 Thanks @aoede3! - Host-route attribution (RFC 0018): in development, τjs observes registry-backed work performed through ordinary Fastify route handlers, without taking ownership of those routes. When a handler outside τjs's own routes calls the service registry through callServiceMethod with no explicit recorder, the call is correlated to a host-observed episode carrying the route's method and path, the registry calls made in it, and the response outcome - opened only once the registry is called, and never touching the route, its transport or its error handling.

    EpisodeRecorder.routeMatched gains a required kind: 'page' | 'host' and an optional method; appId and render become optional, since a host route has neither. sent is discriminated by kind, and failed now carries the response status alongside its optional error. The observations schema moves to version 2 for these additions.

    Nothing changes for an application that never calls a Fastify route outside τjs's own: page episodes, their identities and observations.json's edge shapes are unaffected beyond the schema-version bump. Production behaviour is unchanged - nothing binds unless introspection is already active in development.

playground-react@0.0.55

Patch Changes

  • Updated dependencies [b4bc618]:
    • @taujs/server@0.39.0
    • @taujs/react@0.9.0

rfc-0014-recipe@0.0.14

Patch Changes

  • Updated dependencies [b4bc618]:
    • @taujs/server@0.39.0

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from a637146 to 0eb2286 Compare September 6, 2026 19:41
@aoede3
aoede3 merged commit 5118470 into main Sep 6, 2026
2 checks passed
@aoede3
aoede3 deleted the changeset-release/main branch September 6, 2026 19:46
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.

1 participant