mapify-cli 1.7.0__tar.gz → 2.1.0__tar.gz

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 (72) hide show
  1. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/.gitignore +4 -1
  2. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/PKG-INFO +31 -10
  3. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/README.md +30 -9
  4. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/pyproject.toml +1 -1
  5. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/__init__.py +291 -302
  6. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/actor.md +101 -2
  7. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/monitor.md +254 -5
  8. mapify_cli-2.1.0/src/mapify_cli/templates/agents/research-agent.md +265 -0
  9. mapify_cli-2.1.0/src/mapify_cli/templates/agents/synthesizer.md +1161 -0
  10. mapify_cli-2.1.0/src/mapify_cli/templates/agents/task-decomposer.md +711 -0
  11. mapify_cli-2.1.0/src/mapify_cli/templates/commands/map-efficient.md +377 -0
  12. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/commands/map-review.md +55 -24
  13. mapify_cli-2.1.0/src/mapify_cli/templates/map/static-analysis/analyze.sh +81 -0
  14. mapify_cli-2.1.0/src/mapify_cli/templates/map/static-analysis/handlers/common.sh +109 -0
  15. mapify_cli-2.1.0/src/mapify_cli/templates/map/static-analysis/handlers/go.sh +92 -0
  16. mapify_cli-2.1.0/src/mapify_cli/templates/map/static-analysis/handlers/python.sh +80 -0
  17. mapify_cli-2.1.0/src/mapify_cli/templates/map/static-analysis/handlers/typescript.sh +87 -0
  18. mapify_cli-2.1.0/src/mapify_cli/templates/references/decomposition-examples.md +281 -0
  19. mapify_cli-2.1.0/src/mapify_cli/templates/references/mcp-usage-examples.md +141 -0
  20. mapify_cli-1.7.0/.claude/hooks/README.md +0 -319
  21. mapify_cli-1.7.0/src/mapify_cli/templates/agents/task-decomposer.md +0 -1558
  22. mapify_cli-1.7.0/src/mapify_cli/templates/commands/map-efficient.md +0 -342
  23. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/README.md +0 -319
  24. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/__init__.py +0 -8
  25. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/inject_playbook_bullets.py +0 -291
  26. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/quality_gates.py +0 -462
  27. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/suggest_skill.py +0 -396
  28. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/suggest_workflow.py +0 -414
  29. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/helpers/validate_checkpoint_file.py +0 -349
  30. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/session-start.sh +0 -100
  31. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/settings.json +0 -85
  32. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/stop.sh +0 -95
  33. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/tests/test_auto_activation.sh +0 -106
  34. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/user-prompt-submit.sh +0 -241
  35. mapify_cli-1.7.0/src/mapify_cli/templates/hooks/validate-agent-templates.sh +0 -94
  36. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/.claude/skills/README.md +0 -0
  37. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/docs/cipher-setup-guide/README.md +0 -0
  38. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/contradiction_detector.py +0 -0
  39. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/entity_extractor.py +0 -0
  40. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/graph_query.py +0 -0
  41. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/playbook_manager.py +0 -0
  42. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/playbook_query.py +0 -0
  43. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/relationship_detector.py +0 -0
  44. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/schemas.py +0 -0
  45. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/semantic_search.py +0 -0
  46. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/curator.md +0 -0
  47. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/documentation-reviewer.md +0 -0
  48. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/evaluator.md +0 -0
  49. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/predictor.md +0 -0
  50. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/agents/reflector.md +0 -0
  51. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/commands/map-debug.md +0 -0
  52. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/commands/map-fast.md +0 -0
  53. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/commands/map-learn.md +0 -0
  54. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/commands/map-release.md +0 -0
  55. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/hooks/improve-prompt.py +0 -0
  56. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/settings.hooks.json +0 -0
  57. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/README.md +0 -0
  58. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-cli-reference/SKILL.md +0 -0
  59. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/SKILL.md +0 -0
  60. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/agent-architecture.md +0 -0
  61. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/cipher-integration.md +0 -0
  62. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/map-debug-deep-dive.md +0 -0
  63. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/map-efficient-deep-dive.md +0 -0
  64. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/map-fast-deep-dive.md +0 -0
  65. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/map-feature-deep-dive.md +0 -0
  66. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/map-refactor-deep-dive.md +0 -0
  67. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/map-workflows-guide/resources/playbook-system.md +0 -0
  68. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/skills/skill-rules.json +0 -0
  69. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/templates/workflow-rules.json +0 -0
  70. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/tools/__init__.py +0 -0
  71. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/tools/validate_dependencies.py +0 -0
  72. {mapify_cli-1.7.0 → mapify_cli-2.1.0}/src/mapify_cli/workflow_logger.py +0 -0
