@theaileverage/marionette 0.3.0 → 0.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@theaileverage/marionette",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "bun": ">=1.3.14"
@@ -26,10 +26,13 @@
26
26
  "runtime:check": "bun scripts/check-runtime-lifecycle.mjs"
27
27
  },
28
28
  "devDependencies": {
29
+ "@clack/prompts": "^1.8.0",
29
30
  "@effect/tsgo": "0.43.0",
30
31
  "@modelcontextprotocol/sdk": "^1.27.1",
31
32
  "@oxlint/plugins": "1.82.0",
33
+ "@types/bun": "1.3.14",
32
34
  "@types/express": "^5.0.0",
35
+ "@types/mustache": "^4.2.6",
33
36
  "@types/node": "^22.15.0",
34
37
  "@types/react": "^19.1.0",
35
38
  "@types/react-dom": "^19.1.0",
@@ -37,15 +40,15 @@
37
40
  "esbuild": "^0.28.2",
38
41
  "express": "^5.1.0",
39
42
  "lucide-react": "^0.468.0",
43
+ "mustache": "^4.2.0",
40
44
  "oxlint": "1.82.0",
45
+ "oxlint-tsgolint": "7.0.2001",
41
46
  "prettier": "^3.9.6",
42
47
  "react": "^19.1.0",
43
48
  "react-dom": "^19.1.0",
44
49
  "typescript": "7.0.2",
45
50
  "vite": "^6.3.5",
46
- "zod": "^3.25.0",
47
- "oxlint-tsgolint": "7.0.2001",
48
- "@types/bun": "1.3.14"
51
+ "zod": "^3.25.0"
49
52
  },
50
53
  "description": "Persistent multi-agent orchestration for Herdr, with a named lead, MCP tools, and a local dashboard.",
51
54
  "bin": {
@@ -23,6 +23,10 @@ Read the selected project's briefing, decisions, outstanding questions, and inbo
23
23
 
24
24
  If setup is needed, `marionette setup --schema` and `setup --help` describe the installed options. `setup --json --project /absolute/project --lead codex-desktop --lead-name NAME` creates/reuses the named session, supervisor and project binding and configures the selected lead. Setup's `--dry-run` previews its effects. Preserve an existing installation and saved lead. `doctor` diagnoses connections; deleting state is not a recovery step.
25
25
 
26
+ `marionette update --check` reports available updates; `update` and `upgrade` update the shared instance and its project bindings/MCP registrations, with rollback on startup failure. Setup offers migration for an older saved runtime; scripted setup requires `--upgrade`. Workspace trust is the general `trustWorkspaces` option for Codex, Claude Code, and AGY; `--no-trust-workspaces` retains native workspace prompts without changing tool approvals.
27
+
28
+ For user-requested removal, inspect `remove --dry-run` or `uninstall --dry-run --global` first. `remove` targets the current project (`--project DIR` or `--project-id ID` selects another); `uninstall` removes the selected instance, with `--global` also removing detected Bun/npm CLI installs. Source files and Git branches are preserved. Resolve active tasks, pending operations, and managed worktrees first. Closing verified agent panes requires explicit `--stop-agents`; `--keep-herdr` retains terminal resources. Noninteractive deletion requires `--yes`. Never use removal as a repair shortcut.
29
+
26
30
  ## Lead workflow
27
31
 
28
32
  Read a supplied bootstrap prompt and private lease file locally. Keep the token out of prose, artifacts, and logs. A CLI mutation accepts `--lease /private/path/lead.json`; an MCP mutation accepts the equivalent `lease` object. Acquire control only for initial establishment or an authorized takeover. `lead_handover` / `lead.handover` transfers the lease and invalidates the old one. Do not take over merely because another lead is quiet.