Labels
Labels
44 labels
- Architectural changes and design
- Breaking changes
- Something is broken
- Maintenance (refactoring, CI, dependencies)
- CLI commands and user interface
- Agent backend system (claude, kiro, gemini, etc.)
- Orphaned resource cleanup
- Hierarchical TOML configuration system
- File operations and copying
- Git worktree operations
- Session health monitoring
- PID tracking and process info
- Session lifecycle (create, destroy, restart, list)
- Terminal backend abstraction (Ghostty, iTerm, Terminal.app)
- JSONL IPC protocol (messages, codec)
- PTY lifecycle management (portable-pty, output broadcasting)
- Unix socket server, connection handling, signal shutdown
- Daemon session state machine (SessionManager, DaemonSession)
- Documentation changes
- Cross-cutting changes, multiple domains, requires design decisions
- Single file or function, one responsibility, isolated change
- Few files, one domain or module, some coordination needed
- Epic tracking issue for multi-phase work
- New functionality (planned)
- New functionality (external suggestion, needs review)
- Fleet/brain (Honryū) coordination
- Critical - Do first, blocking or urgent
- High priority - Address soon, next in queue
- Medium priority - Backlog, when time permits
- Low priority - Nice to have, consider closing if stale