@@ -58,7 +58,10 @@ coverage.json
58
58
  .claude/sessions/
59
59
  .claude/metrics/
60
60
  .claude/cache/
61
- .map/
61
+
62
+ # MAP runtime files (but keep static-analysis scripts)
63
+ .map/*
64
+ !.map/static-analysis/
62
65
 
63
66
  # Temporary verification files
64
67
  mapify_cli_verification_*.json
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mapify-cli
3
- Version: 1.7.0
3
+ Version: 2.1.0
4
4
  Summary: MAP Framework installer - Modular Agentic Planner for Claude Code
5
5
  Project-URL: Homepage, https://github.com/azalio/map-framework
6
6
  Project-URL: Repository, https://github.com/azalio/map-framework.git
@@ -30,7 +30,7 @@ Description-Content-Type: text/markdown
30
30
 
31
31
  # MAP Framework for Claude Code
32
32
 
33
- Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture for AI agents inspired by prefrontal cortex functions. Orchestrates 8 specialized agents for development with automatic quality validation.
33
+ Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture for AI agents inspired by prefrontal cortex functions. Orchestrates 10 specialized agents for development with automatic quality validation.
34
34
 
35
35
  > **Based on:** [Nature Communications research (2025)](https://github.com/Shanka123/MAP) — 74% improvement in planning tasks
36
36
  > **Enhanced with:** [ACE (Agentic Context Engineering)](https://arxiv.org/abs/2510.04618v1) — continuous learning from experience
@@ -59,6 +59,9 @@ Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture
59
59
  # 📚 Optional: Preserve learnings from any workflow
60
60
  /map-learn [paste workflow summary to extract patterns]
61
61
 
62
+ # 🔍 Code review (parallel Monitor + Predictor + Evaluator)
63
+ /map-review # Review staged/unstaged changes before commit
64
+
62
65
  # 📦 Release workflow (for package maintainers)
63
66
  /map-release patch # or: minor, major
64
67
  ```
@@ -142,6 +145,7 @@ MAP Framework offers workflow variants optimized for different scenarios:
142
145
  |---------|-------------|----------|---------------|----------|
143
146
  | **`/map-efficient`** ⭐ | **50-60%** | Optional via `/map-learn` | ✅ Essential agents | **RECOMMENDED: Most production tasks** |
144
147
  | **`/map-debug`** | 50-60% | Optional via `/map-learn` | ✅ Essential agents | Bug fixes and debugging |
148
+ | **`/map-review`** | 30-40% | Optional via `/map-learn` | Monitor + Predictor + Evaluator | Pre-commit code review |
145
149
  | **`/map-fast`** ⚠️ | 40-50% | ❌ None | ⚠️ Basic only | Throwaway prototypes, experiments (NOT production) |
146
150
  | **`/map-learn`** | ~5-8K tokens | ✅ Full | Reflector + Curator | Capture patterns after any workflow |
147
151
  | **`/map-release`** | Variable | Optional via `/map-learn` | 12 validation gates | Package releases |
@@ -165,6 +169,11 @@ MAP Framework offers workflow variants optimized for different scenarios:
165
169
  - 🗑️ Learning/tutorial contexts where failure is acceptable
166
170
  - ⚠️ **NEVER for production code** - no learning, quality risks
167
171
 
172
+ **Use `/map-review` when:**
173
+ - 🔍 Reviewing changes before committing
174
+ - 🔍 Pre-PR quality check (security, impact, code quality)
175
+ - 🔍 Parallel analysis with Monitor + Predictor + Evaluator
176
+
168
177
  **Use `/map-learn` after any workflow:**
169
178
  - 📚 To preserve valuable patterns discovered during work
170
179
  - 📚 When implementation approach could help future tasks
@@ -181,6 +190,7 @@ Just describe your task naturally - no need to remember slash commands:
181
190
  | "Fix the failing tests" | `/map-debug` | Keywords: fix, failing test |
182
191
  | "Implement user login" | `/map-efficient` | Keywords: implement, feature |
183
192
  | "Optimize database queries" | `/map-efficient` | Keywords: optimize |
193
+ | "Review my changes" | `/map-review` | Keywords: review, changes, check |
184
194
  | "Quick prototype for testing" | `/map-fast` | Keywords: quick, prototype |
185
195
  | "Save patterns from last task" | `/map-learn` | Keywords: save, patterns, learn |
186
196
 
@@ -246,11 +256,13 @@ MAP includes interactive skills that provide specialized guidance:
246
256
 
247
257
  ## 🏗️ Architecture
248
258
 
249
- MAP Framework orchestrates 8 specialized agents through slash commands:
259
+ MAP Framework orchestrates 10 specialized agents through slash commands:
250
260
 
251
261
  - **TaskDecomposer** breaks goals into subtasks
252
262
  - **Actor** generates code, **Monitor** validates quality
253
263
  - **Predictor** analyzes impact, **Evaluator** scores solutions
264
+ - **ResearchAgent** gathers codebase context before implementation
265
+ - **Synthesizer** combines multiple solution variants (Self-MoA)
254
266
  - **Reflector/Curator** enable continuous learning via ACE playbook
255
267
 
256
268
  The orchestration logic lives in `.claude/commands/map-*.md` prompts, coordinating agents via the Task tool.
@@ -267,13 +279,16 @@ The orchestration logic lives in `.claude/commands/map-*.md` prompts, coordinati
267
279
 
268
280
  MAP uses MCP (Model Context Protocol) servers for enhanced capabilities:
269
281
 
270
- - **cipher** - Knowledge base for storing and retrieving successful patterns
271
- - **claude-reviewer** - Professional code review with security analysis
272
- - **context7** - Up-to-date library documentation
282
+ - **cipher** - Knowledge base for storing and retrieving successful patterns (optional)
273
283
  - **sequential-thinking** - Chain-of-thought reasoning for complex problems
284
+ - **context7** - Up-to-date library documentation
274
285
  - **deepwiki** - GitHub repository intelligence
275
286
 
276
- Configuration files: `.claude/mcp_config.json` and `mcp_config.json`
287
+ During `mapify init`, two configuration files are created:
288
+ - **`.mcp.json`** - Project-level Claude Code MCP server registration (standard format)
289
+ - **`.claude/mcp_config.json`** - Internal MAP Framework agent-to-MCP mappings
290
+
291
+ If `.mcp.json` already exists, `mapify init` will merge new servers without overwriting your existing configuration.
277
292
 
278
293
  **See [ARCHITECTURE.md](docs/ARCHITECTURE.md#mcp-integration) for complete setup and usage patterns**
279
294
 
@@ -315,9 +330,15 @@ Built-in learning system that improves when you run `/map-learn`:
315
330
  # View statistics
316
331
  mapify playbook stats
317
332
 
318
- # Search patterns
333
+ # Search patterns (FTS5 full-text search)
319
334
  mapify playbook search "JWT authentication"
320
335
 
336
+ # Query patterns with filters and modes
337
+ mapify playbook query "error handling" --limit 5 --mode local
338
+
339
+ # Apply curator delta operations (ADD/UPDATE/DEPRECATE)
340
+ mapify playbook apply-delta curator_operations.json
341
+
321
342
  # View high-quality patterns
322
343
  mapify playbook sync
323
344
 
@@ -358,7 +379,7 @@ Error: Slash command not recognized
358
379
 
359
380
  **Solution:**
360
381
  - Ensure you're in a directory with `.claude/commands/` containing `map-*.md` files
361
- - Available commands: `/map-efficient`, `/map-debug`, `/map-fast`, `/map-learn`, `/map-release`
382
+ - Available commands: `/map-efficient`, `/map-debug`, `/map-review`, `/map-fast`, `/map-learn`, `/map-release`
362
383
  - Run `/help` to see available commands
363
384
 
364
385
  ### Agent Not Found
@@ -367,7 +388,7 @@ Error: Slash command not recognized
367
388
  Error: Agent file not found
368
389
  ```
369
390
 
370
- **Solution:** Ensure `.claude/agents/` directory contains all 8 agent files (task-decomposer.md, actor.md, monitor.md, predictor.md, evaluator.md, reflector.md, curator.md, documentation-reviewer.md)
391
+ **Solution:** Ensure `.claude/agents/` directory contains all 10 agent files (task-decomposer.md, actor.md, monitor.md, predictor.md, evaluator.md, reflector.md, curator.md, documentation-reviewer.md, research-agent.md, synthesizer.md)
371
392
 
372
393
  ### Semantic Search Warning
373
394
 
@@ -1,6 +1,6 @@
1
1
  # MAP Framework for Claude Code
2
2
 
3
- Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture for AI agents inspired by prefrontal cortex functions. Orchestrates 8 specialized agents for development with automatic quality validation.
3
+ Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture for AI agents inspired by prefrontal cortex functions. Orchestrates 10 specialized agents for development with automatic quality validation.
4
4
 
5
5
  > **Based on:** [Nature Communications research (2025)](https://github.com/Shanka123/MAP) — 74% improvement in planning tasks
6
6
  > **Enhanced with:** [ACE (Agentic Context Engineering)](https://arxiv.org/abs/2510.04618v1) — continuous learning from experience
@@ -29,6 +29,9 @@ Implementation of **Modular Agentic Planner (MAP)** — a cognitive architecture
29
29
  # 📚 Optional: Preserve learnings from any workflow
30
30
  /map-learn [paste workflow summary to extract patterns]
31
31
 
32
+ # 🔍 Code review (parallel Monitor + Predictor + Evaluator)
33
+ /map-review # Review staged/unstaged changes before commit
34
+
32
35
  # 📦 Release workflow (for package maintainers)
33
36
  /map-release patch # or: minor, major
34
37
  ```
@@ -112,6 +115,7 @@ MAP Framework offers workflow variants optimized for different scenarios:
112
115
  |---------|-------------|----------|---------------|----------|
113
116
  | **`/map-efficient`** ⭐ | **50-60%** | Optional via `/map-learn` | ✅ Essential agents | **RECOMMENDED: Most production tasks** |
114
117
  | **`/map-debug`** | 50-60% | Optional via `/map-learn` | ✅ Essential agents | Bug fixes and debugging |
118
+ | **`/map-review`** | 30-40% | Optional via `/map-learn` | Monitor + Predictor + Evaluator | Pre-commit code review |
115
119
  | **`/map-fast`** ⚠️ | 40-50% | ❌ None | ⚠️ Basic only | Throwaway prototypes, experiments (NOT production) |
116
120
  | **`/map-learn`** | ~5-8K tokens | ✅ Full | Reflector + Curator | Capture patterns after any workflow |
117
121
  | **`/map-release`** | Variable | Optional via `/map-learn` | 12 validation gates | Package releases |
@@ -135,6 +139,11 @@ MAP Framework offers workflow variants optimized for different scenarios:
135
139
  - 🗑️ Learning/tutorial contexts where failure is acceptable
136
140
  - ⚠️ **NEVER for production code** - no learning, quality risks
137
141
 
142
+ **Use `/map-review` when:**
143
+ - 🔍 Reviewing changes before committing
144
+ - 🔍 Pre-PR quality check (security, impact, code quality)
145
+ - 🔍 Parallel analysis with Monitor + Predictor + Evaluator
146
+
138
147
  **Use `/map-learn` after any workflow:**
139
148
  - 📚 To preserve valuable patterns discovered during work
140
149
  - 📚 When implementation approach could help future tasks
@@ -151,6 +160,7 @@ Just describe your task naturally - no need to remember slash commands:
151
160
  | "Fix the failing tests" | `/map-debug` | Keywords: fix, failing test |
152
161
  | "Implement user login" | `/map-efficient` | Keywords: implement, feature |
153
162
  | "Optimize database queries" | `/map-efficient` | Keywords: optimize |
163
+ | "Review my changes" | `/map-review` | Keywords: review, changes, check |
154
164
  | "Quick prototype for testing" | `/map-fast` | Keywords: quick, prototype |
155
165
  | "Save patterns from last task" | `/map-learn` | Keywords: save, patterns, learn |
156
166
 
@@ -216,11 +226,13 @@ MAP includes interactive skills that provide specialized guidance:
216
226
 
217
227
  ## 🏗️ Architecture
218
228
 
219
- MAP Framework orchestrates 8 specialized agents through slash commands:
229
+ MAP Framework orchestrates 10 specialized agents through slash commands:
220
230
 
221
231
  - **TaskDecomposer** breaks goals into subtasks
222
232
  - **Actor** generates code, **Monitor** validates quality
223
233
  - **Predictor** analyzes impact, **Evaluator** scores solutions
234
+ - **ResearchAgent** gathers codebase context before implementation
235
+ - **Synthesizer** combines multiple solution variants (Self-MoA)
224
236
  - **Reflector/Curator** enable continuous learning via ACE playbook
225
237
 
226
238
  The orchestration logic lives in `.claude/commands/map-*.md` prompts, coordinating agents via the Task tool.
@@ -237,13 +249,16 @@ The orchestration logic lives in `.claude/commands/map-*.md` prompts, coordinati
237
249
 
238
250
  MAP uses MCP (Model Context Protocol) servers for enhanced capabilities:
239
251
 
240
- - **cipher** - Knowledge base for storing and retrieving successful patterns
241
- - **claude-reviewer** - Professional code review with security analysis
242
- - **context7** - Up-to-date library documentation
252
+ - **cipher** - Knowledge base for storing and retrieving successful patterns (optional)
243
253
  - **sequential-thinking** - Chain-of-thought reasoning for complex problems
254
+ - **context7** - Up-to-date library documentation
244
255
  - **deepwiki** - GitHub repository intelligence
245
256
 
246
- Configuration files: `.claude/mcp_config.json` and `mcp_config.json`
257
+ During `mapify init`, two configuration files are created:
258
+ - **`.mcp.json`** - Project-level Claude Code MCP server registration (standard format)
259
+ - **`.claude/mcp_config.json`** - Internal MAP Framework agent-to-MCP mappings
260
+
261
+ If `.mcp.json` already exists, `mapify init` will merge new servers without overwriting your existing configuration.
247
262
 
248
263
  **See [ARCHITECTURE.md](docs/ARCHITECTURE.md#mcp-integration) for complete setup and usage patterns**
249
264
 
@@ -285,9 +300,15 @@ Built-in learning system that improves when you run `/map-learn`:
285
300
  # View statistics
286
301
  mapify playbook stats
287
302
 
288
- # Search patterns
303
+ # Search patterns (FTS5 full-text search)
289
304
  mapify playbook search "JWT authentication"
290
305
 
306
+ # Query patterns with filters and modes
307
+ mapify playbook query "error handling" --limit 5 --mode local
308
+
309
+ # Apply curator delta operations (ADD/UPDATE/DEPRECATE)
310
+ mapify playbook apply-delta curator_operations.json
311
+
291
312
  # View high-quality patterns
292
313
  mapify playbook sync
293
314
 
@@ -328,7 +349,7 @@ Error: Slash command not recognized
328
349
 
329
350
  **Solution:**
330
351
  - Ensure you're in a directory with `.claude/commands/` containing `map-*.md` files
331
- - Available commands: `/map-efficient`, `/map-debug`, `/map-fast`, `/map-learn`, `/map-release`
352
+ - Available commands: `/map-efficient`, `/map-debug`, `/map-review`, `/map-fast`, `/map-learn`, `/map-release`
332
353
  - Run `/help` to see available commands
333
354
 
334
355
  ### Agent Not Found
@@ -337,7 +358,7 @@ Error: Slash command not recognized
337
358
  Error: Agent file not found
338
359
  ```
339
360
 
340
- **Solution:** Ensure `.claude/agents/` directory contains all 8 agent files (task-decomposer.md, actor.md, monitor.md, predictor.md, evaluator.md, reflector.md, curator.md, documentation-reviewer.md)
361
+ **Solution:** Ensure `.claude/agents/` directory contains all 10 agent files (task-decomposer.md, actor.md, monitor.md, predictor.md, evaluator.md, reflector.md, curator.md, documentation-reviewer.md, research-agent.md, synthesizer.md)
341
362
 
342
363
  ### Semantic Search Warning
343
364
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "mapify-cli"
3
- version = "1.7.0"
3
+ version = "2.1.0"
4
4
  description = "MAP Framework installer - Modular Agentic Planner for Claude Code"
5
5
  authors = [{ name = "MAP Framework Contributors" }]
6
6
  readme = "README.md"