Merge commit '0496cd907bc7bb96e9aa1c6d385bedb616bf3233' into work/00001M10FJVA2-orchestrator-queue-notice

This commit is contained in:
2026-08-27 12:46:27 +09:00
8 changed files with 187 additions and 65 deletions
-4
View File
@@ -30,7 +30,6 @@ internalAgentsMdSection = import "./internal/agents_md_section.md";
internalResidentMemorySummarySection = import "./internal/resident_memory_summary_section.md";
internalSubWorkerSpawnToolDescription = import "./internal/sub_worker_spawn_tool_description.md";
panelOrchestratorIdleQueueNotice = import "./panel/orchestrator_idle_queue_notice.md";
workerTicketEventCompanionNotice = import "./worker/ticket_event_companion_notice.md";
in
{
default_prompt = defaultDocument.content;
@@ -69,7 +68,4 @@ in
panel = {
orchestrator_idle_queue_notice = panelOrchestratorIdleQueueNotice.content;
};
worker = {
ticket_event_companion_notice = workerTicketEventCompanionNotice.content;
};
}
@@ -1,7 +0,0 @@
Ticket event notice (weak; auto_run=false)
ticket: {{ ticket_id }}
title: {{ title }}
state: {{ state }}
event: {{ event_kind }}
summary: {{ summary }}
ref: {{ ref_path }}