Skip to content

Split base_setup engine into focused modules#296

Open
codeforester wants to merge 1 commit into
masterfrom
enhancement/288-20260529-split-base-setup-engine
Open

Split base_setup engine into focused modules#296
codeforester wants to merge 1 commit into
masterfrom
enhancement/288-20260529-split-base-setup-engine

Conversation

@codeforester
Copy link
Copy Markdown
Owner

Summary

  • Split base_setup.engine internals into focused errors, checks, process, artifacts, delegates, and ide modules.
  • Kept engine.py focused on CLI/action orchestration and manifest setup/check/doctor coordination.
  • Updated base_dev and base_setup tests to import and patch the new module owners.

Validation

  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m pytest
  • HOME=/private/tmp/base-review-home bats cli/bash/commands/basectl/tests/setup.bats
  • PYTHONPATH=lib/python:cli/python /Users/rameshhp/.base.d/base/.venv/bin/python -m pylint cli/python/base_setup cli/python/base_dev/engine.py
  • git diff --check

Closes #288

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.

Split base_setup engine into focused modules

1 participant