@supaku/agentfactory-linear 0.7.44 → 0.7.45
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.
|
@@ -53,7 +53,7 @@ ${context.failureSummary ?? 'No details recorded.'}
|
|
|
53
53
|
- Each sub-issue must have clear, unambiguous acceptance criteria
|
|
54
54
|
- Each sub-issue must be testable in isolation
|
|
55
55
|
- Address one specific concern that previous attempts failed on
|
|
56
|
-
- After creating sub-issues,
|
|
56
|
+
- After creating sub-issues, keep the PARENT issue in Icebox for human review`;
|
|
57
57
|
}
|
|
58
58
|
return `\n\n## Previous Failure Context
|
|
59
59
|
|
|
@@ -107,11 +107,11 @@ export function defaultGeneratePrompt(identifier, workType, mentionContext, work
|
|
|
107
107
|
case 'backlog-creation':
|
|
108
108
|
basePrompt = `Create backlog issues from the researched story ${identifier}.
|
|
109
109
|
Read the issue description, identify distinct work items, classify each as bug/feature/chore,
|
|
110
|
-
and create appropriately scoped issues in
|
|
110
|
+
and create appropriately scoped issues in Icebox status (so a human can review before moving to Backlog).
|
|
111
111
|
Choose the correct issue structure based on the work:
|
|
112
112
|
- Sub-issues (--parentId): When work is a single concern with sequential/parallel phases sharing context and dependencies.
|
|
113
113
|
- Independent issues (--type related): When items are unrelated work in different codebase areas with no shared context.
|
|
114
|
-
- Single issue rewrite: When scope is atomic (single concern, few files, no phases). Rewrite source in-place
|
|
114
|
+
- Single issue rewrite: When scope is atomic (single concern, few files, no phases). Rewrite source in-place, keep in Icebox.
|
|
115
115
|
When creating multiple issues, always add "related" links between them AND blocking relations where one step depends on another.
|
|
116
116
|
Do NOT wait for user approval - create issues automatically.`;
|
|
117
117
|
break;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supaku/agentfactory-linear",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.45",
|
|
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)",
|