@ngocsangairvds/vsaf 4.1.14 → 4.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (136) hide show
  1. package/package.json +1 -1
  2. package/skills/vds-skill/runtime/AGENTS.md +10 -10
  3. package/skills/vds-skill/runtime/AGENTS.vi.md +6 -6
  4. package/skills/vds-skill/runtime/README.md +3 -3
  5. package/skills/vds-skill/runtime/bitbucket_orchestrator/BITBUCKET_API_PRACTICES.md +1 -1
  6. package/skills/vds-skill/runtime/bitbucket_orchestrator/FEATURES.md +75 -75
  7. package/skills/vds-skill/runtime/bitbucket_orchestrator/README.md +102 -102
  8. package/skills/vds-skill/runtime/brd_orchestrator/README.md +2 -2
  9. package/skills/vds-skill/runtime/confluence_orchestrator/README.md +97 -97
  10. package/skills/vds-skill/runtime/confluence_orchestrator/SYNC_SCRIPTS.md +12 -12
  11. package/skills/vds-skill/runtime/confluence_orchestrator/SYNC_STANDARDIZATION.md +6 -6
  12. package/skills/vds-skill/runtime/confluence_orchestrator/src/confluence_orchestrator/config.py +1 -1
  13. package/skills/vds-skill/runtime/diagram_generator/README.md +5 -5
  14. package/skills/vds-skill/runtime/docker/ROLLBACK.md +1 -1
  15. package/skills/vds-skill/runtime/docs/README.md +30 -30
  16. package/skills/vds-skill/runtime/docs/agents/explanation/runtime-verification-and-gap-reporting.md +4 -4
  17. package/skills/vds-skill/runtime/docs/agents/how-to/02-using-vds-ai-memory.md +1 -1
  18. package/skills/vds-skill/runtime/docs/agents/how-to/apply-phase3-migration.md +2 -2
  19. package/skills/vds-skill/runtime/docs/agents/how-to/first-audit-run.md +1 -1
  20. package/skills/vds-skill/runtime/docs/agents/how-to/install-and-bootstrap-who-scripts-and-skills.md +14 -14
  21. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/analytics-pipeline-workflow.md +9 -9
  22. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/code-quality-gate-workflow.md +5 -5
  23. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/confluence-bitbucket-sync-workflow.md +9 -9
  24. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/document-delivery-workflow.md +3 -3
  25. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/memory-progress-workflow.md +9 -9
  26. package/skills/vds-skill/runtime/docs/agents/how-to/orchestrator-workflows/research-spec-audit-workflow.md +8 -8
  27. package/skills/vds-skill/runtime/docs/agents/how-to/phase131-all-project-preparation.md +13 -13
  28. package/skills/vds-skill/runtime/docs/agents/how-to/phase131-bounded-parallel-analysis.md +6 -6
  29. package/skills/vds-skill/runtime/docs/agents/how-to/phase131-confluence-upload-recovery.md +4 -4
  30. package/skills/vds-skill/runtime/docs/agents/how-to/run-ecosystem-daily-report.md +8 -8
  31. package/skills/vds-skill/runtime/docs/agents/reference/audit-triage-playbook.md +10 -10
  32. package/skills/vds-skill/runtime/docs/agents/reference/cli-commands.md +34 -34
  33. package/skills/vds-skill/runtime/docs/agents/reference/cli-help-matrix.md +6 -6
  34. package/skills/vds-skill/runtime/docs/agents/reference/ecosystem-daily-report.md +3 -3
  35. package/skills/vds-skill/runtime/docs/agents/reference/portable-paths-and-config.md +0 -0
  36. package/skills/vds-skill/runtime/docs/agents/reference/portable-paths-validation-matrix.md +2 -2
  37. package/skills/vds-skill/runtime/docs/agents/reference/vds-ai-memory-api.md +1 -1
  38. package/skills/vds-skill/runtime/docs/agents/tutorials/who-skills-and-scripts-onboarding.md +4 -4
  39. package/skills/vds-skill/runtime/docs/agents/tutorials/zero-to-productive-developer.md +14 -14
  40. package/skills/vds-skill/runtime/docs/vi/agents/explanation/runtime-verification-and-gap-reporting.md +4 -4
  41. package/skills/vds-skill/runtime/docs/vi/agents/how-to/02-using-vds-ai-memory.md +1 -1
  42. package/skills/vds-skill/runtime/docs/vi/agents/how-to/first-audit-run.md +1 -1
  43. package/skills/vds-skill/runtime/docs/vi/agents/how-to/install-and-bootstrap-who-scripts-and-skills.md +10 -10
  44. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/analytics-pipeline-workflow.md +9 -9
  45. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/code-quality-gate-workflow.md +5 -5
  46. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/confluence-bitbucket-sync-workflow.md +9 -9
  47. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/document-delivery-workflow.md +3 -3
  48. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/memory-progress-workflow.md +9 -9
  49. package/skills/vds-skill/runtime/docs/vi/agents/how-to/orchestrator-workflows/research-spec-audit-workflow.md +8 -8
  50. package/skills/vds-skill/runtime/docs/vi/agents/how-to/phase131-all-project-preparation.md +13 -13
  51. package/skills/vds-skill/runtime/docs/vi/agents/how-to/phase131-bounded-parallel-analysis.md +6 -6
  52. package/skills/vds-skill/runtime/docs/vi/agents/how-to/phase131-confluence-upload-recovery.md +4 -4
  53. package/skills/vds-skill/runtime/docs/vi/agents/how-to/tips-and-tricks.md +1 -1
  54. package/skills/vds-skill/runtime/docs/vi/agents/reference/audit-triage-playbook.md +10 -10
  55. package/skills/vds-skill/runtime/docs/vi/agents/reference/cli-commands.md +34 -34
  56. package/skills/vds-skill/runtime/docs/vi/agents/reference/cli-help-matrix.md +6 -6
  57. package/skills/vds-skill/runtime/docs/vi/agents/reference/portable-paths-and-config.md +3 -3
  58. package/skills/vds-skill/runtime/docs/vi/agents/reference/portable-paths-validation-matrix.md +2 -2
  59. package/skills/vds-skill/runtime/docs/vi/agents/reference/vds-ai-memory-api.md +1 -1
  60. package/skills/vds-skill/runtime/docs/vi/agents/tutorials/who-skills-and-scripts-onboarding.md +4 -4
  61. package/skills/vds-skill/runtime/docs/vi/agents/tutorials/zero-to-productive-developer.md +4 -4
  62. package/skills/vds-skill/runtime/elastic_orchestrator/README.md +31 -31
  63. package/skills/vds-skill/runtime/elastic_orchestrator/src/vds_elastic_orchestrator/cli.py +2 -2
  64. package/skills/vds-skill/runtime/excel_orchestrator/README.md +22 -22
  65. package/skills/vds-skill/runtime/git_orchestrator/README.md +46 -46
  66. package/skills/vds-skill/runtime/google_sheets_orchestrator/README.md +15 -15
  67. package/skills/vds-skill/runtime/grafana_orchestrator/README.md +44 -44
  68. package/skills/vds-skill/runtime/grafana_orchestrator/src/vds_grafana_orchestrator/cli.py +2 -2
  69. package/skills/vds-skill/runtime/jira_orchestrator/README.md +119 -119
  70. package/skills/vds-skill/runtime/jira_viettelmoney_orchestrator/README.md +117 -117
  71. package/skills/vds-skill/runtime/markdown_orchestrator/README.md +9 -9
  72. package/skills/vds-skill/runtime/pdf_orchestrator/README.md +4 -4
  73. package/skills/vds-skill/runtime/scripts/README.md +2 -2
  74. package/skills/vds-skill/runtime/scripts/move_audit_artifact_pages.py +1 -1
  75. package/skills/vds-skill/runtime/scripts/move_audit_artifact_pages_rest.py +1 -1
  76. package/skills/vds-skill/runtime/scripts/move_wrong_dept_pages.py +1 -1
  77. package/skills/vds-skill/runtime/scripts/uv-workspace-alignment-verification-2026-03-25.md +1 -1
  78. package/skills/vds-skill/runtime/sonarqube_orchestrator/IMPLEMENTATION_AUDIT.md +1 -1
  79. package/skills/vds-skill/runtime/sonarqube_orchestrator/README.md +11 -11
  80. package/skills/vds-skill/runtime/sonarqube_orchestrator/src/vds_sonarqube_orchestrator/cli.py +3 -3
  81. package/skills/vds-skill/runtime/vds_agent_core/docs/embedding.md +3 -3
  82. package/skills/vds-skill/runtime/vds_cli/README.md +48 -48
  83. package/skills/vds-skill/runtime/vds_cli/src/vds_cli/cli.py +1 -1
  84. package/skills/vds-skill/runtime/vds_cli/src/vds_cli/confluence_sync.py +3 -3
  85. package/skills/vds-skill/runtime/vds_cli/tests/unit/test_confluence_sync.py +1 -1
  86. package/skills/vds-skill/runtime/vds_cli_common/tests/test_env.py +0 -105
  87. package/skills/vds-skill/runtime/diagram_generator/ci_validate.sh +0 -16
  88. package/skills/vds-skill/runtime/pdf_orchestrator/scripts/setup_team.sh +0 -324
  89. package/skills/vds-skill/runtime/scripts/audit-cli-patterns.sh +0 -135
  90. package/skills/vds-skill/runtime/scripts/audit-dashboard.sh +0 -525
  91. package/skills/vds-skill/runtime/scripts/backup.sh +0 -123
  92. package/skills/vds-skill/runtime/scripts/bootstrap_uv.sh +0 -69
  93. package/skills/vds-skill/runtime/scripts/ci/assert_no_openspace_commits.sh +0 -37
  94. package/skills/vds-skill/runtime/scripts/ci/verify_branch_protection.sh +0 -64
  95. package/skills/vds-skill/runtime/scripts/closure/phase1_check.sh +0 -483
  96. package/skills/vds-skill/runtime/scripts/closure/phase2_check.sh +0 -500
  97. package/skills/vds-skill/runtime/scripts/deploy-bootstrap.sh +0 -201
  98. package/skills/vds-skill/runtime/scripts/deployment/load_docker_images_offline.sh +0 -90
  99. package/skills/vds-skill/runtime/scripts/dev/cli_smoke.sh +0 -259
  100. package/skills/vds-skill/runtime/scripts/init-pgbouncer-userlist.sh +0 -154
  101. package/skills/vds-skill/runtime/scripts/openspace_bootstrap.sh +0 -56
  102. package/skills/vds-skill/runtime/scripts/openspace_common.sh +0 -75
  103. package/skills/vds-skill/runtime/scripts/openspace_doctor.sh +0 -61
  104. package/skills/vds-skill/runtime/scripts/openspace_sync_shadow.sh +0 -65
  105. package/skills/vds-skill/runtime/scripts/phase7-baseline.sh +0 -77
  106. package/skills/vds-skill/runtime/scripts/preflight/env_check.sh +0 -102
  107. package/skills/vds-skill/runtime/scripts/repair_autopay_reports.sh +0 -173
  108. package/skills/vds-skill/runtime/scripts/rollback_drill.sh +0 -659
  109. package/skills/vds-skill/runtime/scripts/run-audit-in-tmux.sh +0 -286
  110. package/skills/vds-skill/runtime/scripts/run-department-audit.sh +0 -495
  111. package/skills/vds-skill/runtime/scripts/run-project-audit.sh +0 -267
  112. package/skills/vds-skill/runtime/scripts/smoke-test-deploy.sh +0 -137
  113. package/skills/vds-skill/runtime/scripts/target-state-automation/confluence_sync_coordinator.sh +0 -27
  114. package/skills/vds-skill/runtime/scripts/target-state-automation/coordination.sh +0 -114
  115. package/skills/vds-skill/runtime/scripts/target-state-automation/diagram_coordinator.sh +0 -25
  116. package/skills/vds-skill/runtime/scripts/target-state-automation/docs_root.sh +0 -22
  117. package/skills/vds-skill/runtime/scripts/target-state-automation/generate_diagrams.sh +0 -22
  118. package/skills/vds-skill/runtime/scripts/target-state-automation/markdown_coordinator.sh +0 -25
  119. package/skills/vds-skill/runtime/scripts/target-state-automation/progress_dashboard.sh +0 -17
  120. package/skills/vds-skill/runtime/scripts/target-state-automation/schema_coordinator.sh +0 -25
  121. package/skills/vds-skill/runtime/scripts/target-state-automation/sync_confluence.sh +0 -30
  122. package/skills/vds-skill/runtime/scripts/target-state-automation/update_dependencies.sh +0 -19
  123. package/skills/vds-skill/runtime/scripts/target-state-automation/validate_links.sh +0 -86
  124. package/skills/vds-skill/runtime/scripts/target-state-automation/validate_markdown.sh +0 -52
  125. package/skills/vds-skill/runtime/scripts/target-state-automation/validate_schemas.sh +0 -26
  126. package/skills/vds-skill/runtime/scripts/target-state-automation/validate_structure.sh +0 -98
  127. package/skills/vds-skill/runtime/scripts/validate-cli-standardization.sh +0 -188
  128. package/skills/vds-skill/runtime/scripts/vds_sh_helpers.sh +0 -180
  129. package/skills/vds-skill/runtime/scripts/verification/phase2_portable_paths_ubuntu_docker.sh +0 -26
  130. package/skills/vds-skill/runtime/scripts/verify-memory-cli-e2e.sh +0 -598
  131. package/skills/vds-skill/runtime/scripts/verify-worktree-features.sh +0 -306
  132. package/skills/vds-skill/runtime/scripts/worktree-add.sh +0 -128
  133. package/skills/vds-skill/runtime/scripts/worktree-remove.sh +0 -112
  134. package/skills/vds-skill/runtime/scripts/worktree_compose.sh +0 -269
  135. package/skills/vds-skill/runtime/scripts/worktree_uv.sh +0 -77
  136. package/skills/vds-skill/runtime/sonarqube_orchestrator/scripts/ensure_symlink.sh +0 -38
