Files
sudacode db9121a5f9 fix(tests): guard empty arrays, cap output, kill orphaned children
- bash 3.2: guard BLOCKERS/PATH_ARGS empty-array expansion under set -u
- run-coverage-lane: surface collectLaneFiles errors instead of throwing
- run-test-lane: cap per-file output at 1 MB; track and SIGKILL children on SIGINT/SIGTERM
2026-07-07 00:17:43 -07:00
..

SubMiner Workflow Plugin

Status: active Last verified: 2026-03-26 Owner: Kyle Yasuda Read when: using or updating the repo-local plugin that owns SubMiner agent workflow skills

This plugin is the canonical source of truth for the SubMiner agent workflow packaging.

Contents

  • skills/subminer-scrum-master/
    • intake, planning, dispatch, and handoff workflow
  • skills/subminer-change-verification/
    • cheap-first verification workflow plus helper scripts

Compatibility

  • .agents/skills/subminer-scrum-master/ is a compatibility shim that redirects to the plugin-owned skill.
  • .agents/skills/subminer-change-verification/ is a compatibility shim.
  • .agents/skills/subminer-change-verification/scripts/*.sh remain as wrapper entrypoints so existing docs and shell history keep working.

Verification

For plugin/doc/shim changes, prefer:

bun run test:docs:kb
bash plugins/subminer-workflow/skills/subminer-change-verification/scripts/verify_subminer_change.sh --lane docs --lane core \
  plugins/subminer-workflow \
  .agents/skills/subminer-scrum-master/SKILL.md \
  .agents/skills/subminer-change-verification/SKILL.md \
  .agents/skills/subminer-change-verification/scripts/classify_subminer_diff.sh \
  .agents/skills/subminer-change-verification/scripts/verify_subminer_change.sh \
  .agents/plugins/marketplace.json \
  docs/workflow/README.md \
  docs/workflow/agent-plugins.md