claude-flow
Version:
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
21 lines • 679 B
TypeScript
/**
* V3 Issues Command
*
* Implements ADR-016: Collaborative Issue Claims for Human-Agent Workflows
*
* Commands:
* - issues list List all claims
* - issues claim Claim an issue
* - issues release Release a claim
* - issues handoff Request handoff
* - issues status Update claim status
* - issues stealable List stealable issues
* - issues steal Steal an issue
* - issues load View agent load
* - issues rebalance Rebalance swarm
* - issues board Visual board view
*/
import type { Command } from '../types.js';
export declare const issuesCommand: Command;
export default issuesCommand;
//# sourceMappingURL=issues.d.ts.map