Bind a coding-agent thread to GitHub Project items, maintain structured progress history in the background, and silently submit it when the conversation ends. Codex is the currently implemented host adapter.
Install the plugin, start a new Codex thread, and run the guided initializer. Mineprogress reuses the active GitHub CLI login automatically:
$mineprogress:init
The guide asks for a GitHub Project URL and reports the resulting statuses, visibility, and creation behavior. GitHub permits one default repository but does not expose it through the public GraphQL API. Mineprogress uses a sole linked repository as its Issue repository; if several are linked, it asks which one to use. No configuration file is added to the working repository.
Mineprogress uses an explicit Codex Skill command:
$mineprogress:create "Implement import validation"
$mineprogress:bind PVTI_lADO...
$mineprogress:unbind PVTI_lADO... --delete
$mineprogress:check
$mineprogress:status
createcreates and binds an item, then writes a one-time academic project proposal from the complete earlier thread.bindadds an existing Project item without replacing its existing Issue body.unbindnormally removes only the thread binding; explicit--deletealso closes a linked Issue and removes the Project item.checksynchronizes Kanban statuses and transition rules, then suggests bindings without changing them.statusworks offline and shows routing, statuses, transition rules, and unresolved errors.
See Configuration, Workflow, Architecture, Host adapters, and Development and release for details.
MIT License, copyright @5o1.