@intutic/cli 1.0.5 → 1.0.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -15,7 +15,7 @@ const program = new Command();
15
15
  program
16
16
  .name('intutic')
17
17
  .description('Intutic CLI — AI governance control plane for developer workspaces')
18
- .version('0.1.0');
18
+ .version('1.0.6');
19
19
  program
20
20
  .command('init')
21
21
  .description('Initialize workspace — detect harnesses, configure sync')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intutic/cli",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "Intutic CLI — sync daemon, harness detection, and workspace management",
5
5
  "type": "module",
6
6
  "bin": {