Changeset 0.30.2 cs2 (#202)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-18 18:05:58 +00:00
committed by xcaliber
parent 7b0b6eb061
commit 5883cb50e2
17 changed files with 1231 additions and 31 deletions

View File

@@ -33,10 +33,10 @@ v0.9.xv0.28.7 Foundation through Platform Polish ✅
v0.29.0 Starlark Sandbox ✅ v0.32.0 Multi-Replica HA
v0.29.1 API Extensions ✅ v0.33.0 Observability
v0.29.2 DB Extensions ✅ v0.34.0 Data Portability
v0.29.3 Workflow Forms
v0.30.0 Package Lifecycle
v0.30.1 SDK Adoption
v0.30.2 Workflow Packages
v0.29.3 Workflow Forms
v0.30.0 Package Lifecycle
v0.30.1 SDK Adoption
v0.30.2 Workflow Packages
v0.31.0 Editor Package │
│ │
══════╪═══════════════════════════════╪══════
@@ -217,7 +217,7 @@ Depends on: v0.29.2, v0.29.0 (Starlark validators).
- [x] Form builder in workflow admin (visual field editor)
- [x] Cross-visitor isolation E2E test (deferred from v0.28.4)
### v0.30.0 — Package Lifecycle
### v0.30.0 — Package Lifecycle
Lifecycle sophistication for `.pkg` format.
@@ -229,7 +229,7 @@ Depends on: v0.29.2.
- [x] Package marketplace (discovery, not hosting)
- [x] User-installable packages (RBAC-gated, team/personal scope)
### v0.30.1 — SDK Adoption
### v0.30.1 — SDK Adoption
Migrate core surfaces to `sw.*` SDK.
@@ -240,16 +240,20 @@ Depends on: v0.28.5, v0.30.0.
- [x] Phase 5 FE decomp: `import`/`export` statements
- [x] Memory compaction: summarize, confidence decay, prune
### v0.30.2 — Workflow Packages
### v0.30.2 — Workflow Packages
Workflows as installable packages. Visual builder for team admins.
Depends on: v0.29.3, v0.30.0, v0.30.1.
- [ ] Stage surfaces: form, chat, review, custom `.pkg`
- [ ] `.pkg` type `"workflow"` bundles definition + surfaces + handlers
- [ ] Team admin workflow builder (visual, no JSON editing)
- [ ] `sw.workflow` SDK namespace
- [x] Stage surfaces: form, chat, review, custom `.pkg`
- [x] `.pkg` type `"workflow"` bundles definition + surfaces + handlers
- [x] Team admin workflow builder (visual, no JSON editing)
- [x] `sw.workflow` SDK namespace
- [x] ICD test fixes (auth rate limiter burst 30→8, vault UEK pre-warm)
- [x] Starlark `workflow.*` module (get_definition, get_stage_data, advance, reject)
- [x] Workflow package export/import (.pkg round-trip)
- [x] E2E tests: export/import, surface_pkg_id persistence
### v0.31.0 — Editor Package
@@ -323,6 +327,7 @@ Depends on: v0.32.0 (multi-replica metrics aggregation).
- [ ] Alerting rules: OOM recovery, provider down, pool exhaustion,
task failure rate
- [ ] Admin dashboard surface: real-time health (built-in, no Grafana)
- [ ] Swagger/OpenAPI: auto-generated spec from route definitions, served at /api/docs
### v0.34.0 — Data Portability