@h1veframework/cli 0.12.1 → 0.12.2

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1438,7 +1438,7 @@ async function mcp(io, args) {
1438
1438
  }
1439
1439
 
1440
1440
  // src/index.ts
1441
- var VERSION = "0.12.1";
1441
+ var VERSION = "0.12.2";
1442
1442
  var HELP = `h1ve \u2014 CLI do H1VE
1443
1443
  (o comando legado \`nf\` continua funcionando como alias)
1444
1444
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h1veframework/cli",
3
- "version": "0.12.1",
3
+ "version": "0.12.2",
4
4
  "description": "The CLI for H1VE — the governance & memory layer for teams building with AI. Drive your feature flow (start, status, move, spec, done) from the terminal. Works with Claude Code, Cursor and Copilot.",
5
5
  "license": "MIT",
6
6
  "type": "module",