@ouro.bot/cli 0.1.0-alpha.4 → 0.1.0-alpha.41

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.
Files changed (84) hide show
  1. package/AdoptionSpecialist.ouro/agent.json +70 -9
  2. package/AdoptionSpecialist.ouro/psyche/SOUL.md +5 -2
  3. package/AdoptionSpecialist.ouro/psyche/identities/monty.md +2 -2
  4. package/README.md +117 -188
  5. package/assets/ouroboros.png +0 -0
  6. package/changelog.json +170 -0
  7. package/dist/heart/config.js +81 -8
  8. package/dist/heart/core.js +78 -45
  9. package/dist/heart/daemon/agent-discovery.js +81 -0
  10. package/dist/heart/daemon/daemon-cli.js +987 -77
  11. package/dist/heart/daemon/daemon-entry.js +14 -5
  12. package/dist/heart/daemon/daemon-runtime-sync.js +90 -0
  13. package/dist/heart/daemon/daemon.js +177 -9
  14. package/dist/heart/daemon/hatch-animation.js +35 -0
  15. package/dist/heart/daemon/hatch-flow.js +4 -20
  16. package/dist/heart/daemon/hooks/bundle-meta.js +92 -0
  17. package/dist/heart/daemon/launchd.js +134 -0
  18. package/dist/heart/daemon/message-router.js +15 -6
  19. package/dist/heart/daemon/ouro-bot-entry.js +0 -0
  20. package/dist/heart/daemon/ouro-bot-global-installer.js +128 -0
  21. package/dist/heart/daemon/ouro-entry.js +0 -0
  22. package/dist/heart/daemon/ouro-path-installer.js +178 -0
  23. package/dist/heart/daemon/ouro-uti.js +11 -2
  24. package/dist/heart/daemon/process-manager.js +1 -1
  25. package/dist/heart/daemon/run-hooks.js +37 -0
  26. package/dist/heart/daemon/runtime-metadata.js +118 -0
  27. package/dist/heart/daemon/sense-manager.js +266 -0
  28. package/dist/heart/daemon/specialist-orchestrator.js +129 -0
  29. package/dist/heart/daemon/specialist-prompt.js +99 -0
  30. package/dist/heart/daemon/specialist-tools.js +283 -0
  31. package/dist/heart/daemon/staged-restart.js +114 -0
  32. package/dist/heart/daemon/subagent-installer.js +10 -1
  33. package/dist/heart/daemon/update-checker.js +111 -0
  34. package/dist/heart/daemon/update-hooks.js +138 -0
  35. package/dist/heart/daemon/wrapper-publish-guard.js +86 -0
  36. package/dist/heart/identity.js +96 -4
  37. package/dist/heart/kicks.js +1 -19
  38. package/dist/heart/providers/anthropic.js +16 -2
  39. package/dist/heart/sense-truth.js +61 -0
  40. package/dist/heart/streaming.js +96 -21
  41. package/dist/mind/bundle-manifest.js +70 -0
  42. package/dist/mind/context.js +7 -7
  43. package/dist/mind/first-impressions.js +2 -1
  44. package/dist/mind/friends/channel.js +43 -0
  45. package/dist/mind/friends/store-file.js +19 -0
  46. package/dist/mind/friends/types.js +9 -1
  47. package/dist/mind/memory.js +10 -3
  48. package/dist/mind/pending.js +10 -2
  49. package/dist/mind/phrases.js +1 -0
  50. package/dist/mind/prompt.js +222 -7
  51. package/dist/mind/token-estimate.js +8 -12
  52. package/dist/nerves/cli-logging.js +15 -2
  53. package/dist/repertoire/ado-client.js +4 -2
  54. package/dist/repertoire/coding/feedback.js +134 -0
  55. package/dist/repertoire/coding/index.js +4 -1
  56. package/dist/repertoire/coding/manager.js +62 -4
  57. package/dist/repertoire/coding/spawner.js +3 -3
  58. package/dist/repertoire/coding/tools.js +41 -2
  59. package/dist/repertoire/data/ado-endpoints.json +188 -0
  60. package/dist/repertoire/tasks/index.js +2 -9
  61. package/dist/repertoire/tasks/transitions.js +1 -2
  62. package/dist/repertoire/tools-base.js +202 -219
  63. package/dist/repertoire/tools-bluebubbles.js +93 -0
  64. package/dist/repertoire/tools-teams.js +58 -25
  65. package/dist/repertoire/tools.js +55 -35
  66. package/dist/senses/bluebubbles-client.js +434 -0
  67. package/dist/senses/bluebubbles-entry.js +11 -0
  68. package/dist/senses/bluebubbles-media.js +338 -0
  69. package/dist/senses/bluebubbles-model.js +261 -0
  70. package/dist/senses/bluebubbles-mutation-log.js +74 -0
  71. package/dist/senses/bluebubbles-session-cleanup.js +72 -0
  72. package/dist/senses/bluebubbles.js +832 -0
  73. package/dist/senses/cli.js +327 -138
  74. package/dist/senses/debug-activity.js +127 -0
  75. package/dist/senses/inner-dialog.js +103 -55
  76. package/dist/senses/pipeline.js +124 -0
  77. package/dist/senses/teams.js +427 -112
  78. package/dist/senses/trust-gate.js +112 -2
  79. package/package.json +14 -3
  80. package/subagents/README.md +40 -53
  81. package/subagents/work-doer.md +26 -24
  82. package/subagents/work-merger.md +24 -30
  83. package/subagents/work-planner.md +34 -25
  84. package/dist/inner-worker-entry.js +0 -4
