monomind 1.6.3 → 1.6.4

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.
@@ -443,7 +443,6 @@ function formatRelativeTime(isoDate) {
443
443
  return `${minutes}m ago`;
444
444
  return 'just now';
445
445
  }
446
- // Delete command
447
446
  // Edit command
448
447
  const editCommand = {
449
448
  name: 'edit',
@@ -64,7 +64,12 @@ const SKILLS_MAP = {
64
64
  * Commands to copy based on configuration
65
65
  */
66
66
  const COMMANDS_MAP = {
67
- core: ['monomind-help.md', 'monomind-swarm.md', 'monomind-memory.md'],
67
+ core: [
68
+ 'monomind-help.md', 'monomind-swarm.md', 'monomind-memory.md',
69
+ 'monomind-do.md', 'monomind-idea.md', 'monomind-createtask.md', 'monomind-repeat.md',
70
+ 'mastermind.md', 'list-agents.md', 'use-agent.md',
71
+ 'metrics.md', 'tokens.md', 'browse.md', 'sparc.md', 'ts.md',
72
+ ],
68
73
  analysis: ['analysis'],
69
74
  automation: ['automation'],
70
75
  github: ['github'],
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@monoes/monomindcli",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
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",