@@ -4,7 +4,7 @@
4
4
 
5
5
  Use this guide when you want to prepare multiple projects for parent `workflow-projects` execution before or during bounded analysis.
6
6
  For shared env/config/cache path behavior and portable cache-root conventions, see `../reference/portable-paths-and-config.md`.
7
- When running from a dedicated `vds-scripts` worktree, prefer `./scripts/worktree_uv.sh run --project audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
7
+ When running from a dedicated `vds-scripts` worktree, prefer `uv run --directory ~/.claude/vds-scripts --package audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
8
8
 
9
9
  > **Note — interactive use vs. shell scripts**: The `uv run --project <path>` commands below are for interactive terminal or agent use from the repo root. When writing shell scripts, use `vds_uv_run_package <member>` from `scripts/vds_sh_helpers.sh` instead — see `scripts/README.md` for the canonical contract.
10
10
 
@@ -33,7 +33,7 @@ Do not treat these files as a replacement for centralized readiness, completenes
33
33
  Use `--registry-page` when the registry page should decide project scope.
34
34
 
35
35
  ```bash
36
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
36
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
37
37
  vds-cli audit workflow-projects \
38
38
  --registry-page <REGISTRY_PAGE_ID> \
39
39
  --prepare-materials \
@@ -50,11 +50,11 @@ Use `--project-storage-keys` when you already know the exact project page IDs.
50
50
 
51
51
  ```bash
