@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
@@ -460,7 +460,7 @@ cd WHO-project/vds-skills
460
460
  git revert 92fcc7b # infrastructure-evolution-skill v1.7.1 commit
461
461
 
462
462
  # Re-sync skill catalog
463
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli skills sync --agent claude
463
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli skills sync --agent claude
464
464
  ```
465
465
 
466
466
  3. **Verify rollback**
@@ -20,9 +20,9 @@ Use the steps below as the scripts-workspace quick start after that canonical bo
20
20
  ```
21
21
  3. **Verify credentials + health**
22
22
  ```bash
23
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
24
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli status
25
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli doctor
23
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
24
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli status
25
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli doctor
26
26
  ```
27
27
  If `vds-cli` fails with `ModuleNotFoundError: vds_cli`, run:
28
28
  ```bash
@@ -30,10 +30,10 @@ Use the steps below as the scripts-workspace quick start after that canonical bo
30
30
  ```
31
31
  4. **Sample operations**
32
32
  ```bash
33
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli git status --project insurance
34
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli jira search "project = NTTC" --limit 5
35
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli confluence content search "space = TDOV" --limit 5
36
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket projects
33
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli git status --project insurance
34
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli jira search "project = NTTC" --limit 5
35
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli confluence content search "space = TDOV" --limit 5
36
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket projects
37
37
  ```
38
38
 
39
39
  **Environment:** Store shared credentials in `VDS_ENV_FILE` or `<config-root>/.env`.
@@ -41,7 +41,7 @@ Use the steps below as the scripts-workspace quick start after that canonical bo
41
41
  otherwise from the friendly user-home VDS default (`~/.vds` on Unix-like systems).
42
42
  All `vds-scripts` CLIs auto-load the shared env file via `vds_cli_common`.
43
43
  If a variable is already set in the shell, it takes precedence over values loaded from `.env`.
44
- Use `./scripts/worktree_uv.sh run --project vds_cli vds-cli env status` to confirm.
44
+ Use `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status` to confirm.
45
45
  See `docs/agents/reference/portable-paths-and-config.md` for the full precedence and path model.
46
46
  If you update shared packages (e.g., `vds_cli_common`), re-sync the affected project:
47
47
  `uv sync --project <orchestrator> --reinstall`.
@@ -82,18 +82,18 @@ For **AI agents**, use this file as the primary operational reference and `AGENT
82
82
 
83
83
  | Task | Command |
84
84
  | --- | --- |
85
- | Check env / status | `./scripts/worktree_uv.sh run --project vds_cli vds-cli env status` • `./scripts/worktree_uv.sh run --project vds_cli vds-cli status` |
86
- | Regenerate manifest | `./scripts/worktree_uv.sh run --project vds_cli vds-cli regenerate-manifest` (add `--dry-run` to preview) |
87
- | Git pull/status (manifest-aware) | `./scripts/worktree_uv.sh run --project vds_cli vds-cli git pull --project lep` • `... git status --match "*notification*"` |
88
- | Branch lifecycle | `./scripts/worktree_uv.sh run --project vds_cli vds-cli git branch list --project insurance` |
89
- | Jira operations | `./scripts/worktree_uv.sh run --project vds_cli vds-cli jira search "<JQL>" --limit 20` • `... jira session create` |
90
- | Confluence | `./scripts/worktree_uv.sh run --project vds_cli vds-cli confluence content page <ID> --server external --expand body.storage` |
91
- | Bitbucket | `./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repositories INSURANCE` |
92
- | Elastic | `./scripts/worktree_uv.sh run --project vds_cli vds-cli elastic ping` |
93
- | Grafana | `./scripts/worktree_uv.sh run --project vds_cli vds-cli grafana health` |
94
- | Hooks / Markdown lint | `./scripts/worktree_uv.sh run --project markdown_orchestrator python -m vds_markdown_orchestrator.cli lint` |
95
-
96
- > **Tip:** `./scripts/worktree_uv.sh run --project vds_cli vds-cli --help` and `... <service> --help` expose all flags. Use `--json-only` for machine-readable output or `--no-reports` to skip report files.
85
+ | Check env / status | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status` • `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli status` |
86
+ | Regenerate manifest | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli regenerate-manifest` (add `--dry-run` to preview) |
87
+ | Git pull/status (manifest-aware) | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli git pull --project lep` • `... git status --match "*notification*"` |
88
+ | Branch lifecycle | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli git branch list --project insurance` |
89
+ | Jira operations | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli jira search "<JQL>" --limit 20` • `... jira session create` |
90
+ | Confluence | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli confluence content page <ID> --server external --expand body.storage` |
91
+ | Bitbucket | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repositories INSURANCE` |
92
+ | Elastic | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli elastic ping` |
93
+ | Grafana | `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli grafana health` |
94
+ | Hooks / Markdown lint | `uv run --directory ~/.claude/vds-scripts --package markdown_orchestrator python -m vds_markdown_orchestrator.cli lint` |
95
+
96
+ > **Tip:** `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help` and `... <service> --help` expose all flags. Use `--json-only` for machine-readable output or `--no-reports` to skip report files.
97
97
 
98
98
  Git commands automatically attempt to regenerate `vds-scripts/repo-manifest.yaml` from Bitbucket (LEP/INSURANCE/SAVING/EKYC)
99
99
  before running the underlying git orchestrator. To disable this behavior (for example, when offline), set
@@ -105,17 +105,17 @@ Run from `WHO-project/vds-scripts`:
105
105
 
106
106
  ```bash
