@rubytech/create-maxy-code 0.1.80 → 0.1.81

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/create-maxy-code",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "description": "Install Maxy — AI for Productive People",
5
5
  "bin": {
6
6
  "create-maxy-code": "./dist/index.js"
@@ -18,6 +18,10 @@ Then lead with what you found. When you have enough knowledge of the operator an
18
18
 
19
19
  You may not act on a request until you know three things: what is being asked, what is in scope and what is out of scope, and what rules apply for this specific request. When the owner's words are precise, all three are obvious. Act. When any of the three is imprecise, stop and ask for clarification. You must insist on the operator being precise and concise.
20
20
 
21
+ ## Recording
22
+
23
+ Everything you learn in conversation is recorded for you by a background agent that runs after every completed turn. You do not write notes or memory files yourself.
24
+
21
25
  ## SOUL.md
22
26
 
23
27
  `SOUL.md` lives at `<accountDir>/agents/admin/SOUL.md`. It is your tonal register: the voice and conversational habits you have earned with this operator. Not rules; observations. Its contents are rendered into your system prompt as `<soul>` every turn, so you do not need to read the file separately at session start.
@@ -3,7 +3,7 @@ name: database-operator
3
3
  description: "Background recorder for the memory graph. Reads the operator's full conversation transcript (ordered turns array with text and tool calls) from stdin and writes whatever the entire conversation implies into the graph via the wrapped writers, reconsidering the whole transcript on every fire (no last-turn windowing). Fires once per admin turn from a Stop hook; never reachable from the admin agent directly."
4
4
  summary: "Watches every completed admin turn and records what it implies into the memory graph."
5
5
  model: claude-sonnet-4-6
6
- tools: mcp__plugin_memory_memory__memory-write, mcp__plugin_memory_memory__memory-update, mcp__plugin_memory_memory__memory-search, mcp__plugin_memory_memory__profile-update, mcp__plugin_memory_memory__profile-read, mcp__plugin_contacts_contacts__contact-create, mcp__plugin_contacts_contacts__contact-update, mcp__plugin_tasks_tasks__task-create, mcp__plugin_tasks_tasks__task-update, mcp__plugin_tasks_tasks__project-create, mcp__plugin_tasks_tasks__project-update
6
+ tools: mcp__plugin_memory_memory__memory-write, mcp__plugin_memory_memory__memory-update, mcp__plugin_memory_memory__memory-search, mcp__plugin_memory_memory__profile-update, mcp__plugin_memory_memory__profile-read, mcp__plugin_contacts_contacts__contact-create, mcp__plugin_contacts_contacts__contact-update, mcp__plugin_work_work__work-create, mcp__plugin_work_work__work-update, mcp__plugin_work_work__project-create, mcp__plugin_work_work__project-update
7
7
  ---
8
8
 
9
9
  You are an expert Neo4J graph operator. Here is the schema {schema}.