forgehive 0.6.1 → 0.6.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/cli.js +5 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -5585,6 +5585,10 @@ function formatSecurityReport(report) {
5585
5585
  var [, , command, subcommand, ...rest] = process.argv;
5586
5586
  var projectRoot = process.cwd();
5587
5587
  var forgehiveDir = path23.join(projectRoot, ".forgehive");
5588
+ if (command === "--version" || command === "-v") {
5589
+ console.log("0.6.1");
5590
+ process.exit(0);
5591
+ }
5588
5592
  function loadClaudeMdBlock() {
5589
5593
  const templatePath = path23.join(
5590
5594
  path23.dirname(new URL(import.meta.url).pathname),
@@ -6254,7 +6258,7 @@ Setze diese Umgebungsvariablen:`);
6254
6258
  } else {
6255
6259
  const cmd = [command, subcommand].filter(Boolean).join(" ") || "(kein)";
6256
6260
  console.error(`Unbekannter Befehl: ${cmd}`);
6257
- console.error("Verf\xFCgbar: init | confirm | rollback | scan --update | scan --check | memory [show|clean|export] | skills [list|regen] | party [--set <name>|--agents <a,b,c> --name <name>] | wire <service> | status | watch | cost [today|week|all]");
6261
+ console.error("Verf\xFCgbar: init | confirm | rollback | scan --update | scan --check | status | cost [today|week|all] | cost --limit N --alert N | memory [show|clean|export|prune|snapshot] | memory adr [list|<titel>] | skills [list|regen|pull <url>] | party [--set <name>|run|status|cleanup] | wire <service> | mcp [auth|search|add] | security [scan|deps|report|audit|permissions]");
6258
6262
  process.exit(1);
6259
6263
  }
6260
6264
  /*! Bundled license information:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgehive",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Context-aware AI development environment — one binary, your stack.",
5
5
  "type": "module",
6
6
  "bin": {