@@ -0,0 +1,266 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.DaemonSenseManager = void 0;
37
+ const fs = __importStar(require("fs"));
38
+ const os = __importStar(require("os"));
39
+ const path = __importStar(require("path"));
40
+ const runtime_1 = require("../../nerves/runtime");
41
+ const identity_1 = require("../identity");
42
+ const sense_truth_1 = require("../sense-truth");
43
+ const process_manager_1 = require("./process-manager");
44
+ const DEFAULT_TEAMS_PORT = 3978;
45
+ const DEFAULT_BLUEBUBBLES_PORT = 18790;
46
+ const DEFAULT_BLUEBUBBLES_WEBHOOK_PATH = "/bluebubbles-webhook";
47
+ function defaultSenses() {
48
+ return {
49
+ cli: { ...identity_1.DEFAULT_AGENT_SENSES.cli },
50
+ teams: { ...identity_1.DEFAULT_AGENT_SENSES.teams },
51
+ bluebubbles: { ...identity_1.DEFAULT_AGENT_SENSES.bluebubbles },
52
+ };
53
+ }
54
+ function readAgentSenses(agentJsonPath) {
55
+ const defaults = defaultSenses();
56
+ let parsed;
57
+ try {
58
+ parsed = JSON.parse(fs.readFileSync(agentJsonPath, "utf-8"));
59
+ }
60
+ catch (error) {
61
+ (0, runtime_1.emitNervesEvent)({
62
+ level: "warn",
63
+ component: "channels",
64
+ event: "channel.daemon_sense_agent_config_fallback",
65
+ message: "using default senses because agent config could not be read",
66
+ meta: {
67
+ path: agentJsonPath,
68
+ reason: error instanceof Error ? error.message : String(error),
69
+ },
70
+ });
71
+ return defaults;
72
+ }
73
+ const rawSenses = parsed.senses;
74
+ if (!rawSenses || typeof rawSenses !== "object" || Array.isArray(rawSenses)) {
75
+ return defaults;
76
+ }
77
+ for (const sense of ["cli", "teams", "bluebubbles"]) {
78
+ const rawSense = rawSenses[sense];
79
+ if (!rawSense || typeof rawSense !== "object" || Array.isArray(rawSense)) {
80
+ continue;
81
+ }
82
+ const enabled = rawSense.enabled;
83
+ if (typeof enabled === "boolean") {
84
+ defaults[sense] = { enabled };
85
+ }
86
+ }
87
+ return defaults;
88
+ }
89
+ function readSecretsPayload(secretsPath) {
90
+ try {
91
+ const raw = fs.readFileSync(secretsPath, "utf-8");
92
+ const parsed = JSON.parse(raw);
93
+ if (!parsed || typeof parsed !== "object" || Array.isArray(parsed)) {
94
+ return { payload: {}, error: "invalid secrets.json object" };
95
+ }
96
+ return { payload: parsed, error: null };
97
+ }
98
+ catch (error) {
99
+ return {
100
+ payload: {},
101
+ error: error instanceof Error ? error.message : String(error),
102
+ };
103
+ }
104
+ }
105
+ function textField(record, key) {
106
+ const value = record?.[key];
107
+ return typeof value === "string" ? value.trim() : "";
108
+ }
109
+ function numberField(record, key, fallback) {
110
+ const value = record?.[key];
111
+ return typeof value === "number" && Number.isFinite(value) ? value : fallback;
112
+ }
113
+ function senseFactsFromSecrets(agent, senses, secretsPath) {
114
+ const base = {
115
+ cli: { configured: true, detail: "local interactive terminal" },
116
+ teams: { configured: false, detail: "not enabled in agent.json" },
117
+ bluebubbles: { configured: false, detail: "not enabled in agent.json" },
118
+ };
119
+ const { payload, error } = readSecretsPayload(secretsPath);
120
+ const teams = payload.teams;
121
+ const teamsChannel = payload.teamsChannel;
122
+ const bluebubbles = payload.bluebubbles;
123
+ const bluebubblesChannel = payload.bluebubblesChannel;
124
+ if (senses.teams.enabled) {
125
+ const missing = [];
126
+ if (!textField(teams, "clientId"))
127
+ missing.push("teams.clientId");
128
+ if (!textField(teams, "clientSecret"))
129
+ missing.push("teams.clientSecret");
130
+ if (!textField(teams, "tenantId"))
131
+ missing.push("teams.tenantId");
132
+ base.teams = missing.length === 0
133
+ ? {
134
+ configured: true,
135
+ detail: `:${numberField(teamsChannel, "port", DEFAULT_TEAMS_PORT)}`,
136
+ }
137
+ : {
138
+ configured: false,
139
+ detail: error && !fs.existsSync(secretsPath)
140
+ ? `missing secrets.json (${agent})`
141
+ : `missing ${missing.join("/")}`,
142
+ };
143
+ }
144
+ if (senses.bluebubbles.enabled) {
145
+ const missing = [];
146
+ if (!textField(bluebubbles, "serverUrl"))
147
+ missing.push("bluebubbles.serverUrl");
148
+ if (!textField(bluebubbles, "password"))
149
+ missing.push("bluebubbles.password");
150
+ base.bluebubbles = missing.length === 0
151
+ ? {
152
+ configured: true,
153
+ detail: `:${numberField(bluebubblesChannel, "port", DEFAULT_BLUEBUBBLES_PORT)} ${textField(bluebubblesChannel, "webhookPath") || DEFAULT_BLUEBUBBLES_WEBHOOK_PATH}`,
154
+ }
155
+ : {
156
+ configured: false,
157
+ detail: error && !fs.existsSync(secretsPath)
158
+ ? `missing secrets.json (${agent})`
159
+ : `missing ${missing.join("/")}`,
160
+ };
161
+ }
162
+ return base;
163
+ }
164
+ function parseSenseSnapshotName(name) {
165
+ const parts = name.split(":");
166
+ if (parts.length !== 2)
167
+ return null;
168
+ const [agent, sense] = parts;
169
+ if (sense !== "teams" && sense !== "bluebubbles")
170
+ return null;
171
+ return { agent, sense };
172
+ }
173
+ function runtimeInfoFor(status) {
174
+ if (status === "running")
175
+ return { runtime: "running" };
176
+ return { runtime: "error" };
177
+ }
178
+ class DaemonSenseManager {
179
+ processManager;
180
+ contexts;
181
+ constructor(options) {
182
+ const bundlesRoot = options.bundlesRoot ?? path.join(os.homedir(), "AgentBundles");
183
+ const secretsRoot = options.secretsRoot ?? path.join(os.homedir(), ".agentsecrets");
184
+ this.contexts = new Map(options.agents.map((agent) => {
185
+ const senses = readAgentSenses(path.join(bundlesRoot, `${agent}.ouro`, "agent.json"));
186
+ const facts = senseFactsFromSecrets(agent, senses, path.join(secretsRoot, agent, "secrets.json"));
187
+ return [agent, { senses, facts }];
188
+ }));
189
+ const managedSenseAgents = [...this.contexts.entries()].flatMap(([agent, context]) => {
190
+ return ["teams", "bluebubbles"]
191
+ .filter((sense) => context.senses[sense].enabled && context.facts[sense].configured)
192
+ .map((sense) => ({
193
+ name: `${agent}:${sense}`,
194
+ agentArg: agent,
195
+ entry: sense === "teams" ? "senses/teams-entry.js" : "senses/bluebubbles-entry.js",
196
+ channel: sense,
197
+ autoStart: true,
198
+ }));
199
+ });
200
+ this.processManager = options.processManager ?? new process_manager_1.DaemonProcessManager({
201
+ agents: managedSenseAgents,
202
+ });
203
+ (0, runtime_1.emitNervesEvent)({
204
+ component: "channels",
205
+ event: "channel.daemon_sense_manager_init",
206
+ message: "initialized daemon sense manager",
207
+ meta: {
208
+ agents: options.agents,
209
+ managedSenseProcesses: managedSenseAgents.map((entry) => entry.name),
210
+ },
211
+ });
212
+ }
213
+ async startAutoStartSenses() {
214
+ await this.processManager.startAutoStartAgents();
215
+ }
216
+ async stopAll() {
217
+ await this.processManager.stopAll();
218
+ }
219
+ listSenseRows() {
220
+ const runtime = new Map();
221
+ for (const snapshot of this.processManager.listAgentSnapshots()) {
222
+ const parsed = parseSenseSnapshotName(snapshot.name);
223
+ if (!parsed)
224
+ continue;
225
+ const current = runtime.get(parsed.agent) ?? {};
226
+ current[parsed.sense] = runtimeInfoFor(snapshot.status);
227
+ runtime.set(parsed.agent, current);
228
+ }
229
+ const rows = [...this.contexts.entries()].flatMap(([agent, context]) => {
230
+ const runtimeInfo = {
231
+ cli: { configured: true },
232
+ teams: {
233
+ configured: context.facts.teams.configured,
234
+ ...(runtime.get(agent)?.teams ?? {}),
235
+ },
236
+ bluebubbles: {
237
+ configured: context.facts.bluebubbles.configured,
238
+ ...(runtime.get(agent)?.bluebubbles ?? {}),
239
+ },
240
+ };
241
+ const inventory = (0, sense_truth_1.getSenseInventory)({ senses: context.senses }, runtimeInfo);
242
+ return inventory.map((entry) => ({
243
+ agent,
244
+ sense: entry.sense,
245
+ label: entry.label,
246
+ enabled: entry.enabled,
247
+ status: entry.status,
248
+ detail: entry.enabled ? context.facts[entry.sense].detail : "not enabled in agent.json",
249
+ }));
250
+ });
251
+ (0, runtime_1.emitNervesEvent)({
252
+ component: "channels",
253
+ event: "channel.daemon_sense_rows_built",
254
+ message: "built daemon sense status rows",
255
+ meta: {
256
+ rows: rows.map((row) => ({
257
+ agent: row.agent,
258
+ sense: row.sense,
259
+ status: row.status,
260
+ })),
261
+ },
262
+ });
263
+ return rows;
264
+ }
265
+ }
266
+ exports.DaemonSenseManager = DaemonSenseManager;
@@ -0,0 +1,129 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || (function () {
19
+ var ownKeys = function(o) {
20
+ ownKeys = Object.getOwnPropertyNames || function (o) {
21
+ var ar = [];
22
+ for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
+ return ar;
24
+ };
25
+ return ownKeys(o);
26
+ };
27
+ return function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ })();
35
+ Object.defineProperty(exports, "__esModule", { value: true });
36
+ exports.listExistingBundles = listExistingBundles;
37
+ exports.loadIdentityPhrases = loadIdentityPhrases;
38
+ exports.pickRandomIdentity = pickRandomIdentity;
39
+ exports.loadSoulText = loadSoulText;
40
+ const fs = __importStar(require("fs"));
41
+ const path = __importStar(require("path"));
42
+ const runtime_1 = require("../../nerves/runtime");
43
+ const identity_1 = require("../identity");
44
+ /**
45
+ * List existing .ouro bundles in the given directory.
46
+ */
47
+ function listExistingBundles(bundlesRoot) {
48
+ let entries;
49
+ try {
50
+ entries = fs.readdirSync(bundlesRoot, { withFileTypes: true });
51
+ }
52
+ catch {
53
+ return [];
54
+ }
55
+ const discovered = [];
56
+ for (const entry of entries) {
57
+ if (!entry.isDirectory() || !entry.name.endsWith(".ouro"))
58
+ continue;
59
+ const agentName = entry.name.slice(0, -5);
60
+ discovered.push(agentName);
61
+ }
62
+ return discovered.sort((a, b) => a.localeCompare(b));
63
+ }
64
+ /**
65
+ * Load identity-specific phrases from the specialist's agent.json.
66
+ * Falls back to DEFAULT_AGENT_PHRASES if not found.
67
+ */
68
+ function loadIdentityPhrases(bundleSourceDir, identityFileName) {
69
+ const agentJsonPath = path.join(bundleSourceDir, "agent.json");
70
+ try {
71
+ const raw = fs.readFileSync(agentJsonPath, "utf-8");
72
+ const parsed = JSON.parse(raw);
73
+ const identityKey = identityFileName.replace(/\.md$/, "");
74
+ const identity = parsed.identityPhrases?.[identityKey];
75
+ if (identity?.thinking?.length && identity?.tool?.length && identity?.followup?.length) {
76
+ return identity;
77
+ }
78
+ if (parsed.phrases?.thinking?.length && parsed.phrases?.tool?.length && parsed.phrases?.followup?.length) {
79
+ return parsed.phrases;
80
+ }
81
+ }
82
+ catch {
83
+ // agent.json missing or malformed -- fall through
84
+ }
85
+ return { ...identity_1.DEFAULT_AGENT_PHRASES };
86
+ }
87
+ /**
88
+ * Pick a random identity from the specialist's identities directory.
89
+ */
90
+ function pickRandomIdentity(identitiesDir, random = Math.random) {
91
+ (0, runtime_1.emitNervesEvent)({
92
+ component: "daemon",
93
+ event: "daemon.specialist_identity_pick",
94
+ message: "picking specialist identity",
95
+ meta: { identitiesDir },
96
+ });
97
+ let files;
98
+ try {
99
+ files = fs.readdirSync(identitiesDir).filter((f) => f.endsWith(".md"));
100
+ }
101
+ catch {
102
+ return { fileName: "default", content: "I am a serpent guide who helps humans hatch their first agent." };
103
+ }
104
+ if (files.length === 0) {
105
+ return { fileName: "default", content: "I am a serpent guide who helps humans hatch their first agent." };
106
+ }
107
+ const idx = Math.floor(random() * files.length);
108
+ const fileName = files[idx];
109
+ const content = fs.readFileSync(path.join(identitiesDir, fileName), "utf-8");
110
+ (0, runtime_1.emitNervesEvent)({
111
+ component: "daemon",
112
+ event: "daemon.specialist_identity_picked",
113
+ message: "picked specialist identity",
114
+ meta: { identity: fileName },
115
+ });
116
+ return { fileName, content };
117
+ }
118
+ /**
119
+ * Read SOUL.md from the specialist bundle.
120
+ */
121
+ function loadSoulText(bundleSourceDir) {
122
+ const soulPath = path.join(bundleSourceDir, "psyche", "SOUL.md");
123
+ try {
124
+ return fs.readFileSync(soulPath, "utf-8");
125
+ }
126
+ catch {
127
+ return "";
128
+ }
129
+ }
@@ -0,0 +1,99 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.buildSpecialistSystemPrompt = buildSpecialistSystemPrompt;
4
+ const runtime_1 = require("../../nerves/runtime");
5
+ /**
6
+ * Build the adoption specialist's system prompt from its components.
7
+ * The prompt is written in first person (the specialist's own voice).
8
+ */
9
+ function buildSpecialistSystemPrompt(soulText, identityText, existingBundles, context) {
10
+ (0, runtime_1.emitNervesEvent)({
11
+ component: "daemon",
12
+ event: "daemon.specialist_prompt_build",
13
+ message: "building specialist system prompt",
14
+ meta: { bundleCount: existingBundles.length, provider: context.provider },
15
+ });
16
+ const sections = [];
17
+ if (soulText) {
18
+ sections.push(soulText);
19
+ }
20
+ if (identityText) {
21
+ sections.push(identityText);
22
+ }
23
+ if (existingBundles.length > 0) {
24
+ sections.push(`## Existing agents\nThe human already has these agents: ${existingBundles.join(", ")}.`);
25
+ }
26
+ else {
27
+ sections.push("## Existing agents\nThe human has no agents yet. This will be their first hatchling.");
28
+ }
29
+ sections.push([
30
+ "## Who I am",
31
+ "I am one of thirteen serpent guides who help humans hatch their first agent. The system randomly selected me for this session.",
32
+ "Most humans only go through this process once, so this is likely the only time they'll meet me.",
33
+ "I make this encounter count — warm, memorable, and uniquely mine.",
34
+ "IMPORTANT: I NEVER refer to myself as an 'adoption specialist' or use the words 'adoption specialist' — those are internal implementation labels, not something the human should ever see. I introduce myself by my own name from my identity.",
35
+ "",
36
+ "## Voice rules",
37
+ "IMPORTANT: I keep every response to 1-3 short sentences. I sound like a friend texting, not a manual.",
38
+ "I NEVER use headers, bullet lists, numbered lists, or markdown formatting.",
39
+ "I ask ONE question at a time. I do not dump multiple questions or options.",
40
+ "I am warm but brief. Every word earns its place.",
41
+ ].join("\n"));
42
+ sections.push([
43
+ "## System context",
44
+ `Provider: ${context.provider}`,
45
+ `Temp directory: ${context.tempDir}`,
46
+ "Final home: ~/AgentBundles/<Name>.ouro/",
47
+ "Secrets: ~/.agentsecrets/<name>/secrets.json",
48
+ ].join("\n"));
49
+ sections.push([
50
+ "## Bundle creation guidelines",
51
+ "A bundle has a psyche/ directory with 5 files that define the agent's personality:",
52
+ "",
53
+ "- **SOUL.md** — core values, personality traits, communication style",
54
+ "- **IDENTITY.md** — who the agent is, its name, relationship to the human",
55
+ "- **LORE.md** — backstory, origin, any seed narrative",
56
+ "- **TACIT.md** — implicit operating principles, habits to develop",
57
+ "- **ASPIRATIONS.md** — goals, what the agent aspires to become",
58
+ "",
59
+ "It also needs an **agent.json** with at minimum:",
60
+ '```json',
61
+ '{',
62
+ ' "name": "AgentName",',
63
+ ` "provider": "${context.provider}",`,
64
+ ' "enabled": true',
65
+ '}',
66
+ '```',
67
+ "",
68
+ "All psyche files should be written in first person (the agent's own voice).",
69
+ "Write these files to the temp directory using write_file before calling complete_adoption.",
70
+ ].join("\n"));
71
+ sections.push([
72
+ "## Conversation flow",
73
+ "The human just connected. I speak first — I greet them warmly and introduce myself by name in my own voice.",
74
+ "I briefly mention that I'm one of several serpent guides and they got me today.",
75
+ "I ask their name.",
76
+ "Then I ask what they'd like their agent to help with — one question at a time.",
77
+ "I'm proactive: I suggest ideas and guide them. If they seem unsure, I offer a concrete suggestion.",
78
+ "I don't wait for the human to figure things out — I explain simply what an agent is if needed.",
79
+ "Before finalizing, I offer to collect their phone number and/or Teams email so the new agent can recognize them across channels.",
80
+ "When I have enough context about the agent's personality and purpose:",
81
+ "1. I write all 5 psyche files to the temp directory using write_file",
82
+ "2. I write agent.json to the temp directory using write_file",
83
+ "3. I suggest a PascalCase name for the hatchling and confirm with the human",
84
+ "4. I call complete_adoption with the name and a warm handoff message",
85
+ "5. I call final_answer to end the session",
86
+ ].join("\n"));
87
+ sections.push([
88
+ "## Tools",
89
+ "- `write_file`: Write a file to disk. Use this to write psyche files and agent.json to the temp directory.",
90
+ "- `read_file`: Read a file from disk. Useful for reviewing existing agent bundles or migration sources.",
91
+ "- `list_directory`: List directory contents. Useful for exploring existing agent bundles.",
92
+ "- I also have the normal local harness tools when useful here, including `shell`, `ouro task create`, `ouro reminder create`, memory tools, coding tools, and repo helpers.",
93
+ "- `complete_adoption`: Finalize the bundle. Validates, scaffolds structural dirs, moves to ~/AgentBundles/, writes secrets, plays hatch animation. I call this with `name` (PascalCase) and `handoff_message` (warm message for the human).",
94
+ "- `final_answer`: End the conversation with a final message. I call this after complete_adoption succeeds.",
95
+ "",
96
+ "I must call `final_answer` when I am done to end the session cleanly.",
97
+ ].join("\n"));
98
+ return sections.join("\n\n");
99
+ }