From myco
Sweeps codebase for stale narrative references (version drift, paths, identifiers, numeric/test drifts) using autolysis subagent. Returns patch table; does not apply.
npx claudepluginhub battam1111/myco --plugin myco[category-filter]The user wants a stale-narrative sweep. Argument (if any): $ARGUMENTS If $ARGUMENTS is empty: full sweep across all 5 categories (stale_version / stale_path / stale_identifier / numeric_drift / test_count). If $ARGUMENTS is one of the category names: scope the sweep to that category only. Dispatch the **autolysis** subagent (defined at `.claude/agents/autolysis.md`). Pass the category filter (if any) as the dynamic input. The subagent will: 1. Establish ground truth: read live `__version__`, verb count from manifest, dim count from `_canon_lint.yaml`, test count from `pytest --collect-o...
/docs-technical-reviewValidates documentation technical accuracy against code repositories, detecting stale commands, flags, APIs, config keys, code examples, and file paths. Produces report (default) or auto-fixes issues with --fix.
/cleanAnalyzes recent changes in commit range, unstaged files, or context for dead code, orphaned artifacts from failed branches; generates validated cleanup tasks and reports.
/hatch3r-revisionRevises agent-implemented code in fresh context window: reconstructs from git diff, interviews user for feedback, fixes issues, cleans leftovers, runs quality pipeline toward merge readiness.
/legacyCharacterizes legacy codebases, adds characterization/golden master tests, audits dependencies, assesses obsolescence, detects dead code, generates roadmaps in docs/legacy/. Supports flags like --assess, --characterize <path>.
Share bugs, ideas, or general feedback.
The user wants a stale-narrative sweep. Argument (if any): $ARGUMENTS
If $ARGUMENTS is empty: full sweep across all 5 categories (stale_version / stale_path / stale_identifier / numeric_drift / test_count).
If $ARGUMENTS is one of the category names: scope the sweep to that category only.
Dispatch the autolysis subagent (defined at .claude/agents/autolysis.md). Pass the category filter (if any) as the dynamic input. The subagent will:
__version__, verb count from manifest, dim count from _canon_lint.yaml, test count from pytest --collect-only, subsystem count from _canon.yaml::subsystems.When autolysis returns, relay the patch table verbatim to the user.
Do NOT apply any of the proposed patches yourself. The user reviews and approves (or applies in a separate turn). The patch table is the deliverable.