fix: render ticket event notice from prompt resource

This commit is contained in:
2026-06-13 13:08:12 +09:00
parent 465ef1004b
commit 6f8571f77f
4 changed files with 81 additions and 14 deletions
+2
View File
@@ -68,6 +68,8 @@ The following workflows are advertised resident. When a user request matches one
pod_orchestration_guidance_section = "{% include \"$yoi/common/pod-orchestration\" %}"
ticket_event_companion_notice = "{% include \"$yoi/pod/ticket_event_companion_notice\" %}"
spawn_pod_tool_description = """\
Spawn a new Pod process to work on a delegated task. The spawner's write scope is reduced by the scope passed here; the spawned Pod receives its own socket and starts running `task` immediately. The spawned Pod outlives the spawner's current turn and can be contacted again through its socket path.
@@ -0,0 +1,7 @@
Ticket event notice (weak; auto_run=false)
ticket: {{ ticket_id }}
title: {{ title }}
state: {{ state }}
event: {{ event_kind }}
summary: {{ summary }}
ref: {{ ref_path }}