codemap_routine_list

List all routines with their checklist items and associated scripts.

routinelistworkflow

Usage Examples

MCP Usage (for AI Agents like Claude)

json
{
  "name": "codemap_routine_list"
}

Example Output

JSON Response

json
{
  "success": true,
  "data": {
    "routines": [
      {
        "name": "pre-commit",
        "description": "Pre-commit checks",
        "checklistItems": 3,
        "scripts": 2
      }
    ]
  }
}