Skip to content

mine meta

Commands for engaging with the mine project itself. Submit feedback, report bugs, or jump straight into contributing.

Submit a feature request as a GitHub issue.

Terminal window
mine meta fr "Add dark mode to the dashboard"
mine meta fr # interactive prompts
mine meta fr --dry-run "My idea" # preview without submitting

Flags:

FlagShortDescription
--description-dWhat the feature should do
--use-case-uWhy you need this feature
--dry-runPreview the issue without submitting

Report a bug as a GitHub issue. Auto-detects your OS, architecture, and mine version.

Terminal window
mine meta bug "Dashboard crashes on empty todo list"
mine meta bug # interactive prompts
mine meta bug --dry-run "My bug" # preview without submitting

Flags:

FlagShortDescription
--steps-sSteps to reproduce
--expected-eExpected behavior
--actual-aActual behavior
--dry-runPreview the issue without submitting

Shortcut for mine contrib --repo rnwolfe/mine. Turbo-starts an AI-assisted contribution workflow for the mine project itself.

Terminal window
mine meta contrib # start contribution flow for mine
mine meta contrib --list # list candidate issues
mine meta contrib --issue 16 # target a specific issue
mine meta contrib --tmux # open a two-pane tmux workspace

Flags:

FlagShortDescription
--issue N-i NWork on a specific issue directly
--listList candidate issues without starting the flow
--tmuxStart a two-pane tmux workspace

See mine contrib for the full contribution workflow documentation.