volute 0.6.0 → 0.7.0

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.
@@ -2,6 +2,9 @@
2
2
  import {
3
3
  resolveAgentName
4
4
  } from "./chunk-AZEL2IEK.js";
5
+ import {
6
+ deleteAgentUser as deleteAgentUser2
7
+ } from "./chunk-7ACDT3P2.js";
5
8
  import {
6
9
  parseArgs
7
10
  } from "./chunk-D424ZQGI.js";
@@ -41,6 +44,7 @@ async function run(args) {
41
44
  const dir = agentDir(name);
42
45
  removeAllVariants(name);
43
46
  removeAgent(name);
47
+ await deleteAgentUser2(name);
44
48
  console.log(`Removed ${name} from registry.`);
45
49
  if (existsSync(dir)) {
46
50
  if (!flags.force) {
@@ -0,0 +1,11 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ run,
4
+ stopDaemon
5
+ } from "./chunk-LLJNZPCU.js";
6
+ import "./chunk-UWHWAPGO.js";
7
+ import "./chunk-K3NQKI34.js";
8
+ export {
9
+ run,
10
+ stopDaemon
11
+ };
@@ -4,7 +4,7 @@ import "./chunk-K3NQKI34.js";
4
4
  // package.json
5
5
  var package_default = {
6
6
  name: "volute",
7
- version: "0.6.0",
7
+ version: "0.7.0",
8
8
  description: "CLI for creating and managing self-modifying AI agents powered by the Claude Agent SDK",
9
9
  type: "module",
10
10
  license: "MIT",
@@ -0,0 +1,12 @@
1
+ #!/usr/bin/env node
2
+ import {
3
+ readGlobalConfig,
4
+ run
5
+ } from "./chunk-EG45HBSJ.js";
6
+ import "./chunk-D424ZQGI.js";
7
+ import "./chunk-UWHWAPGO.js";
8
+ import "./chunk-K3NQKI34.js";
9
+ export {
10
+ readGlobalConfig,
11
+ run
12
+ };
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  checkForUpdate
4
- } from "./chunk-AOKAQGO4.js";
4
+ } from "./chunk-NKXULRSW.js";
5
5
  import {
6
6
  execInherit,
7
7
  resolveVoluteBin
@@ -5,7 +5,7 @@ import {
5
5
  fetchLatestVersion,
6
6
  getCurrentVersion,
7
7
  isNewer
8
- } from "./chunk-AOKAQGO4.js";
8
+ } from "./chunk-NKXULRSW.js";
9
9
  import "./chunk-UWHWAPGO.js";
10
10
  import "./chunk-K3NQKI34.js";
11
11
  export {