Operations
Primary distribution command:
bash
npx @codex-workflow/cwRecommended operational commands:
npx @codex-workflow/cw doctornpx @codex-workflow/cw --dry-runpython scripts/codexwf.py statuspython scripts/codexwf.py validate --testspython scripts/codexwf.py docs-sync --build
Windows fallback:
bash
npx @codex-workflow/cw --python-exec pythonLegacy skill-ops command:
bash
python skills/codex-workflows/scripts/codex_workflows_ops.py <command>Main commands:
build-manifestcheck-driftcheck-workflowscheck-codex-nativecheck-codex-assetsbenchmarkbootstrapsync-packrelease
Recommended maintenance routine
sync_compat_pack.pybuild_compat_manifest.pycheck_compat_drift.pycheck_workflow_parity.pycheck_codex_native_quality.pycheck_codex_native_assets.pypython -m unittest discover -s tests -p "test_*.py"python scripts/ci_validate_skill.py --skills-root skillsnode tests/test_cw_cli_node.js
Detailed source:
docs/OPERATIONS.md