loop_school_trip.json json
32 lines 946 B
Raw
sha256:c2dbf04d56308f3bbf2d06e6d2eb022b8948b1e827195fe525a44e5e18d5f9c0 feat(auth): Phase B Connect cloud agent (RFC 8628) + Hermes… Human minor ⚠ breaking 12 days ago
1 {
2 "schema": "knowtation.task_loop/v0",
3 "loop_id": "loop_school_trip",
4 "kind": "personal",
5 "scope": "personal",
6 "status": "active",
7 "title": "School trip preparation",
8 "workspace_id": "ws-personal",
9 "recurrence": { "kind": "manual" },
10 "timezone": "America/Los_Angeles",
11 "flow_id": null,
12 "boundary_policy": "observe_only",
13 "memory_links": [
14 { "kind": "note", "ref": "note:last-clothing-size" },
15 { "kind": "note", "ref": "note:trip-type-outdoor" }
16 ],
17 "handoff_refs": ["graph_school_trip"],
18 "trigger_bindings": [
19 {
20 "schema": "knowtation.loop_trigger_binding/v0",
21 "binding_id": "bind_trip_checklist_edit",
22 "signal_kind": "note_edit",
23 "match": { "kind": "note_path", "path": "school/trip-checklist.md" },
24 "debounce_seconds": 300,
25 "enabled": true
26 }
27 ],
28 "until_at": null,
29 "created": "2026-06-01T08:00:00Z",
30 "updated": "2026-06-20T10:00:00Z",
31 "truncated": false
32 }
File History 1 commit
sha256:93bcf8f9bd56d8c5b9339f4ec73b9ebd66571398d56262d38eedc2cfa9db9882 fix(test): align Band B landing assertion with desktop MCP … Human 12 days ago