Skip to content

Commit 16ea3cc

Browse files
committed
feat(cli): add /agent-comms:agents slash command
Was missed from the previous commit because the user's global gitignore matches AGENTS.md case-insensitively. Added a project-scoped !-override so the file tracks.
1 parent 7522d9e commit 16ea3cc

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ test-results/
99

1010
.eslintcache
1111
.worktrees/
12+
13+
# Override global gitignore (AGENTS.md) — this is a slash command, not an instructions file
14+
!commands/agents.md

commands/agents.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
description: List all known agents in the mesh
3+
---
4+
5+
Call the `agent_comms` MCP tool with `action: "list_agents"` and present the result as a compact list — one agent per line — with their status and any tags. Don't add commentary.

0 commit comments

Comments
 (0)