codemap_routine_add_group

Add a group reference to a routine.

routinegroupworkflow

Parameters

NameTypeRequiredDescription
routineNamestring✅ RequiredRoutine name
groupNamestring✅ RequiredGroup name to reference

Usage Examples

MCP Usage (for AI Agents like Claude)

json
{
  "name": "codemap_routine_add_group",
  "arguments": {
    "routineName": "review",
    "groupName": "critical-components"
  }
}

Example Output

JSON Response

json
{
  "success": true,
  "message": "Added group reference"
}