@sentry/junior-linear 0.91.0 → 0.92.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentry/junior-linear",
3
- "version": "0.91.0",
3
+ "version": "0.92.1",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -46,9 +46,9 @@ Classify the work as `bug`, `feature`, or `task`. Shape the title and body per [
46
46
  - Generalize session framing — strip channel references, slash commands, Slack thread IDs, user @mentions, and transcript fragments; replace with the underlying engineering problem.
47
47
  - Compress source material. Research notes, hypotheses, or transcripts become a short summary + scoped bullets — never paste raw investigation into the body.
48
48
  - Do not add desired outcome, expected behavior, or acceptance criteria unless the thread explicitly requests them.
49
- - When the request originated from a Slack thread or any on-behalf-of context, append a final line `Action taken on behalf of <name>.` using the action requester's real name. The action requester is the current `<requester>` or the person who explicitly asked you to create/update the issue, not necessarily the original reporter.
49
+ - When the request originated from a Slack thread or any on-behalf-of context, append a final line `Action taken on behalf of <name>.` using the action actor's real name. The action actor is the current `<actor>` or the person who explicitly asked you to create/update the issue, not necessarily the original reporter.
50
50
 
51
- Attribute the reporter by name when clear from the thread (e.g. "Raised by Alice during incident triage"). If the reporter differs from the action requester, keep them separate with durable body text such as `Reported by Alice.` — do not reference Slack channels, threads, or conversation internals. Attach screenshots from the thread as image links when present. Preserve relevant URLs (Sentry, GitHub, docs, repro links) inline — do not dump a link list.
51
+ Attribute the reporter by name when clear from the thread (e.g. "Raised by Alice during incident triage"). If the reporter differs from the action actor, keep them separate with durable body text such as `Reported by Alice.` — do not reference Slack channels, threads, or conversation internals. Attach screenshots from the thread as image links when present. Preserve relevant URLs (Sentry, GitHub, docs, repro links) inline — do not dump a link list.
52
52
 
53
53
  4. Set optional Linear fields literally:
54
54
 
@@ -59,7 +59,7 @@ Attribute the reporter by name when clear from the thread (e.g. "Raised by Alice
59
59
  5. Verify draft before mutating:
60
60
 
61
61
  - Title length ≤ 60 characters.
62
- - Delegated-action footer is the last line when applicable, using the action requester's real name, not the reporter's name unless they are the same person.
62
+ - Delegated-action footer is the last line when applicable, using the action actor's real name, not the reporter's name unless they are the same person.
63
63
  - No session framing remains (channel refs, slash commands, @mentions, Slack thread IDs).
64
64
  - Body structure matches complexity — no empty sections, no restated title, no raw research dump.
65
65
 
@@ -65,7 +65,7 @@ Good body:
65
65
  >
66
66
  > Action taken on behalf of Carol.
67
67
 
68
- ## Distinct reporter/requester
68
+ ## Distinct reporter/actor
69
69
 
70
70
  Good body:
71
71
 
@@ -86,4 +86,4 @@ Good body:
86
86
  - Restating the title as the first sentence of the body
87
87
  - Including fix suggestions when the thread only describes the problem
88
88
  - Dumping a list of URLs without inline context
89
- - Conflating the reporter with the action requester when they differ
89
+ - Conflating the reporter with the action actor when they differ