107
107
  # Unified CLI + live credentialed checks
108
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
109
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli jira search "assignee = currentUser() ORDER BY updated DESC" --limit 1
110
- ./scripts/worktree_uv.sh run --project jira_orchestrator vds-cli jira search "assignee = currentUser() ORDER BY updated DESC" --limit 1 --json-only
111
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli confluence search --cql "type=page" --limit 1
112
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket projects
108
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
109
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli jira search "assignee = currentUser() ORDER BY updated DESC" --limit 1
110
+ uv run --directory ~/.claude/vds-scripts --package jira_orchestrator vds-cli jira search "assignee = currentUser() ORDER BY updated DESC" --limit 1 --json-only
111
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli confluence search --cql "type=page" --limit 1
112
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket projects
113
113
 
114
114
  # Service-specific live checks
115
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli elastic ping
116
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli grafana health
117
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli sonarqube ping
118
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli pdf -- version
115
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli elastic ping
116
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli grafana health
117
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli sonarqube ping
118
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli pdf -- version
119
119
  ```
120
120
 
121
121
  Notes:
@@ -156,7 +156,7 @@ docker compose down
156
156
  - Phase 2 Ubuntu portability verification: `./scripts/verification/phase2_portable_paths_ubuntu_docker.sh` (supported entrypoint; uses `docker/compose.phase2-verification.yml` underneath)
157
157
  - Run smoke tests inside container:
158
158
  ```bash
159
- docker compose exec mcp-server ./scripts/worktree_uv.sh run --project vds_cli vds-cli status
159
+ docker compose exec mcp-server uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli status
160
160
  docker compose exec mcp-server uv run --project mcp_server pytest tests/unit -q
161
161
  ```
162
162
 
@@ -82,28 +82,28 @@ Use only commands already documented and supported in the current repo surface.
82
82
  ### Credentials
83
83
 
84
84
  ```bash
85
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
85
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
86
86
  vds-cli audit --json-only doctor credentials --require-state-dsn
87
87
  ```
88
88
 
89
89
  ### Profile / provider availability
90
90
 
91
91
  ```bash
92
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
92
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
93
93
  vds-cli audit --json-only doctor profile-availability --mode active
94
94
  ```
95
95
 
96
96
  ### Project or repo readiness
97
97
 
98
98
  ```bash
99
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
99
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
100
100
  vds-cli audit --json-only state readiness --project <PROJECT_PAGE_ID>
101
101
  ```
102
102
 
103
103
  ### Checklist/source surface verification
104
104
 
105
105
  ```bash
106
- ./scripts/worktree_uv.sh run --project audit_orchestrator \
106
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator \
107
107
  vds-cli audit query-checklist --checklist-page 88722450 --summary-only
108
108
  ```
109
109
 
@@ -67,7 +67,7 @@ vds-cli memory --json-only stats
67
67
  - Use the direct package entrypoint for full command help:
68
68
 
69
69
  ```bash
