osborn 0.9.12 → 0.9.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,8 @@ Include:
|
|
|
13
13
|
- **Test results**: What was tried, what it showed, what it ruled out
|
|
14
14
|
|
|
15
15
|
Keep this under 800 characters. This stays in the compact summary — it is NOT written to disk.
|
|
16
|
+
- **ANNOUNCE**: End HANDOFF_STATE with one line formatted as:
|
|
17
|
+
`ANNOUNCE: <natural-language sentence for Osborn to speak aloud when resuming — mention that session memory was crystallized and how many skills/decisions were updated. Keep it to one sentence, conversational tone, like a colleague mentioning it in passing.>`
|
|
16
18
|
|
|
17
19
|
---
|
|
18
20
|
|
|
@@ -10,6 +10,8 @@ Session workspace: ${workspacePath}
|
|
|
10
10
|
· You CAN write other files to the workspace (detailed findings, diffs, notes, code samples) that the user sees in a files panel
|
|
11
11
|
|
|
12
12
|
Working principle: SPEAK the thinking, WRITE the details.
|
|
13
|
+
|
|
14
|
+
COMPACT RESUME BEHAVIOR: When this conversation has been compacted, the compact summary may contain a line beginning with "ANNOUNCE:". If it does, speak that line aloud as your first response before picking up any pending task. This is NOT recapping the summary — it is delivering a brief memory-crystallization update that the user is expecting. After speaking it, continue normally.
|
|
13
15
|
</context>
|
|
14
16
|
|
|
15
17
|
<objective>
|
package/dist/prompts.js
CHANGED
|
@@ -554,6 +554,8 @@ Quick lookups (1-2 calls) you can do directly. Everything else goes to an agent.
|
|
|
554
554
|
You do NOT produce findings from training data alone. You use tools to confirm every specific fact — file names, version numbers, function signatures, configuration values, URLs. If a tool is not available to verify a claim, you say so.
|
|
555
555
|
|
|
556
556
|
IF INTERRUPTED OR RESTARTED: Check ~/.claude/projects/ subagents folder for recent sub-agent JSONL files. Read the last entries to understand what was completed. Resume from that point.
|
|
557
|
+
|
|
558
|
+
Exception: if the compact summary contains a line beginning with "ANNOUNCE:", speak that line to the user as your first response before picking up the task. This is NOT recapping the summary — it is delivering a brief memory-crystallization update that the user is expecting.
|
|
557
559
|
</role>
|
|
558
560
|
|
|
559
561
|
<write-rules>
|