Skip to content

Add agent-ready repo check#1567

Merged
codeforester merged 1 commit into
mainfrom
enhancement/1559-20260709-add-agent-ready-repo-check
Jul 9, 2026
Merged

Add agent-ready repo check#1567
codeforester merged 1 commit into
mainfrom
enhancement/1559-20260709-add-agent-ready-repo-check

Conversation

@codeforester

Copy link
Copy Markdown
Collaborator

Summary

  • Add basectl repo check --agent-ready to verify the baseline-integrated agent guidance contract.
  • Keep repo check --agent-guidance backward compatible while giving --agent-ready a repo init ... --agent-ready repair hint.
  • Update help, completions, docs, changelog, and AI command context.

Validation

  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash bats cli/bash/commands/basectl/tests/repo.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
  • git diff --check
  • bash -n cli/bash/commands/basectl/subcommands/repo.sh
  • shellcheck -x cli/bash/commands/basectl/subcommands/repo.sh lib/shell/completions/basectl_completion.sh
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash HOME=/private/tmp/base-agent-ready-check-smoke-home /Users/rameshhp/work/base-worktrees/1559-add-agent-ready-repo-check/bin/basectl repo init repo --path /private/tmp/base-agent-ready-check-smoke/repo --agent-ready --no-configure
  • env BASE_BASH_LIBS_DIR=/Users/rameshhp/work/base-bash-libs/lib/bash HOME=/private/tmp/base-agent-ready-check-smoke-home /Users/rameshhp/work/base-worktrees/1559-add-agent-ready-repo-check/bin/basectl repo check /private/tmp/base-agent-ready-check-smoke/repo --agent-ready

Fixes #1559

@codeforester codeforester requested a review from a team as a code owner July 9, 2026 17:37
@codeforester codeforester merged commit 31ebdbe into main Jul 9, 2026
26 checks passed
@codeforester codeforester deleted the enhancement/1559-20260709-add-agent-ready-repo-check branch July 9, 2026 17:40
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.

Extend repo checks with GitHub agent-readiness validation

1 participant