mine meta
Commands for engaging with the mine project itself. Submit feedback, report bugs, or jump straight into contributing.
mine meta fr
Section titled “mine meta fr”Submit a feature request as a GitHub issue.
mine meta fr "Add dark mode to the dashboard"mine meta fr # interactive promptsmine meta fr --dry-run "My idea" # preview without submittingFlags:
| Flag | Short | Description |
|---|---|---|
--description | -d | What the feature should do |
--use-case | -u | Why you need this feature |
--dry-run | Preview the issue without submitting |
mine meta bug
Section titled “mine meta bug”Report a bug as a GitHub issue. Auto-detects your OS, architecture, and mine version.
mine meta bug "Dashboard crashes on empty todo list"mine meta bug # interactive promptsmine meta bug --dry-run "My bug" # preview without submittingFlags:
| Flag | Short | Description |
|---|---|---|
--steps | -s | Steps to reproduce |
--expected | -e | Expected behavior |
--actual | -a | Actual behavior |
--dry-run | Preview the issue without submitting |
mine meta contrib
Section titled “mine meta contrib”Shortcut for mine contrib --repo rnwolfe/mine. Turbo-starts an AI-assisted
contribution workflow for the mine project itself.
mine meta contrib # start contribution flow for minemine meta contrib --list # list candidate issuesmine meta contrib --issue 16 # target a specific issuemine meta contrib --tmux # open a two-pane tmux workspaceFlags:
| Flag | Short | Description |
|---|---|---|
--issue N | -i N | Work on a specific issue directly |
--list | List candidate issues without starting the flow | |
--tmux | Start a two-pane tmux workspace |
See mine contrib for the full contribution workflow documentation.