Summary
Add the standalone base-cli repository to workspace.yaml as a required Base workspace repository.
Context
The base_cli Python package has been migrated out of the Base repository into the dedicated base-cli repository, with a PyPI package available. The private workspace manifest should include the repository so workspace inventory and onboarding cover the complete Base development set.
Scope
- Add
base-cli with its canonical GitHub URL.
- Mark it required and use the repository's
main branch.
- Keep the change limited to the workspace manifest unless validation requires documentation updates.
Acceptance criteria
workspace.yaml lists base-cli as a required repository.
tests/validate.sh passes.
- The change is submitted as a pull request linked to this issue.
Summary
Add the standalone
base-clirepository toworkspace.yamlas a required Base workspace repository.Context
The
base_cliPython package has been migrated out of the Base repository into the dedicatedbase-clirepository, with a PyPI package available. The private workspace manifest should include the repository so workspace inventory and onboarding cover the complete Base development set.Scope
base-cliwith its canonical GitHub URL.mainbranch.Acceptance criteria
workspace.yamllistsbase-clias a required repository.tests/validate.shpasses.