fix(atlassian): tighten health checks and review coverage

This commit is contained in:
Stefano Fiorini
2026-03-06 07:06:38 -06:00
parent c3afee091b
commit 783bcfa037
26 changed files with 641 additions and 71 deletions

View File

@@ -73,6 +73,12 @@ If any check fails, stop and return:
- `pnpm atlassian conf-children --page 12345`
- `pnpm atlassian raw --product jira|confluence --method GET|POST|PUT --path ...`
## Usage Examples
- `pnpm atlassian jira-get --issue ENG-123`
- `pnpm atlassian conf-search --query "title ~ \\\"Runbook\\\"" --max-results 10 --start-at 0`
- `pnpm atlassian raw --product confluence --method POST --path "/wiki/api/v2/pages" --body-file page.json --dry-run`
## Safety Rules
- Prefer JSON output for agent use.