70
- ./scripts/worktree_uv.sh run --project memory_orchestrator vds-memory --help
70
+ uv run --directory ~/.claude/vds-scripts --package memory_orchestrator vds-memory --help
71
71
  ```
72
72
 
73
73
  ## Practical Rules
@@ -51,7 +51,7 @@ the next manual `vds-cli scheduler schedules trigger-now ecosystem-daily-report`
51
51
 
52
52
  ```bash
53
53
  cd WHO-project/vds-scripts
54
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator alembic upgrade head
54
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator alembic upgrade head
55
55
  ```
56
56
 
57
57
  Expected output:
@@ -130,7 +130,7 @@ vds-cli scheduler schedules pause ecosystem-daily-report
130
130
 
131
131
  # 2. Downgrade.
132
132
  cd WHO-project/vds-scripts
133
- ./scripts/worktree_uv.sh run --project scheduler_orchestrator alembic downgrade -1
133
+ uv run --directory ~/.claude/vds-scripts --package scheduler_orchestrator alembic downgrade -1
134
134
  ```
135
135
 
136
136
  `alembic downgrade -1` reverts to `a1b2c3d4e5f8` (Phase 2 head), drops
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - `vds-scripts` cloned and bootstrapped (`./scripts/worktree_uv.sh sync`)
9
+ - `vds-scripts` cloned and bootstrapped (`uv sync --directory ~/.claude/vds-scripts`)
10
10
  - `vds-cli doctor` passes
11
11
  - Target repo(s) accessible via Bitbucket
12
12
 
@@ -7,7 +7,7 @@ It is written for both human contributors and AI agents.
7
7
 
8
8
  ## 1. Choose the right working mode
9
9
 
10
- - **Dedicated `vds-scripts` worktree**: prefer `./scripts/worktree_uv.sh ...` for all `uv` commands.
10
+ - **Dedicated `vds-scripts` worktree**: prefer `uv run --directory ~/.claude/vds-scripts ...` for all `uv` commands.
11
11
  - **Main `vds-scripts` checkout**: `uv sync` and `uv run --project ...` are acceptable.
12
12
  - **External clone**: set explicit `VDS_SCRIPTS_PATH` / `VDS_SKILLS_PATH` values and do not assume monorepo-relative defaults.
13
13
 
@@ -48,7 +48,7 @@ export VDS_SKILLS_PATH="${VDS_SKILLS_PATH:-./WHO-project/vds-skills/skills}"
48
48
 
49
49
  ```bash
50
50
  cd "$VDS_SCRIPTS_PATH"
51
- ./scripts/worktree_uv.sh sync --all-packages
51
+ uv sync --directory ~/.claude/vds-scripts --all-packages
52
52
  ```
53
53
 
54
54
  ### Non-worktree checkout
@@ -64,10 +64,10 @@ Run the minimum verification set before deeper work:
64
64
 
65
65
  ```bash
66
66
  cd "$VDS_SCRIPTS_PATH"
67
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli --help
68
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
69
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --help
70
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli spec --help
67
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help
68
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
69
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --help
70
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec --help
71
71
  ```
72
72
 
73
73
  If you are not in a dedicated worktree, use `uv run --project ...` equivalents.
@@ -259,19 +259,19 @@ Per FR-23 (helper lifecycle via vds-cli) + FR-24 (single canonical artifact), th
259
259
  # Install the canonical helper at $HOME/.vds/bin/git-credential-vds (mode 0o700)
260
260
  # and configure git credential.helper to use it. Removes any pre-FR-24 artifacts
261
261
  # (signature-checked per AC-24.6 — user-authored files are preserved with a warning).
262
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env install-git-helper
262
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env install-git-helper
263
263
 
264
264
  # Verify install state (exit 0 ⇔ all checks pass)
265
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env verify-git-helper
265
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env verify-git-helper
266
266
 
267
267
  # If a Bitbucket account-lock cooldown is active, reset after fixing creds:
268
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env verify-git-helper --reset-cooldown
268
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env verify-git-helper --reset-cooldown
269
269
 
270
270
  # Uninstall (idempotent — safe to call when nothing is installed)
271
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env remove-git-helper
271
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env remove-git-helper
272
272
 
273
273
  # Uninstall + delete cooldown state file
274
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env remove-git-helper --purge
274
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env remove-git-helper --purge
275
275
  ```
276
276
 
277
277
  The helper enforces three contracts:
@@ -285,9 +285,9 @@ The helper enforces three contracts:
285
285
  Confirm the full credential + helper stack:
286
286
 
287
287
  ```bash
288
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
289
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env verify-git-helper
290
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli doctor
288
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
289
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env verify-git-helper
290
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli doctor
291
291
  ```
292
292
 
293
293
  `vds-cli doctor` includes a "Git credential helper" status row (`installed` / `missing` / `broken`) per FR-23 AC-23.5, with a remediation hint pointing to `vds-cli env install-git-helper`.
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - `vds-scripts` cloned and bootstrapped (`./scripts/worktree_uv.sh sync`)
9
+ - `vds-scripts` cloned and bootstrapped (`uv sync --directory ~/.claude/vds-scripts`)
10
10
  - `vds-cli doctor` passes with Elastic, Grafana, and Metabase profiles green
11
11
  - `~/.vds/.env` contains `ELASTIC_HOST`, `GRAFANA_HOST`, `METABASE_HOST`, and corresponding credentials
12
12
  - Index patterns created in Elasticsearch (e.g., `vds-logs-*`)
@@ -26,7 +26,7 @@ Metabase (deliver dashboards)
26
26
  Run a targeted log search to extract raw analytics data.
27
27
 
28
28
  ```bash
29
- ./scripts/worktree_uv.sh run --project vds_cli \
29
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
30
30
  vds-cli elastic search --index "vds-logs-*" \
31
31
  --query '{"bool":{"filter":[{"range":{"@timestamp":{"gte":"now-7d"}}},{"term":{"level":"ERROR"}}]}}' \
32
32
  --size 5000 --output /tmp/elastic-errors.json
@@ -44,7 +44,7 @@ Expected output:
44
44
  Aggregate errors by service for downstream visualization:
45
45
 
46
46
  ```bash
47
- ./scripts/worktree_uv.sh run --project vds_cli \
47
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
48
48
  vds-cli elastic aggregate --index "vds-logs-*" \
49
49
  --field "service.name" --metric "count" \
50
50
  --time-range "now-7d" --output /tmp/error-agg.json
@@ -63,7 +63,7 @@ Expected output:
63
63
  Import the aggregated data into a Grafana datasource and create a panel.
64
64
 
65
65
  ```bash
66
- ./scripts/worktree_uv.sh run --project vds_cli \
66
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
67
67
  vds-cli grafana datasource test --name "vds-elastic"
68
68
  ```
69
69
 
@@ -77,7 +77,7 @@ Expected output:
77
77
  Create a dashboard with a time-series panel from the Elastic query:
78
78
 
79
79
  ```bash
80
- ./scripts/worktree_uv.sh run --project vds_cli \
80
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
81
81
  vds-cli grafana dashboard create --title "VDS Error Analytics" \
82
82
  --datasource "vds-cli elastic" --panel-type timeseries \
83
83
  --query '{"index":"vds-logs-*","body":{"aggs":{"services":{"terms":{"field":"service.name"}}}}}' \
@@ -95,7 +95,7 @@ Expected output:
95
95
  Generate a snapshot link for sharing:
96
96
 
97
97
  ```bash
98
- ./scripts/worktree_uv.sh run --project vds_cli \
98
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
99
99
  vds-cli grafana snapshot create --dashboard "vds-error-analytics" \
100
100
  --name "Error Analytics Snapshot $(date +%Y-%m-%d)"
101
101
  ```
@@ -111,7 +111,7 @@ Expected output:
111
111
  Sync the aggregated dataset to Metabase for self-service exploration.
112
112
 
113
113
  ```bash
114
- ./scripts/worktree_uv.sh run --project vds_cli \
114
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
115
115
  vds-cli metabase card create --database "vds-analytics" \
116
116
  --name "Weekly Error Distribution" --query-file /tmp/error-agg.json
117
117
  ```
@@ -127,7 +127,7 @@ Expected output:
127
127
  Add the card to a Metabase dashboard:
128
128
 
129
129
  ```bash
130
- ./scripts/worktree_uv.sh run --project vds_cli \
130
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
131
131
  vds-cli metabase dashboard add-card --dashboard "VDS Operational Metrics" \
132
132
  --card 2143 --col 0 --row 0
133
133
  ```
@@ -142,7 +142,7 @@ Expected output:
142
142
  Publish the dashboard for public or embedding access:
143
143
 
144
144
  ```bash
145
- ./scripts/worktree_uv.sh run --project vds_cli \
145
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
146
146
  vds-cli metabase dashboard publish --dashboard "VDS Operational Metrics" \
147
147
  --enable-public-link
148
148
  ```
@@ -29,7 +29,7 @@ Consolidated Quality Report
29
29
  Run SonarQube analysis on the target repo:
30
30
 
31
31
  ```bash
32
- ./scripts/worktree_uv.sh run --project vds_cli \
32
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
33
33
  vds-cli sonarqube analyze --repo vds-scripts --branch main
34
34
  ```
35
35
 
@@ -53,7 +53,7 @@ vds-cli sonarqube report --repo vds-scripts --format json --output sonar-report.
53
53
  Validate hexagonal architecture compliance:
54
54
 
55
55
  ```bash
56
- ./scripts/worktree_uv.sh run --project vds_cli \
56
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
57
57
  vds-cli hexagonal check --path . --strict
58
58
  ```
59
59
 
@@ -71,7 +71,7 @@ Expected output:
71
71
  Validate code structure and organization:
72
72
 
73
73
  ```bash
74
- ./scripts/worktree_uv.sh run --project vds_cli \
74
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
75
75
  vds-cli structure validate --path . --mode target-state
76
76
  ```
77
77
 
@@ -89,7 +89,7 @@ Expected output:
89
89
  Detect import cycles:
90
90
 
91
91
  ```bash
92
- ./scripts/worktree_uv.sh run --project vds_cli \
92
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
93
93
  vds-cli circular-dependency analyze --path . --language python
94
94
  ```
95
95
 
@@ -106,7 +106,7 @@ Expected output:
106
106
  Generate a unified quality report:
107
107
 
108
108
  ```bash
109
- ./scripts/worktree_uv.sh run --project vds_cli \
109
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
110
110
  vds-cli docs quality-report \
111
111
  --sonar sonar-report.json \
112
112
  --hexagonal hexagonal-report.json \
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - `vds-scripts` cloned and bootstrapped (`./scripts/worktree_uv.sh sync`)
9
+ - `vds-scripts` cloned and bootstrapped (`uv sync --directory ~/.claude/vds-scripts`)
10
10
  - `vds-cli doctor` passes
11
11
  - `~/.vds/.env` contains `VDS_USERNAME`, `VDS_PASSWORD`, `CONFLUENCE_HOST`
12
12
  - Bitbucket project slug and target repo known
@@ -26,7 +26,7 @@ bitbucket verify (check links)
26
26
  Run the docs validator to check diátaxis headers, link integrity, and structure.
27
27
 
28
28
  ```bash
29
- ./scripts/worktree_uv.sh run --project vds_cli \
29
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
30
30
  vds-cli docs validate --check-diataxis --check-links
31
31
  ```
32
32
 
@@ -44,7 +44,7 @@ Expected output:
44
44
  Run a stricter check before CI:
45
45
 
46
46
  ```bash
47
- ./scripts/worktree_uv.sh run --project vds_cli \
47
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
48
48
  vds-cli docs validate --check-diataxis --check-links --fail-on-warning
49
49
  ```
50
50
 
@@ -53,7 +53,7 @@ Run a stricter check before CI:
53
53
  Push validated documentation to the Confluence space.
54
54
 
55
55
  ```bash
56
- ./scripts/worktree_uv.sh run --project vds_cli \
56
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
57
57
  vds-cli confluence sync --source docs/agents/how-to/ --space WHO --parent-page 88722450
58
58
  ```
59
59
 
@@ -72,7 +72,7 @@ Expected output:
72
72
  Sync a single guide with explicit title:
73
73
 
74
74
  ```bash
75
- ./scripts/worktree_uv.sh run --project vds_cli \
75
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
76
76
  vds-cli confluence sync --source docs/agents/how-to/first-audit-run.md \
77
77
  --space WHO --parent-page 88722450 --title "First Audit Run"
78
78
  ```
@@ -82,7 +82,7 @@ Sync a single guide with explicit title:
82
82
  After Confluence pages are live, verify that Bitbucket repo links resolve correctly.
83
83
 
84
84
  ```bash
85
- ./scripts/worktree_uv.sh run --project vds_cli \
85
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
86
86
  vds-cli bitbucket verify-links --project vds-scripts --check-confluence-refs
87
87
  ```
88
88
 
@@ -107,15 +107,15 @@ Add the following job to `.github/workflows/docs-sync.yml`:
107
107
  - uses: actions/checkout@v4
108
108
  - name: Validate docs
109
109
  run: |
110
- ./scripts/worktree_uv.sh run --project vds_cli \
110
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
111
111
  vds-cli docs validate --check-diataxis --check-links --fail-on-warning
112
112
  - name: Sync to Confluence
113
113
  run: |
114
- ./scripts/worktree_uv.sh run --project vds_cli \
114
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
115
115
  vds-cli confluence sync --source docs/agents/ --space WHO --parent-page ${{ vars.CONFLUENCE_PARENT_PAGE }}
116
116
  - name: Verify Bitbucket links
117
117
  run: |
118
- ./scripts/worktree_uv.sh run --project vds_cli \
118
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
119
119
  vds-cli bitbucket verify-links --project vds-scripts --check-confluence-refs
120
120
  ```
121
121
 
@@ -48,7 +48,7 @@ See [API Reference](../reference/api.md).
48
48
  Render mermaid diagrams to images:
49
49
 
50
50
  ```bash
51
- ./scripts/worktree_uv.sh run --project vds_cli \
51
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
52
52
  vds-cli diagrams mermaid --input architecture.md --output diagrams/
53
53
  ```
54
54
 
@@ -71,7 +71,7 @@ vds-cli diagrams c4 --level container --input c4-model.md --output c4-container.
71
71
  Generate PDF from markdown:
72
72
 
73
73
  ```bash
74
- ./scripts/worktree_uv.sh run --project vds_cli \
74
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
75
75
  vds-cli pdf md2pdf --input architecture.md --output architecture.pdf --template corporate
76
76
  ```
77
77
 
@@ -94,7 +94,7 @@ vds-cli pdf batch --input-dir docs/ --output-dir pdfs/ --template corporate
94
94
  Sync documentation to Confluence:
95
95
 
96
96
  ```bash
97
- ./scripts/worktree_uv.sh run --project vds_cli \
97
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
98
98
  vds-cli confluence sync --input architecture.md --page-id 12345 --space WHO
99
99
  ```
100
100
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - `vds-scripts` cloned and bootstrapped (`./scripts/worktree_uv.sh sync`)
9
+ - `vds-scripts` cloned and bootstrapped (`uv sync --directory ~/.claude/vds-scripts`)
10
10
  - `vds-cli doctor` passes
11
11
  - `~/.vds/.env` contains memory backend credentials (Postgres DSN or local file path)
12
12
 
@@ -25,7 +25,7 @@ progress report (track completion)
25
25
  Save key observations after each work session so they are available to future agents.
26
26
 
27
27
  ```bash
28
- ./scripts/worktree_uv.sh run --project vds_cli \
28
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
29
29
  vds-cli memory store --tag "phase174,spec,fr-3" \
30
30
  --content "FR-3 requires multi-step workflow guides combining 2+ orchestrators"
31
31
  ```
@@ -42,7 +42,7 @@ Expected output:
42
42
  Store multiple observations from a batch session:
43
43
 
44
44
  ```bash
45
- ./scripts/worktree_uv.sh run --project vds_cli \
45
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
46
46
  vds-cli memory store --tag "phase174,audit" \
47
47
  --content "Audit run completed with 3 violations in hexagonal-compliance rules"
48
48
  ```
@@ -52,7 +52,7 @@ Store multiple observations from a batch session:
52
52
  Before starting a new session, search memory for relevant prior work.
53
53
 
54
54
  ```bash
55
- ./scripts/worktree_uv.sh run --project vds_cli \
55
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
56
56
  vds-cli memory search "phase174 workflow guides"
57
57
  ```
58
58
 
@@ -69,7 +69,7 @@ Expected output:
69
69
  Recall with tag filter for narrower scope:
70
70
 
71
71
  ```bash
72
- ./scripts/worktree_uv.sh run --project vds_cli \
72
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
73
73
  vds-cli memory search "fr-3" --tag spec
74
74
  ```
75
75
 
@@ -78,7 +78,7 @@ Recall with tag filter for narrower scope:
78
78
  Create a progress report from stored observations and current audit state.
79
79
 
80
80
  ```bash
81
- ./scripts/worktree_uv.sh run --project vds_cli \
81
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
82
82
  vds-cli progress report --phase 174 --format markdown
83
83
  ```
84
84
 
@@ -94,14 +94,14 @@ Expected output:
94
94
  Generate a consolidated report across multiple phases:
95
95
 
96
96
  ```bash
97
- ./scripts/worktree_uv.sh run --project vds_cli \
97
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
98
98
  vds-cli progress report --phase 174,175,176 --format json
99
99
  ```
100
100
 
101
101
  Track phase completion with checklist integration:
102
102
 
103
103
  ```bash
104
- ./scripts/worktree_uv.sh run --project vds_cli \
104
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
105
105
  vds-cli progress checklist --phase 174 --update-status
106
106
  ```
107
107
 
@@ -124,7 +124,7 @@ Add to your shell profile or agent hook to auto-store after each command:
124
124
  vds_memory_store() {
125
125
  local tag="$1"
126
126
  local content="$2"
127
- ./scripts/worktree_uv.sh run --project vds_cli \
127
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
128
128
  vds-cli memory store --tag "$tag" --content "$content"
129
129
  }
130
130
  ```
@@ -6,7 +6,7 @@
6
6
 
7
7
  ## Prerequisites
8
8
 
9
- - `vds-scripts` cloned and bootstrapped (`./scripts/worktree_uv.sh sync`)
9
+ - `vds-scripts` cloned and bootstrapped (`uv sync --directory ~/.claude/vds-scripts`)
10
10
  - `vds-cli doctor` passes
11
11
  - Target repo(s) accessible via Bitbucket
12
12
  - `~/.vds/.env` contains `VDS_USERNAME`, `VDS_PASSWORD`, and `OPENAI_API_KEY`
@@ -26,7 +26,7 @@ audit (execute validation)
26
26
  Run a targeted research query to collect evidence for the feature or gap you need to address.
27
27
 
28
28
  ```bash
29
- ./scripts/worktree_uv.sh run --project vds_cli \
29
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
30
30
  vds-cli research search "hexagonal architecture compliance patterns"
31
31
  ```
32
32
 
@@ -42,7 +42,7 @@ Expected output:
42
42
  Score the evidence quality before proceeding:
43
43
 
44
44
  ```bash
45
- ./scripts/worktree_uv.sh run --project vds_cli \
45
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
46
46
  vds-cli research score --evidence /tmp/vds-research-evidence-<timestamp>.json
47
47
  ```
48
48
 
@@ -61,7 +61,7 @@ Expected output:
61
61
  Use the spec orchestrator to create a new spec from the research evidence.
62
62
 
63
63
  ```bash
64
- ./scripts/worktree_uv.sh run --project vds_cli \
64
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
65
65
  vds-cli spec create hexagonal-compliance --evidence /tmp/vds-research-evidence-<timestamp>.json
66
66
  ```
67
67
 
@@ -77,7 +77,7 @@ Expected output:
77
77
  Validate the spec triplet:
78
78
 
79
79
  ```bash
80
- ./scripts/worktree_uv.sh run --project vds_cli \
80
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
81
81
  vds-cli spec validate --spec-dir .gpt-5.4/specs/hexagonal-compliance
82
82
  ```
83
83
 
@@ -93,7 +93,7 @@ Expected output:
93
93
  Run alignment checks:
94
94
 
95
95
  ```bash
96
- ./scripts/worktree_uv.sh run --project vds_cli \
96
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
97
97
  vds-cli spec check-alignment --spec-dir .gpt-5.4/specs/hexagonal-compliance
98
98
  ```
99
99
 
@@ -102,7 +102,7 @@ Run alignment checks:
102
102
  Run the audit orchestrator against the target repo using the validated spec.
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 run --repo vds-scripts --scope full --spec hexagonal-compliance
107
107
  ```
108
108
 
@@ -120,7 +120,7 @@ Expected output:
120
120
  Generate a consolidated report:
121
121
 
122
122
  ```bash
123
- ./scripts/worktree_uv.sh run --project vds_cli \
123
+ uv run --directory ~/.claude/vds-scripts --package vds_cli \
124
124
  vds-cli research report --evidence /tmp/vds-research-evidence-<timestamp>.json \
125
125
  --audit /tmp/vds-audit-report-<timestamp>.json
126
126
  ```