Give a contributor a single CLI command to see the current state of every PR the miner is managing — portfolio + latest CI/gate status + outcome, read from the local SQLite state built in the foundation issues. Pure read/render, no actuation.
Deliverables
References
packages/gittensory-mcp/bin/gittensory-mcp.js — CLI bin pattern (shebang, arg parsing) to mirror exactly
packages/gittensory-miner/src/state/schema.ts (new, from schema-foundation issue) — the data source
- New:
packages/gittensory-miner/bin/gittensory-miner.js (status subcommand)
Give a contributor a single CLI command to see the current state of every PR the miner is managing — portfolio + latest CI/gate status + outcome, read from the local SQLite state built in the foundation issues. Pure read/render, no actuation.
Deliverables
packages/gittensory-miner/bin/gittensory-miner.jsgains astatussubcommand (mirroring the bin shebang/CLI-arg-parsing pattern frompackages/gittensory-mcp/bin/gittensory-mcp.js)--jsonflag for machine-readable output--jsonoutput shapeReferences
packages/gittensory-mcp/bin/gittensory-mcp.js— CLI bin pattern (shebang, arg parsing) to mirror exactlypackages/gittensory-miner/src/state/schema.ts(new, from schema-foundation issue) — the data sourcepackages/gittensory-miner/bin/gittensory-miner.js(status subcommand)