52
52
  # If projects are new (Confluence-only), parse first:
53
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
53
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
54
54
  vds-cli audit parse-registry --registry-page <PARENT_PAGE_ID> --state-dsn env
55
55
 
56
56
  # Then run workflow-projects with explicit keys:
57
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
57
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
58
58
  vds-cli audit workflow-projects \
59
59
  --project-storage-keys 88727304,88718940 \
60
60
  --prepare-materials \
@@ -77,7 +77,7 @@ Pass `--checklist-page-id` to `workflow-projects` and it is forwarded to all chi
77
77
  # Payment department example — checklist page is at root, not under each project
78
78
  # Repo-page publication defaults to the canonical project page as the hierarchy anchor.
79
79
  # Omit --confluence-parent; the publisher creates the shared Project Audit node under each project page.
80
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
80
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
81
81
  vds-cli audit workflow-projects \
82
82
  --project-storage-keys 91334048,91335346 \
83
83
  --checklist-page-id 88722450 \
@@ -90,7 +90,7 @@ Pass `--checklist-page-id` to `workflow-projects` and it is forwarded to all chi
90
90
  The same flag works on `workflow-project` (single project):
91
91
 
92
92
  ```bash
93
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
93
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
94
94
  vds-cli audit workflow-project \
95
95
  --project-storage-key 91334048 \
96
96
  --thread-id <thread_id> \
@@ -100,7 +100,7 @@ The same flag works on `workflow-project` (single project):
100
100
  For repo-page publication on a single Payment project, omit `--confluence-parent` in the normal case. The project page is the default hierarchy anchor; `88716694` remains the department discovery page, not the upload parent:
101
101
 
102
102
  ```bash
103
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
103
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
104
104
  vds-cli audit workflow-project \
105
105
  --project-storage-key 91334048 \
106
106
  --thread-id <thread_id> \
@@ -127,7 +127,7 @@ That means each selected project is prepared before child project analysis is la
127
127
  Use `--skip-materials` only when the project set is already ready or when a resume-driven rerun should rely on current centralized state instead of re-preparing everything.
