{
  "version": "1.11.1",
  "generated_at": "2026-06-24T13:31:04.040Z",
  "tools": {
    "count": 67,
    "published_count": 66,
    "names": [
      "bclaw_bootstrap",
      "bclaw_release_notes",
      "bclaw_context",
      "bclaw_search",
      "bclaw_estimation_report",
      "bclaw_list_sequences",
      "bclaw_assignment_events",
      "bclaw_list_agents",
      "bclaw_list_instructions",
      "bclaw_get_capabilities",
      "bclaw_list_tools",
      "bclaw_search_tools",
      "bclaw_doctor",
      "bclaw_history",
      "bclaw_audit",
      "bclaw_get_discovery",
      "bclaw_conflict_check",
      "bclaw_who",
      "bclaw_switch",
      "bclaw_check_policy",
      "bclaw_check_security",
      "bclaw_read_inbox",
      "bclaw_get_thread",
      "bclaw_dispatch_status",
      "bclaw_code_status",
      "bclaw_code_find",
      "bclaw_code_brief",
      "bclaw_code_refresh",
      "bclaw_dispatch",
      "bclaw_send_message",
      "bclaw_ack_message",
      "bclaw_setup",
      "bclaw_init_project",
      "bclaw_write_note",
      "bclaw_quick_capture",
      "bclaw_claim",
      "bclaw_release_claim",
      "bclaw_session_start",
      "bclaw_session_end",
      "bclaw_create_sequence",
      "bclaw_update_sequence",
      "bclaw_add_step",
      "bclaw_complete_step",
      "bclaw_update_step",
      "bclaw_delete_step",
      "bclaw_delete_plan",
      "bclaw_delete_sequence",
      "bclaw_delete_memory",
      "bclaw_update_memory",
      "bclaw_add_capability",
      "bclaw_add_tool",
      "bclaw_correct_handoff",
      "bclaw_update_handoff",
      "bclaw_compact",
      "bclaw_work",
      "bclaw_coordinate",
      "bclaw_loop",
      "bclaw_assignment_update",
      "bclaw_assignment_action",
      "bclaw_harvest_candidates",
      "bclaw_find",
      "bclaw_get",
      "bclaw_create",
      "bclaw_update",
      "bclaw_remove",
      "bclaw_transition",
      "bclaw_move"
    ]
  },
  "entities": {
    "count": 17,
    "names": [
      "plan",
      "step",
      "claim",
      "session",
      "handoff",
      "decision",
      "constraint",
      "trap",
      "candidate",
      "runtime_note",
      "sequence",
      "inbox_message",
      "instruction",
      "assignment",
      "agent_run",
      "action",
      "cross_project_link"
    ],
    "short_label_prefixes": {
      "plan": "pln",
      "step": "stp",
      "claim": "clm",
      "session": "sess",
      "handoff": "hnd",
      "decision": "dec",
      "constraint": "cst",
      "trap": "trp",
      "candidate": "cnd",
      "runtime_note": "rtn",
      "sequence": "seq",
      "inbox_message": "msg",
      "instruction": "ins",
      "assignment": "asgn",
      "agent_run": "run",
      "action": "act",
      "cross_project_link": "xpl"
    }
  },
  "agent_integrations": {
    "count": 19,
    "names": [
      "antigravity",
      "claude-code",
      "claude-sonnet",
      "cline",
      "codex",
      "continue",
      "cursor",
      "github-copilot",
      "hermes",
      "kilocode",
      "mistral-vibe",
      "nanoclaw",
      "nemoclaw",
      "openclaw",
      "opencode",
      "picoclaw",
      "roo",
      "windsurf",
      "zeroclaw"
    ],
    "profiles": [
      {
        "name": "antigravity",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": "GEMINI.md",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "consult"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "claude-code",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": true,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": "CLAUDE.md",
        "mcp_config_scope": "both",
        "role_capabilities": [
          "execute",
          "coordinate",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 3
      },
      {
        "name": "claude-sonnet",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": true,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": "CLAUDE.md",
        "mcp_config_scope": "both",
        "role_capabilities": [
          "execute",
          "coordinate",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 6
      },
      {
        "name": "cline",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": ".clinerules/brainclaw.md",
        "mcp_config_scope": "project",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 3
      },
      {
        "name": "codex",
        "category": "code-agent",
        "workflow_model": "task-based",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": "AGENTS.md",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 5
      },
      {
        "name": "continue",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": ".continue/rules/brainclaw.md",
        "mcp_config_scope": "both",
        "role_capabilities": [
          "execute",
          "consult"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "cursor",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": true,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": ".cursor/rules/brainclaw.md",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "github-copilot",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": true,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": ".github/copilot-instructions.md",
        "mcp_config_scope": "project",
        "role_capabilities": [
          "execute",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "hermes",
        "category": "autonomous-agent",
        "workflow_model": "task-based",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "AGENTS.md",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "kilocode",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": true,
        "instruction_file": ".kilo/rules/brainclaw.md",
        "mcp_config_scope": "project",
        "role_capabilities": [
          "execute",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "mistral-vibe",
        "category": "code-agent",
        "workflow_model": "task-based",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "AGENTS.md",
        "mcp_config_scope": "both",
        "role_capabilities": [
          "execute",
          "review",
          "consult"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "nanoclaw",
        "category": "autonomous-agent",
        "workflow_model": "task-based",
        "tier": "C",
        "has_mcp": false,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "skills/nanoclaw/SKILL.md",
        "mcp_config_scope": "none",
        "role_capabilities": [
          "execute"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "nemoclaw",
        "category": "autonomous-agent",
        "workflow_model": "task-based",
        "tier": "C",
        "has_mcp": false,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "skills/nemoclaw/SKILL.md",
        "mcp_config_scope": "none",
        "role_capabilities": [
          "execute"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "openclaw",
        "category": "autonomous-agent",
        "workflow_model": "task-based",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "skills/openclaw/SKILL.md",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "coordinate"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "opencode",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": "AGENTS.md",
        "mcp_config_scope": "project",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "picoclaw",
        "category": "autonomous-agent",
        "workflow_model": "scheduled",
        "tier": "C",
        "has_mcp": false,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "skills/picoclaw/SKILL.md",
        "mcp_config_scope": "none",
        "role_capabilities": [
          "execute"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "roo",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "B",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": ".roo/rules/brainclaw.md",
        "mcp_config_scope": "project",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 2
      },
      {
        "name": "windsurf",
        "category": "code-agent",
        "workflow_model": "interactive",
        "tier": "A",
        "has_mcp": true,
        "has_hooks": false,
        "has_skills": false,
        "has_rules": true,
        "instruction_file": ".windsurfrules",
        "mcp_config_scope": "machine",
        "role_capabilities": [
          "execute",
          "review"
        ],
        "max_concurrent_tasks": 1
      },
      {
        "name": "zeroclaw",
        "category": "autonomous-agent",
        "workflow_model": "task-based",
        "tier": "C",
        "has_mcp": false,
        "has_hooks": false,
        "has_skills": true,
        "has_rules": false,
        "instruction_file": "skills/zeroclaw/SKILL.md",
        "mcp_config_scope": "none",
        "role_capabilities": [
          "execute"
        ],
        "max_concurrent_tasks": 1
      }
    ]
  }
}
