@supaku/agentfactory-linear 0.7.45 → 0.7.47

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.
@@ -167,7 +167,7 @@ export class AgentSession {
167
167
  console.warn('[AgentSession] Failed to check terminal state before completion transition:', err);
168
168
  }
169
169
  if (!isTerminal) {
170
- const isResultSensitive = this.workType === 'qa' || this.workType === 'acceptance';
170
+ const isResultSensitive = this.workType === 'qa' || this.workType === 'acceptance' || this.workType === 'coordination' || this.workType === 'qa-coordination' || this.workType === 'acceptance-coordination';
171
171
  if (isResultSensitive) {
172
172
  // For QA/acceptance: only transition if workResult is explicitly set
173
173
  if (workResult === 'passed') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supaku/agentfactory-linear",
3
- "version": "0.7.45",
3
+ "version": "0.7.47",
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)",