codemap_routine_run

Execute a routine - displays checklist and runs all associated scripts.

routinerunworkflowexecute

Parameters

NameTypeRequiredDescription
namestring✅ RequiredRoutine name to execute

Usage Examples

MCP Usage (for AI Agents like Claude)

json
{
  "name": "codemap_routine_run",
  "arguments": {
    "name": "pre-commit"
  }
}

Example Output

JSON Response

json
{
  "success": true,
  "message": "Executed routine \"pre-commit\"",
  "checklistCompleted": 3,
  "scriptsRun": 2
}