Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .claude-plugin/PLUGIN.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ MAP (Modular Agentic Planner) is a cognitive architecture that orchestrates 11 s
- `/map-efficient` — implement features, refactor code, complex tasks with full MAP workflow
- `/map-debug` — debug issues using MAP analysis
- `/map-fast` — small, low-risk changes with minimal overhead
- `/map-debate` — multi-variant synthesis with Opus arbiter
- `/map-review` — comprehensive review of changes
- `/map-check` — quality gates and verification
- `/map-plan` — architecture decomposition
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"features": [
"11 specialized agents (TaskDecomposer, Actor, Monitor, Predictor, Evaluator, Reflector, DocumentationReviewer, Debate-Arbiter, Synthesizer, Research-Agent, Final-Verifier)",
"5 Claude Code hooks for automation",
"12 slash commands (/map-efficient, /map-debug, /map-fast, /map-debate, /map-review, /map-check, /map-plan, /map-task, /map-tdd, /map-release, /map-resume, /map-learn)",
"11 slash commands (/map-efficient, /map-debug, /map-fast, /map-review, /map-check, /map-plan, /map-task, /map-tdd, /map-release, /map-resume, /map-learn)",
"Professional code review integration",
"Cost optimization (40-60% savings)"
],
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"features": [
"11 specialized MAP agents (TaskDecomposer, Actor, Monitor, Predictor, Evaluator, Reflector, DocumentationReviewer, Debate-Arbiter, Synthesizer, Research-Agent, Final-Verifier)",
"5 Claude Code hooks for automation (validate-agent-templates, auto-store-knowledge, enrich-context, session-init, track-metrics)",
"12 slash commands (/map-efficient, /map-debug, /map-fast, /map-debate, /map-review, /map-check, /map-plan, /map-task, /map-tdd, /map-release, /map-resume, /map-learn)",
"11 slash commands (/map-efficient, /map-debug, /map-fast, /map-review, /map-check, /map-plan, /map-task, /map-tdd, /map-release, /map-resume, /map-learn)",
"Chain-of-thought reasoning with sequential-thinking MCP",
"Semantic pattern search with embeddings cache",
"Cost optimization with per-agent model selection (haiku/sonnet/opus)"
Expand Down
3 changes: 3 additions & 0 deletions .claude/agents/actor.md
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,9 @@ Rules:
5. Include edge cases from the spec's `## Edge Cases` section if available in the packet.
6. Use standard test patterns for the project's language and framework.
7. Tests SHOULD fail when run (implementation doesn't exist yet). This is expected.
8. Do NOT add temporal comments about test failure status (e.g., "currently FAILS",
"expected to FAIL", "will PASS once fix is applied"). Write tests as permanent,
clean code — the Red/Green state is transient and must not leak into comments.

Output:
- Test files created via Write tool
Expand Down
Loading
Loading