@supaku/agentfactory-linear 0.7.26 → 0.7.27
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/dist/src/types.js +2 -2
- package/package.json +1 -1
package/dist/src/types.js
CHANGED
|
@@ -55,11 +55,11 @@ export const WORK_TYPE_FAIL_STATUS = {
|
|
|
55
55
|
'backlog-creation': null,
|
|
56
56
|
'development': null,
|
|
57
57
|
'inflight': null,
|
|
58
|
-
'qa': '
|
|
58
|
+
'qa': 'Backlog', // QA failure -> Backlog (developer/coordinator picks up with failure context)
|
|
59
59
|
'acceptance': 'Rejected', // Acceptance failure -> Rejected (rejection handler diagnoses next steps)
|
|
60
60
|
'refinement': null,
|
|
61
61
|
'coordination': null,
|
|
62
|
-
'qa-coordination': '
|
|
62
|
+
'qa-coordination': 'Backlog', // QA coordination failure -> Backlog (coordinator picks up with failure context)
|
|
63
63
|
'acceptance-coordination': 'Rejected', // Acceptance coordination failure -> Rejected
|
|
64
64
|
};
|
|
65
65
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supaku/agentfactory-linear",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.27",
|
|
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)",
|