@cogito.ai/cli 0.4.5 → 0.4.6
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/index.js
CHANGED
|
@@ -868,7 +868,7 @@ var package_default;
|
|
|
868
868
|
var init_package = __esm(() => {
|
|
869
869
|
package_default = {
|
|
870
870
|
name: "@cogito.ai/cli",
|
|
871
|
-
version: "0.4.
|
|
871
|
+
version: "0.4.6",
|
|
872
872
|
type: "module",
|
|
873
873
|
description: "AgentDock CLI – scaffold projects for humans and AI agents",
|
|
874
874
|
publishConfig: {
|
|
@@ -2,12 +2,12 @@ packages:
|
|
|
2
2
|
- 'apps/*'
|
|
3
3
|
- 'packages/*'
|
|
4
4
|
allowBuilds:
|
|
5
|
-
'@fission-ai/openspec':
|
|
6
|
-
'@parcel/watcher':
|
|
7
|
-
'@swc/core':
|
|
8
|
-
esbuild:
|
|
9
|
-
msw:
|
|
10
|
-
sharp:
|
|
5
|
+
'@fission-ai/openspec': true
|
|
6
|
+
'@parcel/watcher': true
|
|
7
|
+
'@swc/core': true
|
|
8
|
+
esbuild: true
|
|
9
|
+
msw: true
|
|
10
|
+
sharp: true
|
|
11
11
|
onlyBuiltDependencies:
|
|
12
12
|
- '@fission-ai/openspec'
|
|
13
13
|
- '@parcel/watcher'
|