Skip to content

Add agent-ready repo init mode#1566

Merged
codeforester merged 1 commit into
mainfrom
enhancement/1558-20260709-add-agent-ready-mode-to-basectl-repo-init
Jul 9, 2026
Merged

Add agent-ready repo init mode#1566
codeforester merged 1 commit into
mainfrom
enhancement/1558-20260709-add-agent-ready-mode-to-basectl-repo-init

Conversation

@codeforester

@codeforester codeforester commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Add basectl repo init --agent-ready to seed AGENTS.md and skills.md alongside the standard baseline.
  • Include agent-ready files in repo init --pr staging and in the generated rerun command/PR body.
  • Update completions, docs, changelog, and fix singular grammar in the shared agent guidance summary.

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
  • bash -n cli/bash/commands/basectl/subcommands/repo_agent_guidance.sh
  • shellcheck -x cli/bash/commands/basectl/subcommands/repo.sh cli/bash/commands/basectl/subcommands/repo_agent_guidance.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-smoke-home /Users/rameshhp/work/base-worktrees/1558-add-agent-ready-mode-to-basectl-repo-ini/bin/basectl repo init smoke-agent-ready --path /private/tmp/base-agent-ready-smoke/smoke-agent-ready --agent-ready --no-configure --dry-run

Fixes #1558

@codeforester codeforester requested a review from a team as a code owner July 9, 2026 17:24
@codeforester codeforester force-pushed the enhancement/1558-20260709-add-agent-ready-mode-to-basectl-repo-init branch from 70b9d44 to 4b3a44f Compare July 9, 2026 17:27
@codeforester codeforester merged commit 38974b6 into main Jul 9, 2026
26 checks passed
@codeforester codeforester deleted the enhancement/1558-20260709-add-agent-ready-mode-to-basectl-repo-init branch July 9, 2026 17:30
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 agent-ready mode to basectl repo init

1 participant