Feat v0.9.8 routing sdk #82

Merged
xcaliber merged 1 commits from feat/v0.9.8-routing-sdk into main 2026-04-03 19:39:21 +00:00
Owner
No description provided.
xcaliber added 3 commits 2026-04-03 19:17:46 +00:00
Feat v0.9.7 workflow starlark write ops
All checks were successful
CI/CD / detect-changes (pull_request) Successful in 3s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / test-runners (pull_request) Has been skipped
CI/CD / e2e-smoke (pull_request) Has been skipped
CI/CD / test-go-pg (pull_request) Successful in 2m44s
CI/CD / test-sqlite (pull_request) Successful in 3m4s
CI/CD / build-and-deploy (pull_request) Successful in 1m23s
e4bec9c18c
Add workflow.start(), workflow.advance(), workflow.cancel(), and
workflow.submit_signoff() to the Starlark workflow module. Extract
WorkflowEngine interface in sandbox package to break the circular
import between workflow and sandbox packages.

- WorkflowEngine interface (Start/Advance/Cancel/SubmitSignoff)
- instanceToDict/signoffToDict/dictToJSON shared helpers
- Runner.SetWorkflowEngine setter + main.go wiring
- 6 new unit tests with mock engine

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Chore roadmap v013x additions
All checks were successful
CI/CD / detect-changes (pull_request) Successful in 3s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / test-runners (pull_request) Has been skipped
CI/CD / e2e-smoke (pull_request) Has been skipped
CI/CD / test-go-pg (pull_request) Successful in 2m49s
CI/CD / test-sqlite (pull_request) Successful in 3m4s
CI/CD / build-and-deploy (pull_request) Successful in 46s
01f2ac5bb7
Slot three new versions into v0.13.x series:
- v0.13.0 Custom Public Root Surface (unblocks everything)
- v0.13.6 Package Registry Extension (after file-share)
- v0.13.10 armature.run Deployment (dogfood gate)

Existing versions renumbered accordingly (v0.13.0-8 → v0.13.1-9,
quality gate → v0.13.11). Design decisions log updated.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Feat v0.9.8 conditional routing SDK primitive
All checks were successful
CI/CD / detect-changes (pull_request) Successful in 4s
CI/CD / test-frontend (pull_request) Has been skipped
CI/CD / e2e-smoke (pull_request) Has been skipped
CI/CD / test-runners (pull_request) Has been skipped
CI/CD / test-go-pg (pull_request) Successful in 2m55s
CI/CD / test-sqlite (pull_request) Successful in 3m17s
CI/CD / build-and-deploy (pull_request) Successful in 1m5s
e736a27b59
Promote workflow branch-rule evaluation to a generic Starlark
routing.evaluate(rules, data) module available to all extensions.
10 operators, first-match-wins, no permission gate. 8 new tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
xcaliber force-pushed feat/v0.9.8-routing-sdk from e736a27b59 to 8b9360d198 2026-04-03 19:38:41 +00:00 Compare
xcaliber merged commit b0e9dd7f80 into main 2026-04-03 19:39:21 +00:00
xcaliber deleted branch feat/v0.9.8-routing-sdk 2026-04-03 19:39:22 +00:00
This repo is archived. You cannot comment on pull requests.
No Reviewers
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: switchboard/core#82