@theproductguy/create-mission-control 1.0.8 → 1.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/bin/cli.js CHANGED
@@ -121,7 +121,7 @@ async function init() {
121
121
 
122
122
  appPkg.dependencies = {
123
123
  ...appPkg.dependencies,
124
- "@theproductguy/agent-os-ui": "*", // Use workspace version
124
+ "@theproductguy/agent-os-ui": "file:../agent-os-ui", // Force local resolution
125
125
  "lucide-react": "^0.469.0",
126
126
  "clsx": "^2.1.0",
127
127
  "tailwind-merge": "^2.2.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theproductguy/create-mission-control",
3
- "version": "1.0.8",
3
+ "version": "1.0.9",
4
4
  "description": "Scaffolding tool for Agent OS applications",
5
5
  "type": "module",
6
6
  "bin": {
@@ -10,7 +10,7 @@
10
10
  "preview": "vite preview"
11
11
  },
12
12
  "dependencies": {
13
- "@theproductguy/agent-os-ui": "*",
13
+ "@theproductguy/agent-os-ui": "file:../../agent-os-ui",
14
14
  "@tailwindcss/typography": "^0.5.19",
15
15
  "axios": "^1.13.2",
16
16
  "clsx": "^2.1.1",