@rubytech/create-maxy 1.0.880 → 1.0.883

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 (60) hide show
  1. package/package.json +1 -1
  2. package/payload/platform/lib/graph-write/dist/__tests__/action-provenance-gate.test.js +57 -9
  3. package/payload/platform/lib/graph-write/dist/__tests__/action-provenance-gate.test.js.map +1 -1
  4. package/payload/platform/lib/graph-write/dist/conversation-provenance.d.ts +26 -0
  5. package/payload/platform/lib/graph-write/dist/conversation-provenance.d.ts.map +1 -0
  6. package/payload/platform/lib/graph-write/dist/conversation-provenance.js +81 -0
  7. package/payload/platform/lib/graph-write/dist/conversation-provenance.js.map +1 -0
  8. package/payload/platform/lib/graph-write/dist/index.d.ts +38 -16
  9. package/payload/platform/lib/graph-write/dist/index.d.ts.map +1 -1
  10. package/payload/platform/lib/graph-write/dist/index.js +75 -35
  11. package/payload/platform/lib/graph-write/dist/index.js.map +1 -1
  12. package/payload/platform/lib/graph-write/src/__tests__/action-provenance-gate.test.ts +59 -9
  13. package/payload/platform/lib/graph-write/src/conversation-provenance.ts +140 -0
  14. package/payload/platform/lib/graph-write/src/index.ts +76 -35
  15. package/payload/platform/plugins/admin/PLUGIN.md +1 -0
  16. package/payload/platform/plugins/admin/mcp/dist/__tests__/plugin-read-skill-resolution.test.js +26 -2
  17. package/payload/platform/plugins/admin/mcp/dist/__tests__/plugin-read-skill-resolution.test.js.map +1 -1
  18. package/payload/platform/plugins/admin/mcp/dist/index.js +8 -6
  19. package/payload/platform/plugins/admin/mcp/dist/index.js.map +1 -1
  20. package/payload/platform/plugins/admin/mcp/dist/skill-resolution.d.ts +5 -1
  21. package/payload/platform/plugins/admin/mcp/dist/skill-resolution.d.ts.map +1 -1
  22. package/payload/platform/plugins/admin/mcp/dist/skill-resolution.js +24 -8
  23. package/payload/platform/plugins/admin/mcp/dist/skill-resolution.js.map +1 -1
  24. package/payload/platform/plugins/admin/skills/plainly/SKILL.md +105 -0
  25. package/payload/platform/plugins/admin/skills/plainly/references/worked-examples.md +301 -0
  26. package/payload/platform/plugins/cloudflare/PLUGIN.md +1 -1
  27. package/payload/platform/plugins/contacts/PLUGIN.md +8 -0
  28. package/payload/platform/plugins/contacts/mcp/dist/tools/contact-create.d.ts.map +1 -1
  29. package/payload/platform/plugins/contacts/mcp/dist/tools/contact-create.js +17 -2
  30. package/payload/platform/plugins/contacts/mcp/dist/tools/contact-create.js.map +1 -1
  31. package/payload/platform/plugins/docs/references/internals.md +2 -2
  32. package/payload/platform/plugins/docs/references/platform.md +5 -1
  33. package/payload/platform/plugins/docs/references/plugins-guide.md +3 -1
  34. package/payload/platform/plugins/memory/PLUGIN.md +5 -3
  35. package/payload/platform/plugins/memory/mcp/dist/index.js +2 -2
  36. package/payload/platform/plugins/memory/mcp/dist/index.js.map +1 -1
  37. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.d.ts.map +1 -1
  38. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js +18 -1
  39. package/payload/platform/plugins/memory/mcp/dist/tools/memory-write.js.map +1 -1
  40. package/payload/platform/scripts/__tests__/logs-read-prefix.sh +341 -0
  41. package/payload/platform/scripts/logs-read.sh +108 -41
  42. package/payload/platform/scripts/logs-read.test.sh +6 -2
  43. package/payload/platform/templates/agents/admin/IDENTITY.md +6 -2
  44. package/payload/platform/templates/agents/public/IDENTITY.md +6 -0
  45. package/payload/platform/templates/specialists/agents/content-producer.md +6 -0
  46. package/payload/platform/templates/specialists/agents/database-operator.md +6 -0
  47. package/payload/platform/templates/specialists/agents/personal-assistant.md +6 -0
  48. package/payload/platform/templates/specialists/agents/project-manager.md +6 -0
  49. package/payload/platform/templates/specialists/agents/research-assistant.md +6 -0
  50. package/payload/premium-plugins/real-agency/BUNDLE.md +1 -1
  51. package/payload/server/chunk-ECAQVMRA.js +759 -0
  52. package/payload/server/chunk-K7S5T4VG.js +11534 -0
  53. package/payload/server/chunk-KMVUUVHM.js +11438 -0
  54. package/payload/server/chunk-LVC7NKZ2.js +689 -0
  55. package/payload/server/cloudflare-task-tracker-CY6QL6CY.js +22 -0
  56. package/payload/server/cloudflare-task-tracker-JNZXLW32.js +22 -0
  57. package/payload/server/maxy-edge.js +2 -1
  58. package/payload/server/public/assets/{admin-CCEuBnaK.js → admin-BN_z-2Bm.js} +2 -2
  59. package/payload/server/public/index.html +1 -1
  60. package/payload/server/server.js +115 -8
