Skip to content

Labels

Labels

  • area: agents

    Touches agents/ (prompts, role config)
  • area: alembic

    Touches alembic/ (database migrations)
  • area: api

    Touches roboco/api/ (FastAPI routes, schemas, app)
  • area: db

    Touches roboco/db/ or roboco/models/
  • area: enforcement

    Touches roboco/enforcement/ (task lifecycle, transitions)
  • area: gateway

    Touches roboco/services/gateway/ (Choreographer, verb surface)
  • area: mcp

    Touches roboco/mcp/ (MCP server entry points)
  • area: orchestrator

    Touches roboco/runtime/ (agent spawner, dispatch loops)
  • area: panel

    Touches panel/ (Next.js control panel)
  • area: services

    Touches roboco/services/ (business logic, side effects)
  • blocked

    Blocked by an external dependency or upstream issue
  • breaking-change

    PR contains a backward-incompatible change
  • bug

    Confirmed defect
  • build

    Makefile / Docker / Docker Compose / packaging
  • ci

    GitHub Actions and CI configuration
  • dependencies

    pyproject.toml / uv.lock or panel package manifests
  • documentation

    Docs, README, CHANGELOG, governance files
  • enhancement

    Improvement to an existing feature
  • github_actions

    Pull requests that update GitHub Actions code
  • good-first-issue

    Approachable issue for new contributors
  • help-wanted

    Maintainers welcome external help
  • javascript

    Pull requests that update javascript code
  • needs-summary

    Trigger an AI-generated summary on this issue (auto-removed after run)
  • no-issue-activity

    Marked stale by automation
  • no-pr-activity

    Marked stale by automation
  • no-summary

    Suppress automated AI summaries on this issue
  • pinned

    Exempt from staleness automation
  • python

    Pull requests that update python code
  • security

    Security-related issue (use private reporting first!)
  • tests

    Test suite changes