128
128
 
129
129
  ```bash
130
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
130
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
131
131
  vds-cli audit workflow-projects \
132
132
  --project-storage-keys 88727304,88718940 \
133
133
  --skip-materials \
@@ -140,7 +140,7 @@ Use `--skip-materials` only when the project set is already ready or when a resu
140
140
  Use `--require-all-materials` when any failed preparation/readiness result should block analysis launch for the selected scope.
141
141
 
142
142
  ```bash
143
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
143
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
144
144
  vds-cli audit workflow-projects \
145
145
  --registry-page <REGISTRY_PAGE_ID> \
146
146
  --prepare-materials \
@@ -191,16 +191,16 @@ Before a large run, it is still safer to verify:
191
191
  Recommended checks:
192
192
 
193
193
  ```bash
194
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
194
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
195
195
  vds-cli audit --json-only doctor profile-availability --mode active
196
196
 
197
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
197
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
198
198
  vds-cli audit --json-only state readiness --project 88727304
199
199
 
200
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
200
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
201
201
  vds-cli audit --json-only state completeness --project 88727304
202
202
 
203
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
203
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
204
204
  vds-cli audit query-checklist --checklist-page 88722450 --summary-only
205
205
  ```
206
206
 
@@ -3,7 +3,7 @@
3
3
  # Phase 131 Bounded Parallel Analysis
4
4
 
5
5
  Use this guide when running the landed `workflow-projects` parent command with explicit outer-project and inner child concurrency settings.
6
- When running from a dedicated `vds-scripts` worktree, prefer `./scripts/worktree_uv.sh run --project audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
6
+ When running from a dedicated `vds-scripts` worktree, prefer `uv run --directory ~/.claude/vds-scripts --package audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
7
7
 
8
8
  > **Note — interactive use vs. shell scripts**: The `uv run --project <path>` commands below are for interactive terminal or agent use from the repo root. When writing shell scripts, use `vds_uv_run_package <member>` from `scripts/vds_sh_helpers.sh` instead — see `scripts/README.md` for the canonical contract.
9
9
 
@@ -25,7 +25,7 @@ The parent runtime now surfaces pressure diagnostics in parent artifacts so oper
25
25
  For bounded verification, start conservatively:
26
26
 
27
27
  ```bash
28
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
28
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
29
29
  vds-cli audit workflow-projects \
30
30
  --registry-page <REGISTRY_PAGE_ID> \
31
31
  --prepare-materials \
@@ -46,7 +46,7 @@ Then increase only after checking:
46
46
  ### Small explicit slice
47
47
 
48
48
  ```bash
49
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
49
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
50
50
  vds-cli audit workflow-projects \
51
51
  --project-storage-keys 88727304,88718940 \
52
52
  --profiles zai-openai \
@@ -60,7 +60,7 @@ Then increase only after checking:
60
60
  ### Registry-driven bounded run
61
61
 
62
62
  ```bash
63
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
63
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
64
64
  vds-cli audit workflow-projects \
65
65
  --registry-page <REGISTRY_PAGE_ID> \
66
66
  --max-projects 3 \
@@ -102,7 +102,7 @@ Use resume when you want to continue from an existing parent manifest scope whil
102
102
  Use the effective VDS cache root for your environment as defined by the portable Phase 2 contract in `../reference/portable-paths-and-config.md`.
103
103
 
104
104
  ```bash
105
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
105
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
106
106
  vds-cli audit workflow-projects \
107
107
  --resume \
108
108
  --report-dir <cache-root>/audit_runs/workflow-projects/<thread_id>
@@ -111,7 +111,7 @@ Use the effective VDS cache root for your environment as defined by the portable
111
111
  Or explicitly:
112
112
 
113
113
  ```bash
114
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
114
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
115
115
  vds-cli audit workflow-projects \
116
116
  --resume-dispatch-manifest <cache-root>/audit_runs/workflow-projects/<thread_id>/dispatch-manifest.json
117
117
  ```
@@ -3,7 +3,7 @@
3
3
  # Phase 131 Confluence Upload and Recovery
4
4
 
5
5
  Use this guide when enabling Confluence publication through `workflow-projects`.
6
- When running from a dedicated `vds-scripts` worktree, prefer `./scripts/worktree_uv.sh run --project audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
6
+ When running from a dedicated `vds-scripts` worktree, prefer `uv run --directory ~/.claude/vds-scripts --package audit_orchestrator ...` over plain `uv run ...` so a different checkout's active `.venv` does not leak into the current worktree.
7
7
 
8
8
  > **Note — interactive use vs. shell scripts**: The `uv run --project <path>` commands below are for interactive terminal or agent use from the repo root. When writing shell scripts, use `vds_uv_run_package <member>` from `scripts/vds_sh_helpers.sh` instead — see `scripts/README.md` for the canonical contract.
9
9
 
@@ -36,7 +36,7 @@ Default publication should still produce rich Confluence storage-format page bod
36
36
  Normal upload invocation (no explicit parent needed):
37
37
 
38
38
  ```bash
39
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
39
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
40
40
  vds-cli audit workflow-projects \
41
41
  --project-storage-keys 88727304,88718940 \
42
42
  --prepare-materials \
@@ -49,7 +49,7 @@ Normal upload invocation (no explicit parent needed):
49
49
  Use `--confluence-parent` only as a manual override when auto-resolution is insufficient (e.g., routing a project to a non-department parent page):
50
50
 
51
51
  ```bash
52
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
52
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
53
53
  vds-cli audit workflow-projects \
54
54
  --project-storage-keys 88727304 \
55
55
  --prepare-materials \
@@ -175,7 +175,7 @@ If a parent run produced the expected manifest, prefer resuming from it rather t
175
175
  Use the effective VDS cache root for your environment as defined by the portable Phase 2 contract in `../reference/portable-paths-and-config.md`.
176
176
 
177
177
  ```bash