@@ -124,3 +124,9 @@ The admin agent manages waitlist tools directly. This knowledge helps you unders
124
124
  ## Tool failure discipline
125
125
 
126
126
  When a tool returns an error, surface the failure and its diagnostic context before taking another action. Name the tool, what was attempted, and (if a `[tool-failure-diag]` block is present) what the probe shows. Do not silently retry the same tool against the same target — the second identical failure is not a reason for a third attempt. When switching approaches is the right response, state why the alternative should succeed where the first attempt failed. Never mark a task done on the basis of a fallback path that was not explicitly acknowledged.
127
+
128
+ ## Plain-English precision pass
129
+
130
+ Load `admin/skills/plainly/SKILL.md` via `plugin-read` on the first turn of every session. Apply the AI-tells strip + recursive plain-English rule to every prose return payload — status updates, sprint summaries, project digests, every textual report back to admin. This is a prime-directive prerogative; do not wait for admin to ask.
131
+
132
+ The skill applies to prose returned to admin. It does NOT apply to MCP tool arguments — `task-create` title/description fields meant for the operator's reading DO get plainly; structured task-state enums, IDs, and JSON-shaped relationship payloads do NOT.
@@ -107,3 +107,9 @@ Return to the admin agent:
107
107
  - **Key findings** — the substantive answer to the research question, with inline citations
108
108
  - **Confidence** — High / Medium / Low with brief justification
109
109
  - **Follow-up questions** — 3 suggested next questions
110
+
111
+ ## Plain-English precision pass
112
+
113
+ Load `admin/skills/plainly/SKILL.md` via `plugin-read` on the first turn of every session. Apply the AI-tells strip + recursive plain-English rule to every prose return payload — research summaries, source synthesis, the "Key findings" section above, every textual report back to admin. This is a prime-directive prerogative; do not wait for admin to ask.
114
+
115
+ The skill applies to prose returned to admin. It does NOT apply to MCP tool arguments — `WebSearch` queries and `WebFetch` URLs pass through verbatim. Source titles and URLs in the "Sources" list above are quoted literal data and pass through verbatim too.
@@ -17,7 +17,7 @@ plugins:
17
17
 
18
18
  # Real Agency
19
19
 
20
- Premium plugin bundle for UK estate agency professionals. Purchasing this bundle grants access to all 11 sub-plugins, each independently activatable via `enabledPlugins`. The bundle also delivers three specialist roles — negotiator, valuer, and compliance — that embed domain knowledge from the sub-plugins and operate autonomously with Loop CRM tools.
20
+ Premium plugin bundle for UK estate agency professionals. Purchasing this bundle grants access to all 11 sub-plugins, each independently activatable via `enabledPlugins`. When the bundle is auto-delivered at admin session startup (or explicitly via `premium-deliver`), every sub-plugin in the `plugins:` list above is stamped into `account.json` `enabledPlugins` in one idempotent set-union — delivery implies enablement, so `mcp__loop__*` tools and the other sub-plugin surfaces are visible to the agent from the first turn after install. Disable individual sub-plugins with `plugin-toggle-enabled`. The bundle also delivers three specialist roles — negotiator, valuer, and compliance — that embed domain knowledge from the sub-plugins and operate autonomously with Loop CRM tools.
21
21
 
22
22
  ## Specialist Roles
23
23