@h1veframework/cli 0.5.0 → 0.5.1

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
@@ -64,7 +64,7 @@ function errorForStatus(status2, code) {
64
64
  if (code === "NO_PROJECT") {
65
65
  return new NexusApiError(
66
66
  "NO_PROJECT",
67
- "Voc\xEA tem mais de um projeto. Defina H1VE_PROJECT_ID (o id do projeto) na config do CLI/MCP."
67
+ "Nenhum projeto resolvido para este repo. Conecte-o a um projeto em /settings \u2192 GitHub (o CLI/MCP ent\xE3o auto-resolvem pelo git remote), ou defina H1VE_PROJECT_ID na config."
68
68
  );
69
69
  }
70
70
  switch (status2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@h1veframework/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "CLI `nf` do H1VE Flow: opera o fluxo da feature (status/move/blocker/spec/done/health/start) da própria branch, via PAT.",
5
5
  "license": "MIT",
6
6
  "type": "module",