mixdog 0.7.1 → 0.7.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixdog",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Claude Code all-in-one agent plugin — autonomous agents, continuous memory, cost-aware sub-agents, and syntax-aware code editing.",
5
5
  "hooks": "./hooks/hooks.json",
6
6
  "mcpServers": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mixdog",
3
- "version": "0.7.1",
3
+ "version": "0.7.2",
4
4
  "description": "Claude Code all-in-one bridge plugin: role-based bridge workers, continuous memory, and syntax-aware code editing.",
5
5
  "author": "mixdog contributors <dev@tribgames.com>",
6
6
  "license": "MIT",
@@ -8,7 +8,8 @@
8
8
  "type": "module",
9
9
  "bin": {
10
10
  "mcfg": "./setup/launch.mjs",
11
- "mixdog-install": "./setup/install.mjs"
11
+ "mixdog-install": "./setup/install.mjs",
12
+ "mixdog": "./setup/install.mjs"
12
13
  },
13
14
  "engines": {
14
15
  "bun": ">=1.1.0"