Skip to content

Add AI developer tools profile#506

Merged
codeforester merged 1 commit into
masterfrom
enhancement/380-20260607-ai-dev-tools-profile
Jun 8, 2026
Merged

Add AI developer tools profile#506
codeforester merged 1 commit into
masterfrom
enhancement/380-20260607-ai-dev-tools-profile

Conversation

@codeforester
Copy link
Copy Markdown
Owner

Summary

  • Add an explicit ai prerequisite profile for Codex CLI and Claude Code setup/check/doctor flows.
  • Extend shell validation, onboarding, Bash/Zsh completions, and docs for the new profile.
  • Add stable doctor finding coverage for AI tool availability/version checks.

Validation

  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m unittest cli/python/base_dev/tests/test_engine.py
  • bats cli/bash/commands/basectl/tests/setup.bats cli/bash/commands/basectl/tests/check.bats cli/bash/commands/basectl/tests/doctor.bats cli/bash/commands/basectl/tests/onboard.bats cli/bash/commands/basectl/tests/completions.bats
  • git diff --check
  • env -u BASE_HOME ./bin/base-test

Demo Impact

  • Adds an opt-in basectl setup/check/doctor --profile ai path; no default setup behavior changes.

Closes #380

@codeforester codeforester force-pushed the enhancement/380-20260607-ai-dev-tools-profile branch from c13e82b to 2eaeda5 Compare June 8, 2026 02:28
@codeforester codeforester merged commit 96c6496 into master Jun 8, 2026
16 checks passed
@codeforester codeforester deleted the enhancement/380-20260607-ai-dev-tools-profile branch June 8, 2026 02: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 optional AI developer tools profile for Codex and Claude Code

1 participant