Changeset 0.30.0 (#199)

Co-authored-by: Jeffrey Smith <jasafpro@gmail.com>
Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
2026-03-18 12:06:55 +00:00
committed by xcaliber
parent 7f191e18cd
commit 7d14e6a439
15 changed files with 1625 additions and 77 deletions

View File

@@ -202,20 +202,20 @@ Depends on: v0.29.1.
- [x] Schema creation on install, drop on uninstall
- [x] Server-side tool execution in completion handler (deferred from v0.29.1)
### v0.29.3 — Workflow Forms
### v0.29.3 — Workflow Forms
`form_template` renders as real UI. LLM is optional for data collection.
Depends on: v0.29.2, v0.29.0 (Starlark validators).
- [ ] Typed `form_template` schema (`text`, `email`, `select`, `number`,
- [x] Typed `form_template` schema (`text`, `email`, `select`, `number`,
`date`, `textarea`, `checkbox`, `file`) with validation rules
- [ ] Stage renders as form when `form_template` has typed fields
- [ ] LLM-optional stages: form-only, form+chat, chat-only
- [ ] Starlark `validate` / `on_submit` hooks
- [ ] Visitor form entry (branded page, no chat widget)
- [ ] Form builder in workflow admin (visual field editor)
- [ ] Cross-visitor isolation E2E test (deferred from v0.28.4)
- [x] Stage renders as form when `form_template` has typed fields
- [x] LLM-optional stages: form-only, form+chat, chat-only
- [x] Starlark `validate` / `on_submit` hooks
- [x] Visitor form entry (branded page, no chat widget)
- [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
@@ -223,11 +223,11 @@ Lifecycle sophistication for `.pkg` format.
Depends on: v0.29.2.
- [ ] Schema versioning + migrations in manifest
- [ ] Settings extension point (packages declare settings sections)
- [ ] Export/import format for cross-instance sharing
- [ ] Package marketplace (discovery, not hosting)
- [ ] User-installable packages (RBAC-gated, team/personal scope)
- [x] Schema versioning + migrations in manifest
- [x] Settings extension point (packages declare settings sections)
- [x] Export/import format for cross-instance sharing
- [x] Package marketplace (discovery, not hosting)
- [x] User-installable packages (RBAC-gated, team/personal scope)
### v0.30.1 — SDK Adoption