Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,26 @@ talk:
- changed-files:
- any-glob-to-any-file: ['src/gaia/talk/**/*', 'docs/guides/talk.md', 'docs/sdk/agents/talk.md']

# ---------------------------------------------------------------------------
# Terminal Agent Hub: Go TUI, daemon supervisor, and the agent sidecar contract
# (milestone #45). Kept with the src/gaia area rules above the hub-agent block.
# ---------------------------------------------------------------------------

# Go terminal UI (gaia-tui)
tui:
- changed-files:
- any-glob-to-any-file: ['tui/**/*', '.github/workflows/build_tui.yml']

# Daemon supervisor / sidecar control plane
daemon:
- changed-files:
- any-glob-to-any-file: ['src/gaia/daemon/**/*']

# Agent sidecar contract / harness
sidecar:
- changed-files:
- any-glob-to-any-file: ['src/gaia/daemon/sidecars/**/*', 'hub/agents/*/python/packaging/**/*']

# ---------------------------------------------------------------------------
# Hub agents (hub/agents/<id>/python, hub/agents/<id>/npm). One label per
# packaged agent so a PR touching a single agent's sources is labelled for it.
Expand Down
Loading