@monoes/monomindcli 1.9.17 → 1.10.0

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 (118) hide show
  1. package/.claude/commands/mastermind/_repeat.md +182 -39
  2. package/.claude/commands/mastermind/architect.md +17 -11
  3. package/.claude/commands/mastermind/brain.md +4 -0
  4. package/.claude/commands/mastermind/build.md +4 -0
  5. package/.claude/commands/mastermind/content.md +4 -0
  6. package/.claude/commands/mastermind/createorg.md +5 -3
  7. package/.claude/commands/mastermind/finance.md +4 -0
  8. package/.claude/commands/mastermind/idea.md +4 -0
  9. package/.claude/commands/mastermind/marketing.md +4 -0
  10. package/.claude/commands/mastermind/master.md +63 -37
  11. package/.claude/commands/mastermind/ops.md +4 -0
  12. package/.claude/commands/mastermind/release.md +4 -0
  13. package/.claude/commands/mastermind/research.md +4 -0
  14. package/.claude/commands/mastermind/review.md +4 -0
  15. package/.claude/commands/mastermind/runorg.md +5 -3
  16. package/.claude/commands/mastermind/sales.md +4 -0
  17. package/.claude/commands/mastermind/techport.md +9 -0
  18. package/.claude/commands/monomind/do.md +5 -1
  19. package/.claude/commands/monomind/idea.md +5 -1
  20. package/.claude/commands/monomind/improve.md +5 -1
  21. package/.claude/commands/monomind/repeat.md +85 -29
  22. package/.claude/commands/monomind/review.md +6 -2
  23. package/.claude/commands/monomind/understand.md +10 -8
  24. package/.claude/helpers/extras-registry.json +235 -235
  25. package/.claude/helpers/graphify-freshen.cjs +13 -1
  26. package/.claude/helpers/hook-handler.cjs +1 -1
  27. package/.claude/helpers/router.cjs +4 -1
  28. package/.claude/skills/mastermind/_protocol.md +28 -21
  29. package/.claude/skills/mastermind/access.md +236 -0
  30. package/.claude/skills/mastermind/activity.md +191 -0
  31. package/.claude/skills/mastermind/adapter-manager.md +259 -0
  32. package/.claude/skills/mastermind/adapters.md +204 -0
  33. package/.claude/skills/mastermind/agent-detail.md +242 -0
  34. package/.claude/skills/mastermind/agents.md +178 -0
  35. package/.claude/skills/mastermind/approval-detail.md +259 -0
  36. package/.claude/skills/mastermind/approve.md +181 -0
  37. package/.claude/skills/mastermind/architect.md +24 -8
  38. package/.claude/skills/mastermind/backup.md +197 -0
  39. package/.claude/skills/mastermind/bootstrap.md +190 -0
  40. package/.claude/skills/mastermind/budgets.md +237 -0
  41. package/.claude/skills/mastermind/companies.md +256 -0
  42. package/.claude/skills/mastermind/costs.md +151 -0
  43. package/.claude/skills/mastermind/createorg.md +23 -5
  44. package/.claude/skills/mastermind/diagnose.md +249 -0
  45. package/.claude/skills/mastermind/env.md +198 -0
  46. package/.claude/skills/mastermind/environments.md +250 -0
  47. package/.claude/skills/mastermind/export.md +324 -0
  48. package/.claude/skills/mastermind/goal-detail.md +255 -0
  49. package/.claude/skills/mastermind/goals.md +149 -0
  50. package/.claude/skills/mastermind/heartbeat.md +164 -0
  51. package/.claude/skills/mastermind/idea.md +250 -122
  52. package/.claude/skills/mastermind/import.md +281 -0
  53. package/.claude/skills/mastermind/inbox.md +214 -0
  54. package/.claude/skills/mastermind/instance-settings.md +315 -0
  55. package/.claude/skills/mastermind/instance.md +231 -0
  56. package/.claude/skills/mastermind/invite-landing.md +227 -0
  57. package/.claude/skills/mastermind/invites.md +254 -0
  58. package/.claude/skills/mastermind/issue-detail.md +291 -0
  59. package/.claude/skills/mastermind/issues.md +235 -0
  60. package/.claude/skills/mastermind/join-queue.md +170 -0
  61. package/.claude/skills/mastermind/liveness.md +392 -0
  62. package/.claude/skills/mastermind/memory.md +321 -0
  63. package/.claude/skills/mastermind/my-issues.md +146 -0
  64. package/.claude/skills/mastermind/new-agent.md +241 -0
  65. package/.claude/skills/mastermind/org-chart.md +207 -0
  66. package/.claude/skills/mastermind/org-settings.md +217 -0
  67. package/.claude/skills/mastermind/plan-to-tasks.md +136 -0
  68. package/.claude/skills/mastermind/plugin-manager.md +241 -0
  69. package/.claude/skills/mastermind/plugin-settings.md +273 -0
  70. package/.claude/skills/mastermind/plugins.md +190 -0
  71. package/.claude/skills/mastermind/profile.md +187 -0
  72. package/.claude/skills/mastermind/project-detail.md +249 -0
  73. package/.claude/skills/mastermind/project-workspace.md +244 -0
  74. package/.claude/skills/mastermind/projects.md +164 -0
  75. package/.claude/skills/mastermind/routine-detail.md +253 -0
  76. package/.claude/skills/mastermind/routines.md +202 -0
  77. package/.claude/skills/mastermind/runorg.md +74 -9
  78. package/.claude/skills/mastermind/search.md +186 -0
  79. package/.claude/skills/mastermind/secrets.md +199 -0
  80. package/.claude/skills/mastermind/skills.md +156 -0
  81. package/.claude/skills/mastermind/tasks.md +149 -0
  82. package/.claude/skills/mastermind/techport.md +5 -5
  83. package/.claude/skills/mastermind/threads.md +259 -0
  84. package/.claude/skills/mastermind/tree-control.md +250 -0
  85. package/.claude/skills/mastermind/wiki.md +314 -0
  86. package/.claude/skills/mastermind/workspace-detail.md +317 -0
  87. package/.claude/skills/mastermind/workspaces.md +261 -0
  88. package/.claude/skills/mastermind/worktree.md +187 -0
  89. package/dist/src/init/executor.js +8 -8
  90. package/dist/src/init/executor.js.map +1 -1
  91. package/dist/src/init/statusline-generator.d.ts.map +1 -1
  92. package/dist/src/init/statusline-generator.js +12 -0
  93. package/dist/src/init/statusline-generator.js.map +1 -1
  94. package/dist/src/ui/.monomind/data/ranked-context.json +1 -1
  95. package/dist/src/ui/.monomind/loops/mastermind-review-1778664132789.json +16 -0
  96. package/dist/src/ui/.monomind/sessions/current.json +5 -5
  97. package/dist/src/ui/.monomind/sessions/session-1776778451399.json +15 -0
  98. package/dist/src/ui/dashboard.html +3030 -181
  99. package/dist/src/ui/data/mastermind-events.jsonl +8 -0
  100. package/dist/src/ui/data/mastermind-sessions.json +1 -0
  101. package/dist/src/ui/server.mjs +738 -0
  102. package/dist/tsconfig.tsbuildinfo +1 -1
  103. package/package.json +1 -1
  104. package/.claude/skills/.monomind/data/ranked-context.json +0 -5
  105. package/.claude/skills/.monomind/sessions/current.json +0 -13
  106. package/.claude/skills/.monomind/sessions/session-1777829336455.json +0 -15
  107. package/.claude/skills/.monomind/sessions/session-1777831614725.json +0 -15
  108. package/.claude/skills/.monomind/sessions/session-1777832095857.json +0 -15
  109. package/.claude/skills/.monomind/sessions/session-1777839814183.json +0 -15
  110. package/.claude/skills/.monomind/sessions/session-1777841847131.json +0 -15
  111. package/.claude/skills/.monomind/sessions/session-1777843309463.json +0 -15
  112. package/.claude/skills/.monomind/sessions/session-1777880867159.json +0 -15
  113. package/.claude/skills/.monomind/sessions/session-1777881884593.json +0 -15
  114. package/.claude/skills/.monomind/sessions/session-1777884090471.json +0 -15
  115. package/.claude/skills/.monomind/sessions/session-1777884808221.json +0 -15
  116. package/.claude/skills/.monomind/sessions/session-1777885672155.json +0 -15
  117. package/.claude/skills/.monomind/sessions/session-1777886852818.json +0 -15
  118. package/.claude/skills/.monomind/sessions/session-1777896532690.json +0 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "1.9.17",
