/witness
Manage and verify a cryptographically-signed fix manifest with temporal history (ADR-103)
> /plugin marketplace add ruvnet/claude-flowHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/witness
Context preview
What this command does when you run it.
Manage and verify a cryptographically-signed fix manifest with temporal history (ADR-103)
Command definition
witness.mdname: witness description: Manage and verify a cryptographically-signed fix manifest with temporal history (ADR-103) argument-hint: "init|regen|verify|history|regressions [--manifest <path>] [--history <path>]"
$ARGUMENTS
Run the appropriate witness sub-command. Defaults assume `verification.md.json` and `verification-history.jsonl` at the project root.
# Bootstrap (one-time per project) node plugins/ruflo-core/scripts/witness/init.mjs # Regen + append history (each release) node plugins/ruflo-core/scripts/witness/regen.mjs \ --manifest verification.md.json \ --history verification-history.jsonl \ --fixes witness-fixes.json # Verify against live tree node plugins/ruflo-core/scripts/witness/verify.mjs --manifest verification.md.json # Verify without dependencies or generated dist/ artifacts node plugins/ruflo-core/scripts/witness/verify.mjs \ --manifest verification.md.json --source-only # Temporal queries node plugins/ruflo-core/scripts/witness/history.mjs --history verification-history.jsonl summary node plugins/ruflo-core/scripts/witness/history.mjs --history verification-history.jsonl regressions node plugins/ruflo-core/scripts/witness/history.mjs --history verification-history.jsonl timeline --id <fix-id>
See `plugins/ruflo-core/skills/witness/SKILL.md` for the full workflow + anti-patterns.
An agent meta-harness for Claude Code and Codex. Agent = Model + Harness. The model writes; the harness gives it tools, memory, loops, sandboxes, and controls so it can actually work.
Repo: ruvnet/claude-flow
Other commands on claude-flow.
- /agent-capabilities
Matrix of agent capabilities and their specializations.
Open command - /agent-coordination
Coordination patterns for multi-agent collaboration.
Open command - /agent-spawning
Guide to spawning agents with Claude Code's Task tool.
Open command - /agent-types
Complete guide to all 54 available agent types in Claude Flow.
Open command - /COMMAND_COMPLIANCE_REPORT
Reviewed all command files in `.claude/commands/analysis/` directory to ensure proper usage of: - `mcp__claude-flow__*` tools (preferred) - `npx claude-flow` commands (as fallback) - No direct implementation calls
Open command - /bottleneck-detect
Analyze performance bottlenecks in swarm operations and suggest optimizations.
Open command

