Skip to content

Commit 7179eb4

Browse files
Copilothotlong
andcommitted
rename automation-api.test.ts → automation-api.zod.test.ts and update ROADMAP test count
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 197d499 commit 7179eb4

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

ROADMAP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Multi-stage triggers, action pipelines, execution logs, and cron scheduling stan
154154
| Conflict resolution for concurrent executions || `automation/execution.zod.ts``ConcurrencyPolicySchema` |
155155
| Checkpointing/resume for interrupted flows || `automation/execution.zod.ts``CheckpointSchema` |
156156
| Scheduled execution persistence (next-run, pause/resume) || `automation/execution.zod.ts``ScheduleStateSchema` |
157-
| Automation API protocol (REST CRUD schemas) || `api/automation-api.zod.ts` → 9 endpoints, all with `input`/`output` schemas |
157+
| Automation API protocol (REST CRUD schemas) || `api/automation-api.zod.ts` → 9 endpoints, all with `input`/`output` schemas (37 schema tests) |
158158
| Automation HTTP route handler (9 routes) || `runtime/http-dispatcher.ts``handleAutomation()` CRUD + toggle + runs |
159159
| Client SDK `automation` namespace (10 methods) || `client/src/index.ts``list`, `get`, `create`, `update`, `delete`, `toggle`, `runs.*` |
160160
| Fault edge error path support || `@objectstack/service-automation` → fault-type edge routing in DAG executor |
File renamed without changes.

0 commit comments

Comments
 (0)