Display the current esperkit backlog for this project.
Steps
- •
Run
esperkit config check. If it exits non-zero, tell the user to run/esper:initfirst and stop. - •
Run the backlog display subcommand:
bashesperkit backlog
Print the output verbatim. Shows ACTIVE, PENDING, and DONE (last 3) sections.
- •
Run
esperkit config get backlog_mode. If the output isgithub, also run:bashgh issue list --state open --json number,title,labels
Cross-reference open issues with: the current phase file's
gh_issuefield (parent issue), and all plan files'gh_issuefields (sub-issues of the phase). Flag any open GitHub issues that have no matching phase or plan. - •
Print at the bottom:
- •Current phase: run
esperkit config get current_phaseand display asPhase: <output> - •Tips:
/esper:applyto start the top item ·/esper:planto add a feature ·/esper:fixto log a bug
- •Current phase: run