@supaku/agentfactory-linear 0.7.7 → 0.7.9

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.
@@ -10,7 +10,7 @@ HUMAN-NEEDED BLOCKERS:
10
10
  If you encounter work that requires human action and cannot be resolved autonomously
11
11
  (e.g., missing API keys/credentials, infrastructure not provisioned, third-party onboarding,
12
12
  manual setup steps, policy decisions, access permissions), create a blocker issue:
13
- pnpm linear create-blocker <SOURCE-ISSUE-ID> --title "What human needs to do" --description "Detailed steps"
13
+ pnpm af-linear create-blocker <SOURCE-ISSUE-ID> --title "What human needs to do" --description "Detailed steps"
14
14
  This creates a tracked issue in Icebox with 'Needs Human' label, linked as blocking the source issue.
15
15
  Do NOT silently skip human-needed work or bury it in comments.
16
16
  Only create blockers for things that genuinely require a human — not for things you can retry or work around.`;
@@ -1 +1 @@
1
- {"version":3,"file":"work-type-detection.d.ts","sourceRoot":"","sources":["../../../src/defaults/work-type-detection.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AA6DhD;;;;;;;;;GASG;AACH,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,aAAa,EAAE,GAC9B,aAAa,GAAG,SAAS,CAe3B"}
1
+ {"version":3,"file":"work-type-detection.d.ts","sourceRoot":"","sources":["../../../src/defaults/work-type-detection.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AA+DhD;;;;;;;;;GASG;AACH,wBAAgB,+BAA+B,CAC7C,MAAM,EAAE,MAAM,EACd,cAAc,EAAE,aAAa,EAAE,GAC9B,aAAa,GAAG,SAAS,CAe3B"}
@@ -55,9 +55,11 @@ const WORK_TYPE_PRIORITY_ORDER = [
55
55
  'coordination',
56
56
  'backlog-creation',
57
57
  'research',
58
+ 'qa-coordination',
58
59
  'qa',
59
- 'inflight',
60
+ 'acceptance-coordination',
60
61
  'acceptance',
62
+ 'inflight',
61
63
  'refinement',
62
64
  'development',
63
65
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supaku/agentfactory-linear",
3
- "version": "0.7.7",
3
+ "version": "0.7.9",
4
4
  "type": "module",
5
5
  "description": "Linear issue tracker integration for AgentFactory — status transitions, agent sessions, work routing",
6
6
  "author": "Supaku (https://supaku.com)",