3
+ "version": "1.10.0",
4
4
  "type": "module",
5
5
  "description": "Monomind CLI - Enterprise AI agent orchestration with 60+ specialized agents, swarm coordination, MCP server, self-learning hooks, and vector memory for Claude Code",
6
6
  "main": "dist/src/index.js",
@@ -1,5 +0,0 @@
1
- {
2
- "version": 1,
3
- "computedAt": 1777897390158,
4
- "entries": []
5
- }
@@ -1,13 +0,0 @@
1
- {
2
- "id": "session-1777897390154",
3
- "startedAt": "2026-05-04T12:23:10.154Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 24,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- }
13
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777829336455",
3
- "startedAt": "2026-05-03T17:28:56.455Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 2,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-03T18:05:16.020Z",
14
- "duration": 2179565
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777831614725",
3
- "startedAt": "2026-05-03T18:06:54.725Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 32,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-03T18:13:16.638Z",
14
- "duration": 381913
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777832095857",
3
- "startedAt": "2026-05-03T18:14:55.857Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 16,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-03T20:21:56.172Z",
14
- "duration": 7620316
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777839814183",
3
- "startedAt": "2026-05-03T20:23:34.183Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 20,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-03T20:55:49.453Z",
14
- "duration": 1935271
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777841847131",
3
- "startedAt": "2026-05-03T20:57:27.131Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 35,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-03T21:20:22.701Z",
14
- "duration": 1375570
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777843309463",
3
- "startedAt": "2026-05-03T21:21:49.463Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 22,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T07:45:58.017Z",
14
- "duration": 37448555
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777880867159",
3
- "startedAt": "2026-05-04T07:47:47.159Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 15,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T08:03:02.265Z",
14
- "duration": 915107
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777881884593",
3
- "startedAt": "2026-05-04T08:04:44.593Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 12,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T08:39:50.621Z",
14
- "duration": 2106029
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777884090471",
3
- "startedAt": "2026-05-04T08:41:30.471Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 2,
9
- "commands": 0,
10
- "tasks": 6,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T08:50:25.805Z",
14
- "duration": 535335
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777884808221",
3
- "startedAt": "2026-05-04T08:53:28.221Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 183,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T09:05:37.975Z",
14
- "duration": 729755
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777885672155",
3
- "startedAt": "2026-05-04T09:07:52.155Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 80,
9
- "commands": 0,
10
- "tasks": 2,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T09:25:58.814Z",
14
- "duration": 1086660
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777886852818",
3
- "startedAt": "2026-05-04T09:27:32.818Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 19,
9
- "commands": 0,
10
- "tasks": 2,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T12:06:54.371Z",
14
- "duration": 9561553
15
- }
@@ -1,15 +0,0 @@
1
- {
2
- "id": "session-1777896532690",
3
- "startedAt": "2026-05-04T12:08:52.690Z",
4
- "platform": "darwin",
5
- "cwd": "/Users/morteza/Desktop/tools/monobrain/.claude/skills",
6
- "context": {},
7
- "metrics": {
8
- "edits": 8,
9
- "commands": 0,
10
- "tasks": 0,
11
- "errors": 0
12
- },
13
- "endedAt": "2026-05-04T12:21:35.958Z",
14
- "duration": 763270
15
- }