Manifest-driven Cogniflow workspace setup orchestration
Project description
cf-setup
cf-setup is the first-party setup orchestrator for the Cogniflow Windows workspace.
It centralizes:
- module and profile definitions
- deterministic install planning
- PyPI-first vs editable source decisions
- Windows prerequisite diagnostics
- delegated native or frontend build steps
- post-install hooks
- structured installation reporting
Typical usage:
py -3.14 -m cf_setup plan --profile core --format json
py -3.14 -m cf_setup diagnose --provider windows --format json
py -3.14 -m cf_setup install --profile full --editable cf-pipeline-engine
The repository entrypoint remains scripts/fresh_install_v2.ps1, but it now acts as a thin Windows wrapper that bootstraps Python and delegates orchestration into cf_setup.
cf_setup now supports two practical modes:
- repository mode: used by
scripts/fresh_install_v2.ps1and local workspace maintainers - distribution mode: used when
cf installruns without a repository checkout and must rely on packaged manifest resources plus published package artifacts
Publishing
cf-setup is prepared for the dedicated Windows workflow:
- Workflow:
.github/workflows/cf_setup_windows_publish.yml - Package directory:
sandcastle/cf_setup - PyPI tag:
cf-setup-v<version> - TestPyPI tag:
cf-setup-v<version>-test - Release order: publish
cf-core-cli 0.1.5first, thencf-setup, thencogniflow
Local preflight:
powershell -ExecutionPolicy Bypass -File scripts/mimic_windows_python_publish_workflow.ps1 `
-WorkflowFile .github/workflows/cf_setup_windows_publish.yml `
-PackageDir sandcastle/cf_setup `
-PythonExe py `
-PythonVersion 3.14
Queue a dry-run dispatch:
powershell -ExecutionPolicy Bypass -File scripts/queue_windows_python_publish_workflow.ps1 `
-WorkflowFile .github/workflows/cf_setup_windows_publish.yml `
-PackageDir sandcastle/cf_setup `
-PublishTarget testpypi `
-Ref main `
-RequireLocalPass `
-DryRun `
-ReleaseTag cf-setup-v0.1.1-test
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cf_setup-0.1.1.tar.gz.
File metadata
- Download URL: cf_setup-0.1.1.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
62fe8932d88a115d57a5891a48ba9bdcf0c8eab0ccb8fdb08119ca8335182c1e
|
|
| MD5 |
99120bc4d787fdf7ea8386d347e3e5c1
|
|
| BLAKE2b-256 |
5234c4d0a28f5d83f27123ca52bdb7efc02729804000542c474c47b72d5e2c06
|
File details
Details for the file cf_setup-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cf_setup-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f8dcac5d1a5fd30c65327c4a032c4d5c8b7c607e0b7e5cdb574eabe17995ebc
|
|
| MD5 |
4bd02a99a1d645f2b4bd1fd06d602f7a
|
|
| BLAKE2b-256 |
415c122957f918dc6af58e2fda55fdaa171bc2ed65186d77cb03c8fb6e17a4ed
|