运维
主分发命令:
bash
npx @codex-workflow/cw推荐命令:
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 回退:
bash
npx @codex-workflow/cw --python-exec python技能遗留命令:
bash
python skills/codex-workflows/scripts/codex_workflows_ops.py <command>推荐例行流程:
- sync pack
- rebuild manifest
- run drift/parity checks
- run codex-native quality check
- run codex-native assets check
- run tests and skill validation
- run
node tests/test_cw_cli_node.js
完整说明见:docs/OPERATIONS.md。