@tutti-os/workspace-issue-manager 0.0.7 → 0.0.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.
- package/dist/{chunk-QRRPA7TH.js → chunk-67GYAHB3.js} +2 -2
- package/dist/{chunk-FZXBXPXT.js → chunk-B4Q63VPZ.js} +5 -5
- package/dist/chunk-B4Q63VPZ.js.map +1 -0
- package/dist/{chunk-LZL5SEKE.js → chunk-J7SLXXOG.js} +2 -2
- package/dist/chunk-J7SLXXOG.js.map +1 -0
- package/dist/{chunk-6A4HN3VH.js → chunk-QRUF7EDW.js} +7 -6
- package/dist/chunk-QRUF7EDW.js.map +1 -0
- package/dist/contracts/index.d.ts +3 -3
- package/dist/core/index.js +2 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.js +3 -3
- package/dist/services/index.js +3 -3
- package/dist/ui/index.js +4 -4
- package/dist/workbench/index.js +4 -4
- package/package.json +10 -10
- package/dist/chunk-6A4HN3VH.js.map +0 -1
- package/dist/chunk-FZXBXPXT.js.map +0 -1
- package/dist/chunk-LZL5SEKE.js.map +0 -1
- /package/dist/{chunk-QRRPA7TH.js.map → chunk-67GYAHB3.js.map} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { WorkspaceFileReferenceAdapter, WorkspaceFileReference, WorkspaceFileReferenceDirectoryListing, WorkspaceFileReferencePrefetchReason, WorkspaceFileReferencePrefetchState, WorkspaceFileReferencePreview, WorkspaceFileReferencePreviewKind, WorkspaceFileReferenceTreeDirectory, WorkspaceFileReferenceTreeEntry, WorkspaceFileReferenceTreeSnapshot } from '@tutti-os/workspace-file-reference/contracts';
|
|
2
|
-
import { WorkspaceUserProjectApi,
|
|
2
|
+
import { WorkspaceUserProjectApi, WorkspaceUserProjectService, WorkspaceUserProject } from '@tutti-os/workspace-user-project/contracts';
|
|
3
3
|
|
|
4
4
|
type IssueManagerStatus = "not_started" | "running" | "in_progress" | "pending_acceptance" | "completed" | "failed" | "canceled" | (string & {});
|
|
5
5
|
type IssueManagerPriority = "high" | "medium" | "low" | (string & {});
|
|
@@ -396,8 +396,8 @@ interface IssueManagerAgentSessionOpener {
|
|
|
396
396
|
openSession(input: IssueManagerAgentSessionOpenInput): Promise<void> | void;
|
|
397
397
|
}
|
|
398
398
|
type IssueManagerExecutionDirectoryProject = WorkspaceUserProject;
|
|
399
|
-
type IssueManagerExecutionDirectoryPicker = Pick<WorkspaceUserProjectApi, "
|
|
400
|
-
service?:
|
|
399
|
+
type IssueManagerExecutionDirectoryPicker = Pick<WorkspaceUserProjectApi, "selectDirectory" | "use"> & {
|
|
400
|
+
service?: WorkspaceUserProjectService | null;
|
|
401
401
|
};
|
|
402
402
|
interface IssueManagerAgentBreakdownRequest extends IssueManagerScope {
|
|
403
403
|
executionDirectory?: string | null;
|
package/dist/core/index.js
CHANGED
|
@@ -29,8 +29,8 @@ import {
|
|
|
29
29
|
resolveIssueManagerExpandedFrame,
|
|
30
30
|
resolveIssueManagerWorkspaceRuntimePath,
|
|
31
31
|
shouldAutoCollapseIssueManagerSidebar
|
|
32
|
-
} from "../chunk-
|
|
33
|
-
import "../chunk-
|
|
32
|
+
} from "../chunk-67GYAHB3.js";
|
|
33
|
+
import "../chunk-J7SLXXOG.js";
|
|
34
34
|
export {
|
|
35
35
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
36
36
|
buildIssueManagerRunPrompt,
|
package/dist/i18n/index.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
resolveIssueManagerPriorityLabel,
|
|
10
10
|
resolveIssueManagerStatusLabel,
|
|
11
11
|
uniqueIssueManagerFileReferences
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-B4Q63VPZ.js";
|
|
13
13
|
import {
|
|
14
14
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
15
15
|
buildIssueManagerRunPrompt,
|
|
@@ -41,13 +41,13 @@ import {
|
|
|
41
41
|
resolveIssueManagerExpandedFrame,
|
|
42
42
|
resolveIssueManagerWorkspaceRuntimePath,
|
|
43
43
|
shouldAutoCollapseIssueManagerSidebar
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-67GYAHB3.js";
|
|
45
45
|
import {
|
|
46
46
|
createIssueManagerI18nRuntime,
|
|
47
47
|
issueManagerI18nModule,
|
|
48
48
|
issueManagerI18nNamespace,
|
|
49
49
|
issueManagerI18nResources
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-J7SLXXOG.js";
|
|
51
51
|
export {
|
|
52
52
|
appendIssueManagerWorkspaceFileLinksToContent,
|
|
53
53
|
buildIssueManagerRunPrompt,
|
package/dist/services/index.js
CHANGED
|
@@ -8,9 +8,9 @@ import {
|
|
|
8
8
|
resolveIssueManagerPriorityLabel,
|
|
9
9
|
resolveIssueManagerStatusLabel,
|
|
10
10
|
uniqueIssueManagerFileReferences
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-B4Q63VPZ.js";
|
|
12
|
+
import "../chunk-67GYAHB3.js";
|
|
13
|
+
import "../chunk-J7SLXXOG.js";
|
|
14
14
|
export {
|
|
15
15
|
createIssueManagerControllerService,
|
|
16
16
|
createIssueManagerDate,
|
package/dist/ui/index.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
IssueManagerNode,
|
|
3
3
|
IssueManagerNodeHeader
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-QRUF7EDW.js";
|
|
5
|
+
import "../chunk-B4Q63VPZ.js";
|
|
6
|
+
import "../chunk-67GYAHB3.js";
|
|
7
|
+
import "../chunk-J7SLXXOG.js";
|
|
8
8
|
export {
|
|
9
9
|
IssueManagerNode,
|
|
10
10
|
IssueManagerNodeHeader
|
package/dist/workbench/index.js
CHANGED
|
@@ -2,14 +2,14 @@ import {
|
|
|
2
2
|
IssueManagerNode,
|
|
3
3
|
IssueManagerNodeHeader,
|
|
4
4
|
dispatchIssueManagerTaskListCollapsed
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-QRUF7EDW.js";
|
|
6
|
+
import "../chunk-B4Q63VPZ.js";
|
|
7
7
|
import {
|
|
8
8
|
normalizeIssueManagerNodeState,
|
|
9
9
|
resolveIssueManagerExpandedFrame,
|
|
10
10
|
shouldAutoCollapseIssueManagerSidebar
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-67GYAHB3.js";
|
|
12
|
+
import "../chunk-J7SLXXOG.js";
|
|
13
13
|
import {
|
|
14
14
|
defaultIssueManagerNodeFrame,
|
|
15
15
|
defaultIssueManagerWorkbenchTypeId
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tutti-os/workspace-issue-manager",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -54,14 +54,14 @@
|
|
|
54
54
|
"directory": "packages/workspace/issue-manager"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@tutti-os/ui-i18n-runtime": "0.0.
|
|
58
|
-
"@tutti-os/ui-react-hooks": "0.0.
|
|
59
|
-
"@tutti-os/ui-rich-text": "0.0.
|
|
60
|
-
"@tutti-os/ui-system": "0.0.
|
|
61
|
-
"@tutti-os/workbench-surface": "0.0.
|
|
62
|
-
"@tutti-os/workspace-file-reference": "0.0.
|
|
63
|
-
"@tutti-os/workspace-file-preview": "0.0.
|
|
64
|
-
"@tutti-os/workspace-user-project": "0.0.
|
|
57
|
+
"@tutti-os/ui-i18n-runtime": "0.0.9",
|
|
58
|
+
"@tutti-os/ui-react-hooks": "0.0.9",
|
|
59
|
+
"@tutti-os/ui-rich-text": "0.0.9",
|
|
60
|
+
"@tutti-os/ui-system": "0.0.9",
|
|
61
|
+
"@tutti-os/workbench-surface": "0.0.9",
|
|
62
|
+
"@tutti-os/workspace-file-reference": "0.0.9",
|
|
63
|
+
"@tutti-os/workspace-file-preview": "0.0.9",
|
|
64
|
+
"@tutti-os/workspace-user-project": "0.0.9",
|
|
65
65
|
"valtio": "^2.3.2"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"react-dom": "^19.1.0",
|
|
81
81
|
"valtio": "^2.3.2"
|
|
82
82
|
},
|
|
83
|
-
"
|
|
83
|
+
"tutti": {
|
|
84
84
|
"tailwindSourceRoot": "src"
|
|
85
85
|
},
|
|
86
86
|
"publishConfig": {
|