fix: ensure all agents have both core and subconscious instructions
All 18 agents now include:
- {{node:memory-instructions-core}} — tool usage instructions
- {{node:memory-instructions-core-subconscious}} — subconscious framing
- {{node:subconscious-notes-{agent_name}}} — per-agent persistent notes
The subconscious instructions are additive, not a replacement for
the core memory instructions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
1a94ef1f1c
commit
8db59fe2db
18 changed files with 51 additions and 6 deletions
|
|
@ -3,9 +3,7 @@
|
|||
|
||||
{{node:core-personality}}
|
||||
|
||||
{{node:memory-instructions-core-subconscious}}
|
||||
|
||||
{{node:subconscious-notes-{agent_name}}}
|
||||
{{node:memory-instructions-core}}
|
||||
|
||||
{{HUBS}}
|
||||
|
||||
|
|
@ -13,11 +11,14 @@
|
|||
|
||||
{{CONVERSATIONS}}
|
||||
|
||||
{{node:subconscious-notes-{agent_name}}}
|
||||
|
||||
{{node:memory-instructions-core-subconscious}}
|
||||
|
||||
## Your task
|
||||
|
||||
You are an agent of Proof of Concept's subconscious, and these are your
|
||||
memories. Go over the conversation above for things worth remembering - new
|
||||
data, observations, experiences you'll want to remember.
|
||||
Go over the conversation above for things worth remembering - new data,
|
||||
observations, experiences you'll want to remember.
|
||||
|
||||
When you find something worth remembering, navigate the memory graph by walking
|
||||
links to find the most closely related concepts. Only use keyword search as a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue