@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ngocsangairvds/vsaf",
3
- "version": "4.1.14",
3
+ "version": "4.1.16",
4
4
  "description": "logging step",
5
5
  "main": "packages/core/dist/index.js",
6
6
  "types": "packages/core/dist/index.d.ts",
@@ -31,28 +31,28 @@ forbids new hook packages here (canonical hook surface is
31
31
  cd WHO-project/vds-scripts
32
32
 
33
33
  # CLI router — unified entry point for all operations
34
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli --help
35
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
36
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli status
37
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli doctor
34
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help
35
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
36
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli status
37
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli doctor
38
38
 
39
39
  # Specialist services (all route through vds-cli)
40
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli audit --help
41
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli spec --help
42
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli evolution --help
40
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli audit --help
41
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli spec --help
42
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli evolution --help
43
43
  ```
44
44
 
45
45
  ## Unified Routing Contract
46
46
 
47
47
  **`vds-cli` is the single canonical entry point** for all user-facing orchestrator operations.
48
48
 
49
- - All commands route through `./scripts/worktree_uv.sh run --project vds_cli vds-cli <service> <command> [args]`.
49
+ - All commands route through `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli <service> <command> [args]`.
50
50
  - `pyproject.toml [project.scripts]` are router implementation detail — not user-facing contracts.
51
51
  - Internal scripts (e.g., `vds-evolution`) are backend mechanisms invoked by the router, not directly by users.
52
52
 
53
53
  ## Rules
54
54
 
55
- - Use `./scripts/worktree_uv.sh run --project vds_cli vds-cli ...` for worktree-safe Python execution.
55
+ - Use `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli ...` for worktree-safe Python execution.
56
56
  - Runtime is Postgres-first. Do not add filesystem fallback for audit state or evidence.
57
57
  - Use VDS SDK surfaces for Confluence/Bitbucket operations.
58
58
  - Keep phase history and long command narratives out of AGENTS.md.
@@ -83,7 +83,7 @@ vds-ai-memory: **1547 tests**, spec v20.22.0 (Phase 228/229/230/231 Finalized, P
83
83
  | Command Category | Runtime | Examples |
84
84
  | ------------------------------- | ------------------------------- | ------------------------------------------------------------------------------ |
85
85
  | **Host-only** (never in Docker) | Host filesystem | `vds-cli skills sync`, `git commit/rebase`, `vds-cli spec create` |
86
- | **Host-only** | Host credentials/env | `vds-cli memory store/search`, `./scripts/worktree_uv.sh` |
86
+ | **Host-only** | Host credentials/env | `vds-cli memory store/search`, `uv run --directory ~/.claude/vds-scripts` |
87
87
  | **Container-eligible** | Docker | `vds-cli audit workflow`, `vds-cli research search`, `vds-cli confluence sync` |
88
88
  | **Hybrid** | Container (read) + Host (write) | `vds-cli progress report` (read DB, write reports), `vds-cli pdf convert` |
89
89
 
@@ -15,15 +15,15 @@
15
15
 
16
16
  ```bash
17
17
  cd WHO-project/vds-scripts
18
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli --help
19
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
20
- ./scripts/worktree_uv.sh run --project audit_orchestrator vds-audit --help
21
- ./scripts/worktree_uv.sh run --project spec_orchestrator vds-spec --help
18
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --help
19
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
20
+ uv run --directory ~/.claude/vds-scripts --package audit_orchestrator vds-audit --help
21
+ uv run --directory ~/.claude/vds-scripts --package spec_orchestrator vds-spec --help
22
22
  ```
23
23
 
24
24
  ## Quy tắc
25
25
 
26
- - Sử dụng `./scripts/worktree_uv.sh` để thực thi Python an toàn cho worktree.
26
+ - Sử dụng `uv run --directory ~/.claude/vds-scripts` để thực thi Python an toàn cho worktree.
27
27
  - Runtime ưu tiên Postgres-first. Không thêm dự phòng filesystem cho trạng thái audit hoặc bằng chứng.
28
28
  - Sử dụng bề mặt SDK VDS cho các thao tác Confluence/Bitbucket.
29
29
  - Giữ lịch sử giai đoạn và câu chuyện lệnh dài ở ngoài AGENTS.md.
@@ -37,7 +37,7 @@ cd WHO-project/vds-scripts
37
37
  ## Điểm vào
38
38
 
39
39
  - Bộ định tuyến thống nhất:
40
- - `./scripts/worktree_uv.sh run --project vds_cli vds-cli <service> ...`
40
+ - `uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli <service> ...`
41
41
  - Các nhóm dịch vụ cốt lõi:
42
42
  - `vds-cli audit ...`
43
43
  - `vds-cli spec ...`
@@ -13,13 +13,13 @@ For the canonical human + AI-agent install/bootstrap flow, start with `docs/agen
13
13
 
14
14
  ```bash
15
15
  # Install dependencies in the current worktree
16
- ./scripts/worktree_uv.sh sync
16
+ uv sync --directory ~/.claude/vds-scripts
17
17
 
18
18
  # Verify installation
19
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli --version
19
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli --version
20
20
 
21
21
  # Check environment status
22
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli env status
22
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli env status
23
23
  ```
24
24
 
25
25
  ---
@@ -335,7 +335,7 @@ def create_repository(self, ...):
335
335
 
336
336
  ```bash
337
337
  # Using VDS CLI
338
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repositories INSURANCE
338
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repositories INSURANCE
339
339
 
340
340
  # Or using orchestrator directly
341
341
  cd vds-scripts/bitbucket_orchestrator
@@ -35,7 +35,7 @@ List all Bitbucket projects with filtering and pagination.
35
35
 
36
36
  **Example**:
37
37
  ```bash
38
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket projects --limit 50
38
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket projects --limit 50
39
39
  ```
40
40
 
41
41
  #### `create-project`
@@ -49,7 +49,7 @@ Create a new Bitbucket project.
49
49
 
50
50
  **Example**:
51
51
  ```bash
52
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket create-project PROJECT_KEY "Project Name" \
52
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket create-project PROJECT_KEY "Project Name" \
53
53
  --description "Project description"
54
54
  ```
55
55
 
@@ -68,7 +68,7 @@ List repositories in a project with filtering and pagination.
68
68
 
69
69
  **Example**:
70
70
  ```bash
71
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repositories PROJECT_KEY --limit 25
71
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repositories PROJECT_KEY --limit 25
72
72
  ```
73
73
 
74
74
  #### Repository Management (Python Client)
@@ -90,15 +90,15 @@ Fork repository operations.
90
90
  **Example**:
91
91
  ```bash
92
92
  # Fork within same project
93
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket fork create PROJECT_KEY REPO_SLUG \
93
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket fork create PROJECT_KEY REPO_SLUG \
94
94
  --new-repo REPO_FORK --yes
95
95
 
96
96
  # Fork to new project
97
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket fork create PROJECT_KEY REPO_SLUG \
97
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket fork create PROJECT_KEY REPO_SLUG \
98
98
  --new-project NEW_PROJECT_KEY --new-repo NEW_REPO_SLUG --yes
99
99
 
100
100
  # List forks
101
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket fork list PROJECT_KEY REPO_SLUG
101
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket fork list PROJECT_KEY REPO_SLUG
102
102
  ```
103
103
 
104
104
  ---
@@ -116,7 +116,7 @@ List pull requests with filtering.
116
116
 
117
117
  **Example**:
118
118
  ```bash
119
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pull-requests PROJECT_KEY REPO_SLUG \
119
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pull-requests PROJECT_KEY REPO_SLUG \
120
120
  --state OPEN --order newest --limit 100
121
121
  ```
122
122
 
@@ -138,17 +138,17 @@ Create pull requests with full workflow support.
138
138
  **Example**:
139
139
  ```bash
140
140
  # Standard PR
141
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
141
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
142
142
  "Fix boundary timers" fix/ekyc-psj-fix-001 \
143
143
  --target release --description "Fixes ENGINE-09005" --reviewers "user1,user2"
144
144
 
145
145
  # Draft PR with required reviewers
146
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
146
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
147
147
  "Draft: Payment validation" feature/payment-validation \
148
148
  --target develop --draft --include-required-reviewers
149
149
 
150
150
  # Cross-project PR
151
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
151
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket create-pr EKYC ekyc-business \
152
152
  "Cross project PR" feature/branch \
153
153
  --source-project PLATFORM --source-repo platform-repo \
154
154
  --dest-project INSURANCE --dest-repo insurance-repo --target release
@@ -168,10 +168,10 @@ Get detailed PR information with mergeability status.
168
168
  **Example**:
169
169
  ```bash
170
170
  # Basic PR details
171
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket get-pr EKYC ekyc-business 154
171
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket get-pr EKYC ekyc-business 154
172
172
 
173
173
  # With commit list
174
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket get-pr EKYC ekyc-business 154 \
174
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket get-pr EKYC ekyc-business 154 \
175
175
  --include-commits --commit-limit 20
176
176
  ```
177
177
 
@@ -185,7 +185,7 @@ Approve pull requests.
185
185
 
186
186
  **Example**:
187
187
  ```bash
188
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket approve-pr EKYC ekyc-business 154 --yes
188
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket approve-pr EKYC ekyc-business 154 --yes
189
189
  ```
190
190
 
191
191
  #### `unapprove-pr` ⭐ **Enhanced**
@@ -198,7 +198,7 @@ Remove approval from pull requests.
198
198
 
199
199
  **Example**:
200
200
  ```bash
201
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket unapprove-pr EKYC ekyc-business 154 --yes
201
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket unapprove-pr EKYC ekyc-business 154 --yes
202
202
  ```
203
203
 
204
204
  #### `merge-pr` ⭐ **Enhanced**
@@ -223,14 +223,14 @@ Merge pull requests with strategy selection and safety checks.
223
223
  **Example**:
224
224
  ```bash
225
225
  # Standard merge
226
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 --yes
226
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 --yes
227
227
 
228
228
  # Squash merge with custom message and close branch
229
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 \
229
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 \
230
230
  --strategy squash --message "Squash merge PR #154" --close-source-branch --yes
231
231
 
232
232
  # Skip approval check (not recommended)
233
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 \
233
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket merge-pr EKYC ekyc-business 154 \
234
234
  --skip-approval-check --yes
235
235
  ```
236
236
 
@@ -245,7 +245,7 @@ Decline/reject pull requests.
245
245
 
246
246
  **Example**:
247
247
  ```bash
248
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket decline-pr EKYC ekyc-business 154 \
248
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket decline-pr EKYC ekyc-business 154 \
249
249
  --reason "Not meeting requirements" --yes
250
250
  ```
251
251
 
@@ -263,15 +263,15 @@ Add comments to pull requests.
263
263
  **Example**:
264
264
  ```bash
265
265
  # General comment
266
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
266
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
267
267
  --text "LGTM! Ready to merge."
268
268
 
269
269
  # Inline-style comment (best-effort)
270
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
270
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
271
271
  --text "Fix this typo" --file "src/main.java" --line 42
272
272
 
273
273
  # Reply to comment (best-effort)
274
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
274
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket comment-pr EKYC ekyc-business 154 \
275
275
  --text "Good catch!" --reply-to 123
276
276
  ```
277
277
 
@@ -285,7 +285,7 @@ List PR comments (simple version, derived from activities).
285
285
 
286
286
  **Example**:
287
287
  ```bash
288
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-comments EKYC ekyc-business 154 --limit 20
288
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-comments EKYC ekyc-business 154 --limit 20
289
289
  ```
290
290
 
291
291
  #### `list-pr-comments`
@@ -299,7 +299,7 @@ List PR comments with threaded fields (parent, severity, etc.).
299
299
 
300
300
  **Example**:
301
301
  ```bash
302
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket list-pr-comments EKYC ekyc-business 154 --limit 20
302
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket list-pr-comments EKYC ekyc-business 154 --limit 20
303
303
  ```
304
304
 
305
305
  #### `pr-diff` ⭐ **Best-Effort**
@@ -317,14 +317,14 @@ View PR diffs with multiple output formats.
317
317
  **Example**:
318
318
  ```bash
319
319
  # Summary format
320
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154
320
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154
321
321
 
322
322
  # File-specific with JSON output
323
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154 \
323
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154 \
324
324
  --file "src/main/resources/application.yml" --output /tmp/pr_154_diff.json --no-color
325
325
 
326
326
  # Unified diff (best-effort)
327
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154 \
327
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-diff EKYC ekyc-business 154 \
328
328
  --unified --context 3 --no-color --output /tmp/pr_154.patch
329
329
  ```
330
330
 
@@ -340,10 +340,10 @@ List PR activities with filtering.
340
340
  **Example**:
341
341
  ```bash
342
342
  # All activities
343
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-activities EKYC ekyc-business 154 --limit 10
343
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-activities EKYC ekyc-business 154 --limit 10
344
344
 
345
345
  # Only comments
346
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-activities EKYC ekyc-business 154 \
346
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-activities EKYC ekyc-business 154 \
347
347
  --type COMMENTED --limit 10
348
348
  ```
349
349
 
@@ -361,7 +361,7 @@ List all Bitbucket groups.
361
361
 
362
362
  **Example**:
363
363
  ```bash
364
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket groups --filter "developers" --limit 50
364
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket groups --filter "developers" --limit 50
365
365
  ```
366
366
 
367
367
  #### `project-users`
@@ -374,7 +374,7 @@ List users with permissions for a project.
374
374
 
375
375
  **Example**:
376
376
  ```bash
377
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket project-users PROJECT_KEY \
377
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket project-users PROJECT_KEY \
378
378
  --filter "john" --limit 25
379
379
  ```
380
380
 
@@ -388,7 +388,7 @@ List groups with permissions for a project.
388
388
 
389
389
  **Example**:
390
390
  ```bash
391
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket project-groups PROJECT_KEY \
391
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket project-groups PROJECT_KEY \
392
392
  --filter "developers" --limit 25
393
393
  ```
394
394
 
@@ -405,7 +405,7 @@ Grant group permissions to a repository.
405
405
 
406
406
  **Example**:
407
407
  ```bash
408
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket grant-group-repo PROJECT_KEY REPO_SLUG \
408
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket grant-group-repo PROJECT_KEY REPO_SLUG \
409
409
  GROUP_NAME write
410
410
  ```
411
411
 
@@ -421,15 +421,15 @@ Branch permissions management.
421
421
  **Example**:
422
422
  ```bash
423
423
  # Get permission
424
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket branch-permissions get PROJECT_KEY --permission-id 1
424
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket branch-permissions get PROJECT_KEY --permission-id 1
425
425
 
426
426
  # Set permission
427
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket branch-permissions set PROJECT_KEY \
427
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket branch-permissions set PROJECT_KEY \
428
428
  --matcher-type BRANCH --matcher-value "refs/heads/master" \
429
429
  --permission-type READ_ONLY --yes
430
430
 
431
431
  # Delete permission
432
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket branch-permissions delete PROJECT_KEY \
432
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket branch-permissions delete PROJECT_KEY \
433
433
  --permission-id 1 --yes
434
434
  ```
435
435
 
@@ -446,17 +446,17 @@ Conditions-Reviewers management.
446
446
  **Example**:
447
447
  ```bash
448
448
  # List project conditions
449
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket conditions list PROJECT_KEY
449
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket conditions list PROJECT_KEY
450
450
 
451
451
  # Get condition
452
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket conditions get PROJECT_KEY --condition-id 1
452
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket conditions get PROJECT_KEY --condition-id 1
453
453
 
454
454
  # Create condition
455
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket conditions create PROJECT_KEY \
455
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket conditions create PROJECT_KEY \
456
456
  --condition-file condition.json --yes
457
457
 
458
458
  # List repo conditions
459
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket conditions list PROJECT_KEY --repo REPO_SLUG
459
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket conditions list PROJECT_KEY --repo REPO_SLUG
460
460
  ```
461
461
 
462
462
  ---
@@ -475,18 +475,18 @@ Basic code/file content operations.
475
475
  **Example**:
476
476
  ```bash
477
477
  # Get file content
478
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code file PROJECT_KEY REPO_SLUG \
478
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code file PROJECT_KEY REPO_SLUG \
479
479
  --file "path/to/file.py"
480
480
 
481
481
  # List commits
482
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code commits PROJECT_KEY REPO_SLUG --limit 50
482
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code commits PROJECT_KEY REPO_SLUG --limit 50
483
483
 
484
484
  # Get diff
485
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code diff PROJECT_KEY REPO_SLUG \
485
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code diff PROJECT_KEY REPO_SLUG \
486
486
  --file "path/to/file.py" --hash-oldest abc123 --hash-newest def456
487
487
 
488
488
  # Get changelog
489
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code changelog PROJECT_KEY REPO_SLUG \
489
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code changelog PROJECT_KEY REPO_SLUG \
490
490
  --ref-from master --ref-to develop
491
491
  ```
492
492
 
@@ -503,17 +503,17 @@ Advanced code operations.
503
503
  **Example**:
504
504
  ```bash
505
505
  # List files
506
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-advanced file-list \
506
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-advanced file-list \
507
507
  --project-key PROJECT_KEY --repository-slug REPO_SLUG \
508
508
  --sub-folder "src" --query "*.py" --start 0 --limit 100
509
509
 
510
510
  # Get commit info
511
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-advanced commit-info \
511
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-advanced commit-info \
512
512
  --project-key PROJECT_KEY --repository-slug REPO_SLUG \
513
513
  --commit "abc123" --path "file.py"
514
514
 
515
515
  # Search code (Cloud-only)
516
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-advanced search \
516
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-advanced search \
517
517
  --team "workspace" --search-query "def test_function" --page 1 --limit 20
518
518
  ```
519
519
 
@@ -531,7 +531,7 @@ List pipelines.
531
531
 
532
532
  **Example**:
533
533
  ```bash
534
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pipelines WORKSPACE REPOSITORY --limit 10
534
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pipelines WORKSPACE REPOSITORY --limit 10
535
535
  ```
536
536
 
537
537
  #### `pipeline-advanced`
@@ -547,17 +547,17 @@ Advanced pipeline operations.
547
547
  **Example**:
548
548
  ```bash
549
549
  # Get pipeline details
550
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pipeline-advanced get \
550
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pipeline-advanced get \
551
551
  --workspace team-slug --repo-slug repo-slug --pipeline-uuid {uuid} --no-markdown
552
552
 
553
553
  # Get step log
554
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pipeline-advanced log \
554
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pipeline-advanced log \
555
555
  --workspace team-slug --repo-slug repo-slug \
556
556
  --pipeline-uuid {uuid} --step-uuid {step-uuid} \
557
557
  --start 0 --end 5000 --output ./logs/{uuid}-{step-uuid}.log
558
558
 
559
559
  # Stop pipeline
560
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pipeline-advanced stop \
560
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pipeline-advanced stop \
561
561
  --workspace team-slug --repo-slug repo-slug --pipeline-uuid {uuid} --yes
562
562
  ```
563
563
 
@@ -577,20 +577,20 @@ Manage repository webhooks.
577
577
  **Example**:
578
578
  ```bash
579
579
  # List webhooks
580
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket webhooks list PROJECT_KEY REPO_SLUG \
580
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket webhooks list PROJECT_KEY REPO_SLUG \
581
581
  --filter-event "repo:push"
582
582
 
583
583
  # Create webhook
584
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket webhooks create PROJECT_KEY REPO_SLUG \
584
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket webhooks create PROJECT_KEY REPO_SLUG \
585
585
  --name "CI Hook" --url "https://ci.example.com/bitbucket" \
586
586
  --event repo:push --event pr:opened --yes
587
587
 
588
588
  # Update webhook
589
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket webhooks update PROJECT_KEY REPO_SLUG \
589
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket webhooks update PROJECT_KEY REPO_SLUG \
590
590
  --webhook-id 42 --name "Updated Hook" --set-inactive --yes
591
591
 
592
592
  # Delete webhook
593
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket webhooks delete PROJECT_KEY REPO_SLUG \
593
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket webhooks delete PROJECT_KEY REPO_SLUG \
594
594
  --webhook-id 42 --yes
595
595
  ```
596
596
 
@@ -612,16 +612,16 @@ Manage Cloud workspaces.
612
612
  **Example**:
613
613
  ```bash
614
614
  # List workspaces
615
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket workspace list
615
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket workspace list
616
616
 
617
617
  # Get workspace details
618
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket workspace get --workspace-slug workspace1
618
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket workspace get --workspace-slug workspace1
619
619
 
620
620
  # Get workspace permissions
621
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket workspace permissions --workspace-slug workspace1
621
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket workspace permissions --workspace-slug workspace1
622
622
 
623
623
  # List projects in workspace
624
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket workspace projects --workspace-slug workspace1
624
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket workspace projects --workspace-slug workspace1
625
625
  ```
626
626
 
627
627
  ---
@@ -642,16 +642,16 @@ Manage repository-level pipeline variables.
642
642
  **Example**:
643
643
  ```bash
644
644
  # List variables
645
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-variables list \
645
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-variables list \
646
646
  --workspace team-slug --repo-slug repo-slug --no-markdown
647
647
 
648
648
  # Create secured variable
649
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-variables create \
649
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-variables create \
650
650
  --workspace team-slug --repo-slug repo-slug \
651
651
  --key API_TOKEN --value "super-secret" --secured true --yes --no-markdown
652
652
 
653
653
  # Update variable
654
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-variables update \
654
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-variables update \
655
655
  --workspace team-slug --repo-slug repo-slug \
656
656
  --uuid {variable-uuid} --value "rotate-me" --yes --no-markdown
657
657
  ```
@@ -675,11 +675,11 @@ Manage deployment environments and their variables.
675
675
  **Example**:
676
676
  ```bash
677
677
  # List environments
678
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket deployment-env list \
678
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket deployment-env list \
679
679
  --workspace team-slug --repo-slug repo-slug
680
680
 
681
681
  # Create environment variable
682
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket deployment-env vars create \
682
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket deployment-env vars create \
683
683
  --workspace team-slug --repo-slug repo-slug --env-uuid {env-uuid} \
684
684
  --key DB_HOST --value "db.example.com" --yes
685
685
  ```
@@ -701,18 +701,18 @@ Manage repository issues when Bitbucket Issues tracker is enabled.
701
701
  **Example**:
702
702
  ```bash
703
703
  # List issues
704
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket issue list \
704
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket issue list \
705
705
  --workspace team-slug --repo-slug repo-slug \
706
706
  --query 'state = "open"' --sort -updated_on --no-markdown
707
707
 
708
708
  # Create issue
709
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket issue create \
709
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket issue create \
710
710
  --workspace team-slug --repo-slug repo-slug \
711
711
  --title "Production bug" --description "Steps to reproduce..." \
712
712
  --kind bug --priority critical --no-markdown
713
713
 
714
714
  # Update issue
715
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket issue update \
715
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket issue update \
716
716
  --workspace team-slug --repo-slug repo-slug --issue-id 123 \
717
717
  --state resolved --no-markdown
718
718
  ```
@@ -732,16 +732,16 @@ Manage blocker comments on pull requests.
732
732
  **Example**:
733
733
  ```bash
734
734
  # List blockers
735
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-blocker list \
735
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-blocker list \
736
736
  --workspace team-slug --repo-slug repo-slug --pull-request-id 123 --no-markdown
737
737
 
738
738
  # Add blocker
739
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-blocker add \
739
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-blocker add \
740
740
  --workspace team-slug --repo-slug repo-slug --pull-request-id 123 \
741
741
  --message "Pending security review" --reason "Security" --severity HIGH --no-markdown
742
742
 
743
743
  # Delete blocker
744
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket pr-blocker delete \
744
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket pr-blocker delete \
745
745
  --workspace team-slug --repo-slug repo-slug --pull-request-id 123 \
746
746
  --blocker-uuid {blocker-uuid} --yes --no-markdown
747
747
  ```
@@ -762,17 +762,17 @@ Manage Code Insights reports.
762
762
  **Example**:
763
763
  ```bash
764
764
  # Get report
765
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-insights get PROJECT_KEY REPO_SLUG COMMIT_ID \
765
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-insights get PROJECT_KEY REPO_SLUG COMMIT_ID \
766
766
  --report-key "test-report"
767
767
 
768
768
  # Create report
769
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-insights create PROJECT_KEY REPO_SLUG COMMIT_ID \
769
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-insights create PROJECT_KEY REPO_SLUG COMMIT_ID \
770
770
  --report-key "coverage-report" --title "Coverage Report" \
771
771
  --reporter "coverage-tool" --result "PASSED" \
772
772
  --data-file coverage-data.json --report-type "COVERAGE" --yes
773
773
 
774
774
  # Add annotations
775
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket code-insights annotate PROJECT_KEY REPO_SLUG COMMIT_ID \
775
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket code-insights annotate PROJECT_KEY REPO_SLUG COMMIT_ID \
776
776
  --report-key "test-report" --annotations-file annotations.json --yes
777
777
  ```
778
778
 
@@ -801,14 +801,14 @@ Manage repository settings.
801
801
  **Example**:
802
802
  ```bash
803
803
  # Get branching model
804
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-settings branching-model get PROJECT_KEY REPO_SLUG
804
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-settings branching-model get PROJECT_KEY REPO_SLUG
805
805
 
806
806
  # Set default branch
807
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-settings default-branch set PROJECT_KEY REPO_SLUG \
807
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-settings default-branch set PROJECT_KEY REPO_SLUG \
808
808
  --branch "main" --yes
809
809
 
810
810
  # Enable hook
811
- ./scripts/worktree_uv.sh run --project vds_cli vds-cli bitbucket repo-settings hooks enable PROJECT_KEY REPO_SLUG \
811
+ uv run --directory ~/.claude/vds-scripts --package vds_cli vds-cli bitbucket repo-settings hooks enable PROJECT_KEY REPO_SLUG \
812
812
  --hook-key "com.atlassian.bitbucket.server.bitbucket-bundle:force-push-hook" --yes
813
813
  ```
814
814