178
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
178
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
179
179
  vds-cli audit workflow-projects \
180
180
  --resume-dispatch-manifest <cache-root>/audit_runs/workflow-projects/<thread_id>/dispatch-manifest.json
181
181
  ```
@@ -64,7 +64,7 @@ Status: PENDING
64
64
 
65
65
  **Command (diagnose a single collector):**
66
66
  ```bash
67
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
67
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
68
68
  python scheduler_orchestrator/scripts/collector-diagnostics.py "Prometheus"
69
69
  ```
70
70
 
@@ -80,7 +80,7 @@ Status: PENDING
80
80
 
81
81
  **Command (all collectors, JSON):**
82
82
  ```bash
83
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
83
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
84
84
  python scheduler_orchestrator/scripts/collector-diagnostics.py --all --json
85
85
  ```
86
86
 
@@ -142,7 +142,7 @@ vds-cli scheduler events tail --topic ecosystem.daily.failed
142
142
 
143
143
  **Step 5 (2 min) — Programmatic check:**
144
144
  ```bash
145
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
145
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
146
146
  python -c "from scheduler_orchestrator.tasks.ecosystem_report import check_missed_run; check_missed_run()"
147
147
  ```
148
148
 
@@ -150,7 +150,7 @@ vds-cli scheduler events tail --topic ecosystem.daily.failed
150
150
 
151
151
  **Step 1 (1 min) — Read the full report for triage hints:**
152
152
  ```bash
153
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
153
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
154
154
  python scheduler_orchestrator/scripts/generate-report.py --mode full --output /tmp/triage.md
155
155
  cat /tmp/triage.md
156
156
  ```
@@ -160,7 +160,7 @@ Look for `[unavailable]` placeholders in the report output.
160
160
 
161
161
  **Step 3 (2 min) — Diagnose the failing collector:**
162
162
  ```bash
163
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
163
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
164
164
  python scheduler_orchestrator/scripts/collector-diagnostics.py <CollectorName>
165
165
  ```
166
166
 
@@ -179,7 +179,7 @@ export VDS_ECOSYSTEM_DAILY__COMMIT_THRESHOLD=75
179
179
  ```bash
180
180
  # Confirm the collector works with longer timeout
181
181
  VDS_ECOSYSTEM_DAILY__COLLECTOR_TIMEOUT_S=30 \
182
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
182
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
183
183
  python scheduler_orchestrator/scripts/collector-diagnostics.py "<Name>"
184
184
  ```
185
185
 
@@ -195,7 +195,7 @@ VDS_ECOSYSTEM_DAILY__COLLECTOR_TIMEOUT_S=30 \
195
195
 
196
196
  **Step 1 (1 min) — Check migration status:**
197
197
  ```bash
198
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
198
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
199
199
  alembic -c scheduler_orchestrator/alembic.ini current
200
200
  ```
201
201
 
@@ -203,7 +203,7 @@ VDS_ECOSYSTEM_DAILY__COLLECTOR_TIMEOUT_S=30 \
203
203
 
204
204
  **Step 2 (3 min) — Apply migration:**
205
205
  ```bash
206
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
206
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
207
207
  alembic -c scheduler_orchestrator/alembic.ini upgrade head
208
208
  ```
209
209
 
@@ -17,13 +17,13 @@ Use the audit orchestrator as the authoritative triage entrypoint.
17
17
  Use `query-checklist` to inspect source checklist content directly before a rerun when the operator needs to confirm row ids, category placement, or checklist bootstrap behavior without launching workflow evaluation.
18
18
 
19
19
  ```bash
20
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
20
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
21
21
  vds-cli audit query-checklist --checklist-page 88722450 --summary-only
22
22
 
23
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
23
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
24
24
  vds-cli audit query-checklist --checklist-page 88722450 --target row-1
25
25
 
26
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
26
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
27
27
  vds-cli audit query-checklist --checklist-page 88722450 --target chk_1
28
28
  ```
29
29
 
@@ -36,7 +36,7 @@ Selector rule:
36
36
  If the checklist page should be inferred from centralized state instead of passed explicitly:
37
37
 
38
38
  ```bash
39
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
39
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
40
40
  vds-cli audit query-checklist \
41
41
  --project-storage-key 88727304 \
42
42
  --checklist-profile default \
@@ -46,7 +46,7 @@ If the checklist page should be inferred from centralized state instead of passe
46
46
  ## Targeted Rerun Commands
47
47
 
