Skip to content

Version Packages - #38

Merged
joelgwebber merged 1 commit into
mainfrom
changeset-release/main
Sep 11, 2026
Merged

Version Packages#38
joelgwebber merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

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 publish to npm yourself or setup this action to publish 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

@sightmap/sightkick@0.8.0

Minor Changes

  • b80c5e5: Desugar signal completion predicates into IR waits.

    Add a wait_for {signal: name} form and a step-level then: post-condition. Both reference a corpus signal (the SEP-0007 state-signal subset — a named boolean over a component's presence or a view's route) and desugar into an ordinary waitFor step: a component ref becomes a present-wait on the component's selectors, a view ref a route-wait. Resolution runs against the whole corpus (Corpus.ResolveSignal), so a post-condition may name a subject in the destination view, outside the tool's ensure_view scope (the common click-continue → wait-for-next-view case). A step with then: completes only once the named signal holds, not merely when the action dispatched. The runtime is unchanged — these desugar to query/route waits it already runs.

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from 640724b to 378013c Compare September 11, 2026 18:01
@joelgwebber
joelgwebber merged commit 467fb4c into main Sep 11, 2026
2 checks passed
@joelgwebber
joelgwebber deleted the changeset-release/main branch September 11, 2026 18:02
joelgwebber pushed a commit that referenced this pull request Sep 11, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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