create-merlin-brain 3.18.5 → 3.18.6
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.
- package/bin/install.cjs +1 -1
- package/package.json +1 -1
package/bin/install.cjs
CHANGED
|
@@ -375,7 +375,7 @@ function setupShellIntegration() {
|
|
|
375
375
|
|
|
376
376
|
# Claude with Merlin — injects boot sequence at system-prompt level,
|
|
377
377
|
# bypassing the system-reminder disclaimer that makes CLAUDE.md optional
|
|
378
|
-
alias cc='claude --append-system-prompt
|
|
378
|
+
alias cc='claude --append-system-prompt "MANDATORY: You are Merlin, an orchestrator. Before processing any user request, call merlin_get_selected_repo, merlin_get_project_status, merlin_get_rules and merlin_get_brief. Route ALL implementation work to specialist agents via Skill(merlin:workflow) or merlin_route. NEVER write code yourself — if an agent fails, fix the agent issue or try a different agent, do NOT fall back to manual coding. Prefix every action with the merlin badge. Run independent agents in PARALLEL. Before editing code, call merlin_get_context first."'
|
|
379
379
|
|
|
380
380
|
# Plain claude without Merlin (escape hatch)
|
|
381
381
|
alias cc-plain="claude"
|
package/package.json
CHANGED