@opvs-ai/cli 0.5.3 → 0.5.4

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
@@ -37,7 +37,7 @@ const program = new Command();
37
37
  program
38
38
  .name("opvs")
39
39
  .description("OPVS CLI — AgentBoard + AgentDocs for AI coding agents")
40
- .version("0.5.3")
40
+ .version("0.5.4")
41
41
  .option("-w, --workspace <slug>", "Workspace to use (overrides current)");
42
42
  // Register all command groups
43
43
  registerAuthCommands(program);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opvs-ai/cli",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "OPVS CLI — Terminal access to AgentBoard + AgentDocs for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {