@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.5",
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': set this to true or false
6
- '@parcel/watcher': set this to true or false
7
- '@swc/core': set this to true or false
8
- esbuild: set this to true or false
9
- msw: set this to true or false
10
- sharp: set this to true or false
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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cogito.ai/cli",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "type": "module",
5
5
  "description": "AgentDock CLI – scaffold projects for humans and AI agents",
6
6
  "publishConfig": {