@sentry/junior-sentry 0.40.0 → 0.42.0
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.
- package/package.json +1 -1
- package/skills/sentry/SKILL.md +1 -0
package/package.json
CHANGED
package/skills/sentry/SKILL.md
CHANGED
|
@@ -22,6 +22,7 @@ Before declaring a Sentry data surface unavailable, verify the current CLI help:
|
|
|
22
22
|
- Resolve org from channel config: `jr-rpc config get sentry.org`
|
|
23
23
|
- Resolve project from channel config: `jr-rpc config get sentry.project` (optional — many queries span multiple projects).
|
|
24
24
|
- If org is missing and needed, ask the user.
|
|
25
|
+
- If an active repository context exists (cloned repo or configured `github.repo`), check the repo root for `TELEMETRY.md` before forming queries. When present, use its query recipes, org/project mappings, and investigation pivots as repo-specific guidance. Explicit user targets, IDs, URLs, and conversation config still win. If absent, continue normally.
|
|
25
26
|
|
|
26
27
|
2. Execute via CLI:
|
|
27
28
|
|