@nextop-os/workspace-issue-manager 0.0.23 → 0.0.25
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/README.md +4 -0
- package/dist/assets/workspace-dock-task.d.ts +3 -0
- package/dist/{chunk-XI6VLBSW.js → chunk-PDBLEOV4.js} +690 -564
- package/dist/chunk-PDBLEOV4.js.map +1 -0
- package/dist/{chunk-5Y5GVLKU.js → chunk-QKFOVSRG.js} +55 -55
- package/dist/chunk-QKFOVSRG.js.map +1 -0
- package/dist/{chunk-V75TAM27.js → chunk-QW2WQXOG.js} +23 -2
- package/dist/chunk-QW2WQXOG.js.map +1 -0
- package/dist/{chunk-ZWDF5XA7.js → chunk-UZEH5YBL.js} +12 -5
- package/dist/chunk-UZEH5YBL.js.map +1 -0
- package/dist/core/index.d.ts +6 -1
- package/dist/core/index.js +6 -2
- package/dist/i18n/index.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +7 -3
- package/dist/{issueManagerControllerService.interface-B_Jr7Xw_.d.ts → issueManagerControllerService.interface-BtvnnFla.d.ts} +3 -1
- package/dist/services/index.d.ts +2 -2
- package/dist/services/index.js +3 -3
- package/dist/ui/index.d.ts +4 -3
- package/dist/ui/index.js +4 -4
- package/dist/workbench/index.d.ts +7 -4
- package/dist/workbench/index.js +21 -31
- package/dist/workbench/index.js.map +1 -1
- package/package.json +10 -6
- package/dist/chunk-5Y5GVLKU.js.map +0 -1
- package/dist/chunk-V75TAM27.js.map +0 -1
- package/dist/chunk-XI6VLBSW.js.map +0 -1
- package/dist/chunk-ZWDF5XA7.js.map +0 -1
package/README.md
CHANGED
|
@@ -7,5 +7,9 @@ This package owns host-agnostic contracts, i18n defaults, React-facing feature
|
|
|
7
7
|
types, and workbench registration helpers. Hosts provide backend, identity,
|
|
8
8
|
file, agent runner, and optional share adapters.
|
|
9
9
|
|
|
10
|
+
Hosts that want the package-owned default dock or empty-state visual can import
|
|
11
|
+
it explicitly from
|
|
12
|
+
`@nextop-os/workspace-issue-manager/assets/workspace-dock-task.png`.
|
|
13
|
+
|
|
10
14
|
See [docs/architecture/workspace-issue-manager.md](/Users/ccr/tsh-project/nextop/docs/architecture/workspace-issue-manager.md)
|
|
11
15
|
for the current shared architecture and host-adapter model.
|