uxos 0.0.26 → 0.0.27

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.
Files changed (2) hide show
  1. package/cli.js +0 -1
  2. package/package.json +1 -1
package/cli.js CHANGED
@@ -169,7 +169,6 @@ Then run:
169
169
  Installing UXOS workflow system...
170
170
  `);
171
171
 
172
- const projectRoot = process.cwd();
173
172
  const uxosDestDir = path.join(projectRoot, '_uxos');
174
173
 
175
174
  // Copy entire _uxos directory
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uxos",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "description": "UXOS - Design Efficiency Assistant: A guided workflow system for AI-powered design collaboration",
5
5
  "main": "cli.js",
6
6
  "bin": {