48
48
  > **Recommended for runs expected to take more than 5 minutes**: use `./scripts/run-audit-in-tmux.sh` to prevent session timeout orphaning. The parent process must stay alive while child workflow processes run — tmux ensures this. See [cli-commands.md](./cli-commands.md#persistent-execution) for the full pattern.
49
- > `run-audit-in-tmux.sh` inherits the shared-env bootstrap behavior of `worktree_uv.sh`, so normal runs should load `VDS_AUDIT_STATE_DSN` and other shared runtime keys from `~/.vds/.env` automatically. Explicit `--state-dsn` is still propagated to child workflow lanes after the parent resolves it.
49
+ > Normal runs load `VDS_AUDIT_STATE_DSN` and other shared runtime keys from `~/.vds/.env` automatically via `vds_cli_common.env`. Explicit `--state-dsn` is still propagated to child workflow lanes after the parent resolves it.
50
50
 
51
51
  Use the effective repo-cache root for your environment as defined by the portable Phase 2 cache-root model documented in `portable-paths-and-config.md`.
52
52
 
@@ -55,7 +55,7 @@ When calling from a shell script, use `vds_uv_run_package audit_orchestrator` in
55
55
  [`scripts/README.md`](../../scripts/README.md#uv-contract--canonical-usage).
56
56
 
57
57
  ```bash
58
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
58
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
59
59
  vds-cli audit workflow <repo-cache-root>/PAR-project/merchant-report \
60
60
  --profile zai-openai \
61
61
  --project-storage-key 88727304 \
@@ -123,15 +123,15 @@ mismatch explicitly instead of assuming convenience commands exist.
123
123
 
124
124
  ```bash
125
125
  # Credentials
126
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
126
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
127
127
  vds-cli audit --json-only doctor credentials --require-state-dsn
128
128
 
129
129
  # Profile / provider availability
130
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
130
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
131
131
  vds-cli audit --json-only doctor profile-availability --mode active
132
132
 
133
133
  # Project readiness
134
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
134
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
135
135
  vds-cli audit --json-only state readiness --project <PROJECT_PAGE_ID>
136
136
  ```
137
137
 
@@ -158,7 +158,7 @@ For the full runtime-discovery and gap-reporting contract, see
158
158
  For Payment department projects, the verified working command is:
159
159
 
160
160
  ```bash
161
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
161
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
162
162
  vds-cli audit workflow <repo-cache-root>/<PROJECT-KEY>-project/<repo> \
163
163
  --project-storage-key <PSK> \
164
164
  --checklist-page-id 88722450 \
@@ -3,8 +3,8 @@
3
3
  # CLI Commands
4
4
 
5
5
  Current command surface is WHO-owned and runs from `WHO-project/vds-scripts`.
6
- When operating from a dedicated `vds-scripts` worktree, prefer `./scripts/worktree_uv.sh ...` so a different checkout's active `.venv` does not leak into the current worktree.
7
- `worktree_uv.sh` also bootstraps missing shared runtime env from `~/.vds/.env` (or `VDS_ENV_FILE`) and re-roots execution to the owning repo, so detached shells and tmux sessions do not depend on manual `source ~/.vds/.env`.
6
+ When operating from a dedicated `vds-scripts` worktree, prefer `uv run --directory ~/.claude/vds-scripts ...` so a different checkout's active `.venv` does not leak into the current worktree.
7
+ The shared runtime env is bootstrapped from `~/.vds/.env` (or `VDS_ENV_FILE`) automatically by `vds_cli_common.env`, so detached shells and tmux sessions do not depend on manual `source ~/.vds/.env`.
8
8
 
9
9
  > **Interactive use vs. shell scripts**
10
10
  >
@@ -32,7 +32,7 @@ Use `scripts/run-audit-in-tmux.sh` to run any `vds-cli audit` command in a persi
32
32
  ./scripts/run-audit-in-tmux.sh --kill <name>
33
33
  ```
34
34
 
35
- The tmux runner delegates to `./scripts/worktree_uv.sh`, so shared env bootstrap follows the same precedence contract:
35
+ The tmux runner delegates to `uv run --directory ~/.claude/vds-scripts`, so shared env bootstrap follows the same precedence contract:
36
36
  - explicit CLI flags win over everything else;
37
37
  - explicitly exported shell env wins over shared env file values;
38
38
  - `VDS_ENV_FILE` overrides the default `~/.vds/.env` path;
@@ -109,13 +109,13 @@ The shell runners are operator convenience wrappers. `workflow-project` and `wor
109
109
 
110
110
  ## Key Commands
111
111
 
112
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli --help`
113
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli env status`
114
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --help`
115
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit query-checklist --help`
116
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec --help`
117
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli tasks --help`
118
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli progress --help`
112
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help`
113
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status`
114
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --help`
115
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit query-checklist --help`
116
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec --help`
117
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli tasks --help`
118
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli progress --help`
119
119
 
120
120
  ## Direct executable naming notes
121
121
 
@@ -159,20 +159,20 @@ Operational implications:
159
159
  Normal analysis should keep readiness enabled. Use this sequence:
160
160
 
161
161
  1. Discovery + persist to Postgres (requires `--state-dsn env`):
162
- `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit parse-registry --registry-page <PROJECT_OR_DEPARTMENT_OR_ROOT_PAGE> --state-dsn env`
162
+ `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit parse-registry --registry-page <PROJECT_OR_DEPARTMENT_OR_ROOT_PAGE> --state-dsn env`
163
163
 
164
164
  > **Critical**: Without `--state-dsn env`, `parse-registry` only outputs JSON and does NOT save discovered projects to the Postgres state backend. Omitting this flag means `prepare` and `state readiness` will not find the projects.
165
165
 
166
166
  2. Materials preparation:
167
- `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit prepare --project <PROJECT_PAGE_ID>`
167
+ `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit prepare --project <PROJECT_PAGE_ID>`
168
168
  3. Readiness proof:
169
- `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --json-only state readiness --project <PROJECT_PAGE_ID> [--repo <REPO_STORAGE_KEY_OR_SLUG>]`
169
+ `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --json-only state readiness --project <PROJECT_PAGE_ID> [--repo <REPO_STORAGE_KEY_OR_SLUG>]`
170
170
  4. Analysis:
171
- `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow <REPO_PATH> --project-storage-key <PROJECT_PAGE_ID> --thread-id <THREAD_ID>`
171
+ `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow <REPO_PATH> --project-storage-key <PROJECT_PAGE_ID> --thread-id <THREAD_ID>`
172
172
  (Full canonical 56-row evaluation is the default. Use `--target row-1` or another selector verified through `query-checklist` for specific rows. Use `--no-canonical-checklist` only to opt out — this produces incomplete reports.)
173
173
 
174
174
  When checklist auto-discovery fails (i.e. the checklist page is not a direct child of the project page), add `--checklist-page-id` to restore full canonical evaluation. For Payment department projects, the verified working command is:
175
- `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow <REPO_PATH> --project-storage-key <PROJECT_PAGE_ID> --checklist-page-id 88722450 --thread-id <THREAD_ID>`
175
+ `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow <REPO_PATH> --project-storage-key <PROJECT_PAGE_ID> --checklist-page-id 88722450 --thread-id <THREAD_ID>`
176
176
  Confirmed bootstrap signal: `canonical_checklist_bootstrap_preflight_passed: source=explicit_page_id`
177
177
 
178
178
  Guard rules:
@@ -182,8 +182,8 @@ Guard rules:
182
182
  - If you start from a department/root page, resolve child project pages first, then prepare and run analysis per project.
183
183
 
184
184
  Current provider launch-readiness commands:
185
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --json-only doctor profile-availability --mode active`
186
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --json-only doctor profile-availability --profiles zai-openai --mode active`
185
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --json-only doctor profile-availability --mode active`
186
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --json-only doctor profile-availability --profiles zai-openai --mode active`
187
187
 
188
188
  ## Live Debug Logging
189
189
 
@@ -196,8 +196,8 @@ Current provider launch-readiness commands:
196
196
  - Full payload trace logging remains a heavier mode and is auto-enabled only for `--trace`, `--debug-evidence-context`, or `--debug-batch-timing`.
197
197
 
198
198
  Current Confluence connectivity commands:
199
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit doctor check-confluence --json`
200
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli confluence search -s internal -q 'type=page' --limit 2 --json`
199
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit doctor check-confluence --json`
200
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli confluence search -s internal -q 'type=page' --limit 2 --json`
201
201
 
202
202
  Current Confluence operator notes:
203
203
  - Checklist-heavy reads default to the internal server because that is where the authoritative checklist pages live.
@@ -213,18 +213,18 @@ Current Confluence operator notes:
213
213
  - Probe failures stay in the structured doctor output and do not emit warning-level Confluence transport logs during the diagnostic command itself.
214
214
 
215
215
  Current checklist inspection command surface:
216
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit query-checklist --checklist-page 88722450 --summary-only`
217
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit query-checklist --checklist-page 88722450 --target row-1`
218
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit query-checklist --checklist-page 88722450 --target chk_1`
219
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit query-checklist --project-storage-key 88727304 --checklist-profile default --summary-only`
216
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit query-checklist --checklist-page 88722450 --summary-only`
217
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit query-checklist --checklist-page 88722450 --target row-1`
218
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit query-checklist --checklist-page 88722450 --target chk_1`
219
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit query-checklist --project-storage-key 88727304 --checklist-profile default --summary-only`
220
220
 
221
221
  Use `query-checklist` when you need to inspect source checklist rows directly without launching workflow evaluation. It accepts an explicit checklist page or can bootstrap from a project storage key plus checklist profile.
222
222
  For source-checklist pages, derive operator-facing `--target` selectors from `query-checklist` output itself. Prefer numeric row selectors (`1`) or row ids (`row-1`) for a unique row. Parser check ids (`chk_1`) are valid but may repeat across sections on the same checklist page. Do not copy `dispatch-manifest.json` internal `explicit:<page>:...` payloads into `workflow --target` or `query-checklist --target`; those are internal dispatch row-key bundles, not CLI selector forms.
223
223
 
224
224
  Current Phase 131 multi-project command surface (initial landed runtime):
225
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow-projects --registry-page <REGISTRY_PAGE_ID> --prepare-materials --max-projects-prepare-concurrent 3 --max-projects-concurrent 3 --max-concurrent 16`
226
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow-projects --project-storage-keys 88727304,88718940 --profiles zai-openai --profile-availability active --max-projects-concurrent 2 --max-concurrent 16`
227
- - With explicit checklist page for department-level projects where checklist auto-discovery fails: `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow-projects --project-storage-keys 91334048,91335346 --checklist-page-id 88722450 --prepare-materials --max-projects-concurrent 2 --max-concurrent 4`
225
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow-projects --registry-page <REGISTRY_PAGE_ID> --prepare-materials --max-projects-prepare-concurrent 3 --max-projects-concurrent 3 --max-concurrent 16`
226
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow-projects --project-storage-keys 88727304,88718940 --profiles zai-openai --profile-availability active --max-projects-concurrent 2 --max-concurrent 16`
227
+ - With explicit checklist page for department-level projects where checklist auto-discovery fails: `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow-projects --project-storage-keys 91334048,91335346 --checklist-page-id 88722450 --prepare-materials --max-projects-concurrent 2 --max-concurrent 4`
228
228
 
229
229
  > **`--checklist-page-id` is required when running from department or registry pages**: When `workflow-project` or `workflow-projects` is invoked against a project whose checklist page is not a direct child of that project page, auto-discovery fails and evaluation falls back to targeted mode (1-3 rows) instead of the full canonical 56-row run. Pass `--checklist-page-id <CHECKLIST_PAGE_ID>` explicitly to restore full canonical evaluation. For Payment department projects, the checklist page is `88722450` — it lives at the root level, not under each child project.
230
230
 
@@ -247,20 +247,20 @@ Phase 131 current runtime guidance:
247
247
 
248
248
  ## Phase 124 Closure Pack
249
249
 
250
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec validate audit-orchestrator`
251
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec check-alignment audit-orchestrator`
252
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec consolidate audit-orchestrator`
253
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec validate-sync audit-orchestrator --agents-file AGENTS.md --agents-label "Audit orchestrator" --json-only`
250
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec validate audit-orchestrator`
251
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec check-alignment audit-orchestrator`
252
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec consolidate audit-orchestrator`
253
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec validate-sync audit-orchestrator --agents-file AGENTS.md --agents-label "Audit orchestrator" --json-only`
254
254
  - `python3 WHO-project/vds-scripts/audit_orchestrator/scripts/verify_phase124_handoff.py --output-json reports/verification/phase124/command-pack.json`
255
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit publish-system-doc --help`
255
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit publish-system-doc --help`
256
256
 
257
257
  The audit-orchestrator package still exposes `validate-spec-sync` for compatibility, but the shared `vds-cli spec validate-sync` gate is the preferred sync command after the WHO migration.
258
258
 
259
259
  ## Targeted Workflow Reruns
260
260
 
261
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --profile zai-openai workflow <repo-cache-root>/PAR-project/merchant-report --project-storage-key 88727304 --thread-id phase124-row2-par-mr-zai --target row-2`
262
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow-project --project-storage-key 88727304 --thread-id <thread_id>`
263
- - With explicit checklist page (required when checklist auto-discovery fails from a department/project page): `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit workflow-project --project-storage-key 88727304 --thread-id <thread_id> --checklist-page-id 88722450`
261
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --profile zai-openai workflow <repo-cache-root>/PAR-project/merchant-report --project-storage-key 88727304 --thread-id phase124-row2-par-mr-zai --target row-2`
262
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow-project --project-storage-key 88727304 --thread-id <thread_id>`
263
+ - With explicit checklist page (required when checklist auto-discovery fails from a department/project page): `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit workflow-project --project-storage-key 88727304 --thread-id <thread_id> --checklist-page-id 88722450`
264
264
 
265
265
  Current Phase 130 live verification also validated a narrow control-aware security preflight exception for `CL-014`, `CL-042`, `CL-051`, `CL-052`, and `CL-053` when code anchors are present but current indexed docs do not provide document anchors. The machine-readable preflight payload records this as `code_anchor_exception_applied=true`.
266
266
 
@@ -13,7 +13,7 @@ are internal router implementation details and must never be invoked by users.
13
13
  these are internal to the router.
14
14
  3. Treat `--help` as the authoritative discovery surface before assuming an
15
15
  command name.
16
- 4. In dedicated `vds-scripts` worktrees, prefer `./scripts/worktree_uv.sh ...`
16
+ 4. In dedicated `vds-scripts` worktrees, prefer `uv run --directory ~/.claude/vds-scripts ...`
17
17
  for `uv` commands so inherited parent `VIRTUAL_ENV` state does not leak into
18
18
  the wrong worktree.
19
19
 
@@ -69,11 +69,11 @@ Commands built into `vds-cli` (not routed to orchestrators):
69
69
 
70
70
  > All examples **must** use `vds-cli` routing — direct executables are internal.
71
71
 
72
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli --help`
73
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --help`
74
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec --help`
75
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli tasks --help`
76
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli schema --help`
72
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help`
73
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --help`
74
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec --help`
75
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli tasks --help`
76
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli schema --help`
77
77
 
78
78
  ## Source notes
79
79
 
@@ -212,18 +212,18 @@ vds-cli scheduler schedules trigger-now ecosystem-daily-report
212
212
 
213
213
  **Generate a local report on-demand:**
214
214
  ```bash
215
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
215
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
216
216
  python scheduler_orchestrator/scripts/generate-report.py --mode full
217
217
  ```
218
218
 
219
219
  **Diagnose a specific collector:**
220
220
  ```bash
221
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
221
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
222
222
  python scheduler_orchestrator/scripts/collector-diagnostics.py "Prometheus"
223
223
  ```
224
224
 
225
225
  **CI verification (all Phase 2 tests + collectors):**
226
226
  ```bash
227
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator \
227
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator \
228
228
  bash scheduler_orchestrator/scripts/verify-phase2.sh
229
229
  ```
@@ -36,8 +36,8 @@ Run on the active development host.
36
36
 
37
37
  Recommended checks:
38
38
  - `uv run --project vds_cli_common pytest vds_cli_common/tests/test_paths.py vds_cli_common/tests/test_env.py`
39
- - `PYTHONPATH=audit_orchestrator/src:vds_cli_common/src:bitbucket_orchestrator/src:confluence_orchestrator/src:sonarqube_orchestrator/src:google_sheets_orchestrator/src:excel_orchestrator/src:git_orchestrator/src:vds_cli/src:spec_orchestrator/src ./scripts/worktree_uv.sh run --project audit_orchestrator pytest audit_orchestrator/tests/test_paths_config_phase2.py audit_orchestrator/tests/test_cli_paths_phase2.py audit_orchestrator/tests/unit/scripts/test_verify_phase124_handoff.py`
40
- - optional smoke: `./scripts/worktree_uv.sh run --project vds_cli vds-cli env status`
39
+ - `PYTHONPATH=audit_orchestrator/src:vds_cli_common/src:bitbucket_orchestrator/src:confluence_orchestrator/src:sonarqube_orchestrator/src:google_sheets_orchestrator/src:excel_orchestrator/src:git_orchestrator/src:vds_cli/src:spec_orchestrator/src uv run --directory ~/.claude/vds-scripts --package audit_orchestrator pytest audit_orchestrator/tests/test_paths_config_phase2.py audit_orchestrator/tests/test_cli_paths_phase2.py audit_orchestrator/tests/unit/scripts/test_verify_phase124_handoff.py`
40
+ - optional smoke: `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status`
41
41
 
42
42
  Expected evidence:
43
43
  - shared helper tests pass
@@ -23,7 +23,7 @@ vds-cli memory health
23
23
  vds-cli memory --json-only stats
24
24
  ```
25
25
 
26
- Use the routed form for normal execution. Place global flags like `--json-only` before the subcommand. For detailed subcommand help, use `./scripts/worktree_uv.sh run --project memory_orchestrator vds-memory --help`.
26
+ Use the routed form for normal execution. Place global flags like `--json-only` before the subcommand. For detailed subcommand help, use `uv run --directory ~/.claude/vds-scripts --package memory_orchestrator vds-memory --help`.
27
27
 
28
28
  ## REST API (curl fallback)
29
29
 
@@ -23,10 +23,10 @@ Before deeper task routing, follow `../how-to/install-and-bootstrap-who-scripts-
23
23
 
24
24
  If you are inside a dedicated `vds-scripts` worktree, prefer the worktree-safe wrapper:
25
25
 
26
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli --help`
27
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli env status`
28
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --help`
29
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli spec --help`
26
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help`
27
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status`
28
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --help`
29
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec --help`
30
30
 
31
31
  ## 5. Edit only canonical sources
32
32