Skip to content

Labels

Labels

  • architecture

    Architectural changes and design
  • breaking

    Breaking changes
  • bug

    Something is broken
  • chore

    Maintenance (refactoring, CI, dependencies)
  • cli

    CLI commands and user interface
  • core.agents

    Agent backend system (claude, kiro, gemini, etc.)
  • core.cleanup

    Orphaned resource cleanup
  • core.config

    Hierarchical TOML configuration system
  • core.files

    File operations and copying
  • core.git

    Git worktree operations
  • core.health

    Session health monitoring
  • core.process

    PID tracking and process info
  • core.session

    Session lifecycle (create, destroy, restart, list)
  • core.terminal

    Terminal backend abstraction (Ghostty, iTerm, Terminal.app)
  • daemon.protocol

    JSONL IPC protocol (messages, codec)
  • daemon.pty

    PTY lifecycle management (portable-pty, output broadcasting)
  • daemon.server

    Unix socket server, connection handling, signal shutdown
  • daemon.session

    Daemon session state machine (SessionManager, DaemonSession)
  • docs

    Documentation changes
  • effort/high

    Cross-cutting changes, multiple domains, requires design decisions
  • effort/low

    Single file or function, one responsibility, isolated change
  • effort/medium

    Few files, one domain or module, some coordination needed
  • epic

    Epic tracking issue for multi-phase work
  • feature

    New functionality (planned)
  • feature-request

    New functionality (external suggestion, needs review)
  • fleet

    Fleet/brain (Honryū) coordination
  • P0

    Critical - Do first, blocking or urgent
  • P1

    High priority - Address soon, next in queue
  • P2

    Medium priority - Backlog, when time permits
  • P3

    Low priority - Nice to have, consider closing if stale