@nakedved/ano
Version:
Claude Code plugin for collaborative annotation and review
15 lines (14 loc) • 462 B
TypeScript
/**
* ano team commands
*
* Manage team configuration for collaborative reviews.
*
* Usage:
* ano team init [name] Initialize team config
* ano team add <email> [options] Add a team member
* ano team remove <email> Remove a team member
* ano team list List team members
* ano team roles List available roles
*/
import { Command } from 'commander';
export declare const teamCommand: Command;