mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-07 13:08:54 -07:00
a4927a3bbd
- extract test lane config to scripts/test-lanes.ts (single source of truth) - run-test-lane.mjs: per-file bun process isolation with wall timeout; --jobs N, --single-process flags - drop hand-listed test file lists from package.json; lanes now discovered by directory - add test:stats (stats/src) and test:scripts (scripts/**) lanes; wire both into CI - test:fast now: test:src + launcher-unit + test:scripts + test:runtime:compat - remove obsolete test:full, test:core, test:core:dist, test:config:dist scripts
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/*.shremain 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