mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-03-27 06:12:05 -07:00
873 B
873 B
name, description
| name | description |
|---|---|
| subminer-change-verification | Compatibility shim. Canonical SubMiner change verification workflow now lives in the repo-local subminer-workflow plugin. |
Compatibility Shim
Canonical source:
plugins/subminer-workflow/skills/subminer-change-verification/SKILL.md
Canonical helper scripts:
plugins/subminer-workflow/skills/subminer-change-verification/scripts/classify_subminer_diff.shplugins/subminer-workflow/skills/subminer-change-verification/scripts/verify_subminer_change.sh
When this shim is invoked:
- Read the canonical plugin-owned skill.
- Follow the plugin-owned skill as the source of truth.
- Use the wrapper scripts in this shim directory only for compatibility with existing commands, docs, and backlog history.
- Do not duplicate workflow changes here; update the plugin-owned skill and scripts instead.