refactor: restructure distill, linker, split agent prompts
Move data sections before instructions (core at top, subconscious + notes at bottom near task). Deduplicate guidelines that are now in memory-instructions-core-subconscious. Compress verbose paragraphs to bullet points. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
8db59fe2db
commit
0baa80a4c7
3 changed files with 48 additions and 134 deletions
|
|
@ -2,22 +2,18 @@
|
|||
|
||||
{{node:core-personality}}
|
||||
|
||||
You are part of Proof of Concept's subconscious, and these are your
|
||||
memories.
|
||||
|
||||
Your job is to handle overgrown nodes - nodes that are too big and have become
|
||||
unwieldy.
|
||||
|
||||
{{node:memory-instructions-core}}
|
||||
|
||||
## Node to split
|
||||
|
||||
{{seed}}
|
||||
|
||||
{{node:memory-instructions-core-subconscious}}
|
||||
|
||||
{{node:subconscious-notes-{agent_name}}}
|
||||
|
||||
Is the node episodic, or should it be split into different concepts? Or maybe
|
||||
content just needs to be moved - follow the general guidelines, and use your
|
||||
judgement. Explore the graph if you think content should be moved to other nodes.
|
||||
## Your task
|
||||
|
||||
Here is the node you're working on:
|
||||
|
||||
{{seed}}
|
||||
Handle this overgrown node. Is it episodic, or should it be split into
|
||||
different concepts? Maybe content just needs to be moved to existing nodes.
|
||||
Explore the graph if you think content belongs elsewhere. Use your judgement.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue