graph_school_trip.json
json
sha256:c2dbf04d56308f3bbf2d06e6d2eb022b8948b1e827195fe525a44e5e18d5f9c0
feat(auth): Phase B Connect cloud agent (RFC 8628) + Hermes…
Human
minor
⚠ breaking
11 days ago
| 1 | { |
| 2 | "schema": "knowtation.orchestrator_graph/v0", |
| 3 | "graph_id": "graph_school_trip", |
| 4 | "scope": "personal", |
| 5 | "workspace_id": "ws-personal", |
| 6 | "title": "School trip loop orchestrator", |
| 7 | "nodes": [ |
| 8 | "loop_school_trip", |
| 9 | "loop_packing_list", |
| 10 | "loop_weather_check", |
| 11 | "loop_schedule_conflict", |
| 12 | "loop_message_draft" |
| 13 | ], |
| 14 | "edges": [ |
| 15 | { "from": "loop_school_trip", "to": "loop_packing_list", "trigger": "on_pass" }, |
| 16 | { "from": "loop_school_trip", "to": "loop_weather_check", "trigger": "on_pass" }, |
| 17 | { "from": "loop_school_trip", "to": "loop_schedule_conflict", "trigger": "on_pass" }, |
| 18 | { "from": "loop_schedule_conflict", "to": "loop_message_draft", "trigger": "on_conflict" } |
| 19 | ], |
| 20 | "composition_tier": "personal_safe", |
| 21 | "created": "2026-06-01T08:00:00Z", |
| 22 | "updated": "2026-06-20T10:00:00Z" |
| 23 | } |
File History
1 commit
sha256:93bcf8f9bd56d8c5b9339f4ec73b9ebd66571398d56262d38eedc2cfa9db9882
fix(test): align Band B landing assertion with desktop MCP …
Human
11 days ago