team

A command-line tool for managing project team members and shared messages in Codev, a project coordination system. It stores team information in files and shows it in the Tower dashboard.

In plain words
What is it for?
Listing team members, posting messages such as review or deployment notices, and generating hourly activity summaries from recent project events.
Why use it?
It gives developers a consistent place to see who is on the team and record project updates, instead of scattering that information across chats or documents.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/cluesmith/codev/team
Clone the repo
git clone --depth 1 https://github.com/cluesmith/codev
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 896 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00896
Opus 5 $0.00000 $0.00448
Sonnet 5 $0.00000 $0.00179
Haiku 4.5 $0.00000 $0.00090

Measured yesterday against content hash bdae3a5f0fb7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

team scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

codev/resources/commands/team.md · 153 lines

How it starts

The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.

team - Team Coordination CLI

The team command manages team members and messages for your Codev project. Team data is stored in codev/team/ and displayed in the Tower dashboard.

Synopsis

team <command> [options]

Commands

team list

List all team members from codev/team/people/.

team list

Output is a formatted table:

Name              GitHub          Role
────────────────  ──────────────  ──────────────
M Waleed Kadous   waleedkadous    Lead Architect
Jane Doe          jdoe            Developer

Warns if fewer than 2 members (Team tab requires 2+).

team message <text>

Post a message to codev/team/messages.md.

team message "Spec 42 is ready for review"
team message "Deployed to staging" -a deploy-bot

Options:

Flag Description
-a, --author <name> Override author (default: auto-detect from gh CLI or git config)

Creates messages.md with header if it doesn't exist. Messages are append-only.

team update

Post an hourly activity summary. Usually called by cron.

team update

Collects notable events from the last hour:

  • Builder spawns (from git log)
  • Gate approvals (from status.yaml)
  • PR merges (from gh CLI)
  • Completed reviews (from codev/reviews/)

Posts a summary via team message. Exits silently if no events.

team add <github-handle>

Scaffold a new team member file.

team add waleedkadous
team add jdoe --name "Jane Doe" --role "Developer"

Options:

Flag Description
-n, --name <name> Full name (default: github handle)
-r, --role <role> Role (default: "Team Member")

Creates codev/team/people/<handle>.md. Handle is normalized to lowercase. Validates GitHub handle format. Fails if member already exists.

Team Directory

codev/team/
├── people/           # One .md file per member
│   ├── waleedkadous.md
│   └── jdoe.md
└── messages.md       # Append-only message log

Read the full file on GitHub · 153 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 153 lines · 0 tokens per session scan A bdae3a5f0fb7

Subscribe to this mod's changes

team is a command published in the GitHub repository cluesmith/codev (286 stars, last pushed 5d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 896 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.