You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ The first vertical slice already supports:
18
18
- durable multi-turn chat history with streaming state, pagination, cross-task search, migration, and export;
19
19
- durable project workspaces with a governed background brief that is attached server-side to each new agent run;
20
20
- persistent schedules (15-minute minimum) that create ordinary project-bound tasks with the same evidence and approval controls;
21
+
- on-demand dispatch for enabled schedules, recorded as a manual schedule trigger in task evidence;
21
22
- up to eight user-supplied website references per task, preserved as untrusted context without server-side fetching;
22
23
- up to four local task attachments (256 KiB each, 1 MiB total), path-confined under `inputs/` and exposed to agents as untrusted workspace input;
23
24
- a typed Server-Sent Events task timeline;
@@ -31,6 +32,15 @@ The first vertical slice already supports:
31
32
- a native Claude Agent SDK adapter that retains sanitized SDK messages and session identity;
32
33
- an explicitly labelled local demo runtime for development without cloud credentials.
33
34
35
+
## Try the governed flow locally
36
+
37
+
1. Run `npm install && npm run dev`, then open `http://localhost:5173`.
38
+
2. Create a **Safe demo** task from a starter (for example, an Operations dashboard or Executive update). The task writes portable source, a preview, an evidence chain, and a static validation report.
39
+
3. Open **Computer** to scrub commands, artifacts, and any captured visual evidence; use **Observe** for task-scoped execution facts.
40
+
4. For a completed task, open **Handoff** to download the source/evidence archive and inspect the safe GitHub review sequence. The browser never creates a repository or uses GitHub credentials.
41
+
5. Create a schedule and use **Run now** to dispatch it through the normal governed task path. The created task records whether its trigger was scheduled or manual.
42
+
6. To exercise the external approval boundary, set `ONEVIBE_WALLET_TOKEN`, request a share, then use the separate wallet CLI below. The browser only displays the pending or resolved receipt; it cannot decide the action.
0 commit comments