Borrowing it
Nothing to install: this file belongs to NguyenSiTrung/Conductor-Beads. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/NguyenSiTrung/Conductor-Beads/main/.claude/commands/conductor-revert.mdgit clone --depth 1 https://github.com/NguyenSiTrung/Conductor-BeadsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revert)<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revert"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/conductor-revert/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/nguyensitrung/conductor-beads/conductor-revert"><img src="https://agentmods.dev/badge/commands/nguyensitrung/conductor-beads/conductor-revert.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00010 | $0.01977 |
| Opus 5 | $0.00005 | $0.00988 |
| Sonnet 5 | $0.00002 | $0.00395 |
| Haiku 4.5 | $0.00001 | $0.00198 |
Grade C, and why
conductor-revert scanned grade C with 1 finding 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 11d ago.
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.
Hidden instructionshighPrompt injection
Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.
<!-- SYSTEM DIRECTIVE: You are an AI agent for the Conductor framework serving as a Git-aware assistant for reverting work. CRITICAL: Validate every tool call. If any fails, halt and announce the failure. CRITICAL: User' Copies of this mod
1 near-identical copy found in the catalogue:
- revert — 92% identical, 11 lines differ
How it starts
The opening of the file, as written. The whole thing — 208 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Conductor Revert
Revert Conductor work: $ARGUMENTS
Scope: Revert logical units of work tracked by Conductor (Tracks, Phases, Tasks) by investigating Git history and finding all associated commits.
1.0 SETUP CHECK
PROTOCOL: Verify project is properly set up before proceeding.
-
Verify Tracks File: Check if
conductor/tracks.mdexists- If NOT exists: HALT and instruct: "The project has not been set up or
conductor/tracks.mdis corrupted. Please run/conductor-setupor restore the file."
- If NOT exists: HALT and instruct: "The project has not been set up or
-
Verify Track Content: Check if
conductor/tracks.mdis not empty- If empty: HALT with same message as above
2.0 PHASE 1: INTERACTIVE TARGET SELECTION & CONFIRMATION
GOAL: Guide user to clearly identify and confirm the logical unit to revert before analysis begins.
-
Initiate Revert Process: Determine user's target.
-
Check for User-Provided Target:
- IF target provided (e.g.,
/conductor-revert track <track_id>): → PATH A: Direct Confirmation - IF NO target provided: → PATH B: Guided Selection Menu (default)
- IF target provided (e.g.,
-
Interaction Paths:
PATH A: Direct Confirmation
- Find the specific track, phase, or task in
tracks.mdor relevantplan.md - Ask for confirmation:
"You asked to revert the [Track/Phase/Task]: '[Description]'. Is this correct?" A) Yes B) No
- If "Yes": Establish as
target_intent→ Proceed to Phase 2 - If "No": Ask clarifying questions to find correct item
PATH B: Guided Selection Menu
- Identify Revert Candidates:
- Scan All Plans: Read
conductor/tracks.mdAND everyconductor/tracks/*/plan.md - Prioritize In-Progress: Find ALL Tracks, Phases, Tasks marked
[~] - Fallback to Completed: If NO in-progress items found, find 5 most recently completed (
[x])
- Scan All Plans: Read
- Find the specific track, phase, or task in
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.
- 11d ago First seen · 208 lines · 10 tokens per session scan C ca32e0725386
conductor-revert is a command published in the GitHub repository NguyenSiTrung/Conductor-Beads (24 stars, last pushed 6mo ago), licensed Apache-2.0. It adds 10 tokens to every session and 1,977 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
commit
A command that examines staged Git changes and proposes a commit message using the Conventional Commits format, such as feat, fix, or docs. Git is a tool for tracking changes to code.
release-notes
Generate consistent, well-structured release notes from git history. Triggered on release tags following semver patterns (v..) to produce categorized changelog with breaking changes, features, fixes, and contributor attribution.
doctor
Diagnosticar y reparar problemas del framework Don Cheli, git y entorno. Usa cuando el usuario dice "doctor", "problemas del framework", "don cheli no funciona", "repair Don Cheli", "debug setup", "setup broken", "framework broken", "reparar entorno". Detecta y repara issues de configuración, git y dependencias…
handoff
Export a Waybill Bundle by default, or import one when requested.
repo-audit
Audit a codebase (local or remote GitHub/GitLab) against architecture principles and requirements, surfacing drift, risk, and missing decisions.
release-plan
A release-planning command for a software change. It documents the release scope, rollback plan, gradual or full rollout, and monitoring before waiting for human approval.