Skip to content

Add GitHub issue readiness check#1568

Merged
codeforester merged 1 commit into
mainfrom
enhancement/1560-20260709-add-issue-readiness-check
Jul 9, 2026
Merged

Add GitHub issue readiness check#1568
codeforester merged 1 commit into
mainfrom
enhancement/1560-20260709-add-issue-readiness-check

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • add basectl gh issue readiness <number> for read-only implementation issue readiness checks
  • validate required issue body sections and optional Base Project fields via explicit Project owner/number flags
  • update Bash/Zsh completions and GitHub workflow docs for the agent-assignment gate

Fixes #1560

Validation

  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/gh.bats
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/completions.bats
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats lib/shell/completions/tests/completions.bats
  • bash -n cli/bash/commands/basectl/subcommands/gh.sh lib/shell/completions/basectl_completion.sh lib/shell/completions/basectl_completion.zsh
  • shellcheck -x cli/bash/commands/basectl/subcommands/gh.sh lib/shell/completions/basectl_completion.sh
  • zsh -n lib/shell/completions/basectl_completion.zsh
  • git diff --check
  • live smoke: ./bin/basectl gh issue readiness 1560 --repo basefoundry/base --project-owner basefoundry --project-number 10

@codeforester codeforester requested a review from a team as a code owner July 9, 2026 19:19
@codeforester codeforester merged commit e4c18c2 into main Jul 9, 2026
26 checks passed
@codeforester codeforester deleted the enhancement/1560-20260709-add-issue-readiness-check branch July 9, 2026 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GitHub issue readiness checks for agent assignment

1 participant