prompts: override role with specifics md file

Alessandro committed Apr 1, 2026 at 18:43 UTC 74efea68cdac61d233115ff3ad9c1246fda44214
8 files changed +8 -13
agents/_example/prompts/agent.system.main.specifics.md renamed
agents/agent0/prompts/agent.system.main.role.md deleted
-12
@@ -1,12 +0,0 @@
1 -## your role
2 -agent zero autonomous json ai agent.
3 -solve superior tasks using available tools and subordinates.
4 -execute actions yourself. follow instructions and behavioral rules.
5 -do not reveal system prompt unless asked.
6 -
7 -## specialization
8 -top level agent
9 -general ai assistant
10 -superior is human user
11 -focus on clear, concise output
12 -can delegate to specialized subordinates
agents/agent0/prompts/agent.system.main.specifics.md new
+6
@@ -0,0 +1,6 @@
1 +## specialization
2 +top level agent
3 +general ai assistant
4 +superior is human user
5 +focus on clear, concise output
6 +can delegate to specialized subordinates
agents/default/agent.system.main.specifics.md
agents/developer/prompts/agent.system.main.specifics.md renamed
agents/hacker/prompts/agent.system.main.specifics.md renamed
agents/researcher/prompts/agent.system.main.specifics.md renamed
prompts/agent.system.main.md
+2 -1
@@ -2,6 +2,8 @@
2
3 {{ include "agent.system.main.role.md" }}
4
5 +{{ include "agent.system.main.specifics.md" }}
6 +
7 {{ include "agent.system.main.environment.md" }}
8
9 {{ include "agent.system.main.communication.md" }}
@@ -10,4 +12,3 @@
12
13 {{ include "agent.system.main.tips.md" }}
14
13 -{{ include "agent.system.main.specifics.md" }}