summaryrefslogtreecommitdiff
path: root/internal/executor/preamble.go
diff options
context:
space:
mode:
authorPeter Stone <thepeterstone@gmail.com>2026-03-13 03:17:04 +0000
committerPeter Stone <thepeterstone@gmail.com>2026-03-13 03:17:04 +0000
commitfe414fac958330c2302d9175d66e1b338e5b1864 (patch)
treeef4941f5d01e84e7868e6b92bd0e6cecdcc2a64f /internal/executor/preamble.go
parentd5f83f8662c9f9c0fb52b206b06d4dd54a7788b4 (diff)
parent55c20922cc7a671787fe94fdd53a7eb72ebd2596 (diff)
merge: resolve conflicts with local/master (stats tab + summary styles)
Keep file-based summary approach (CLAUDOMATOR_SUMMARY_FILE) from HEAD. Combine Q&A History and Stats tab CSS from both branches. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'internal/executor/preamble.go')
-rw-r--r--internal/executor/preamble.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/executor/preamble.go b/internal/executor/preamble.go
index bc5c32c..5e57852 100644
--- a/internal/executor/preamble.go
+++ b/internal/executor/preamble.go
@@ -56,7 +56,6 @@ and the outcome. Write it to the path in $CLAUDOMATOR_SUMMARY_FILE:
This summary is displayed in the task UI so the user knows what happened.
---
-
`
func withPlanningPreamble(instructions string) string {