monomind 2.8.0 → 2.8.1
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/README.md +9 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -44,7 +44,14 @@ claude mcp add monomind -- npx -y monomind@latest mcp start
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
<details>
|
|
47
|
-
<summary><strong>Using
|
|
47
|
+
<summary><strong>Using Antigravity (agy)?</strong></summary>
|
|
48
|
+
|
|
49
|
+
Nothing extra to do — agy output is part of **default** `monomind init`: `GEMINI.md`, `.gemini/rules/`, and a live status bar wired through `.gemini/settings.json`. The MCP server config is shared with Claude Code (`.mcp.json`). See [Antigravity guide →](doc/concepts/antigravity.md).
|
|
50
|
+
|
|
51
|
+
</details>
|
|
52
|
+
|
|
53
|
+
<details>
|
|
54
|
+
<summary><strong>Using opencode instead?</strong></summary>
|
|
48
55
|
|
|
49
56
|
```bash
|
|
50
57
|
monomind init --opencode # emits opencode.json + .opencode/ alongside Claude/Antigravity output
|
|
@@ -61,7 +68,7 @@ monomind init --opencode # emits opencode.json + .opencode/ alongside Clau
|
|
|
61
68
|
monomind init --kimicode # emits .kimi-code/ + AGENTS.md alongside Claude/Antigravity output
|
|
62
69
|
```
|
|
63
70
|
|
|
64
|
-
`--kimicode` is additive — it never touches your `.claude/` or `.gemini/` config. You get the same MCP tools, agent roster, skills, and commands (as project-level flow skills). Install the generated plugin once for `/monomind:*` slash commands and security gates: `/plugins install ./.kimi-code/plugin`. See [Kimi Code guide →](doc/concepts/kimicode.md).
|
|
71
|
+
`--kimicode` is additive — it never touches your `.claude/` or `.gemini/` config. You get the same MCP tools, agent roster, skills, and commands (as project-level flow skills). Install the generated plugin once for `/monomind:*` slash commands and security gates: `/plugins install ./.kimi-code/plugin`. If `~/.kimi-code/` exists, init also wires the monomind status bar into kimi's footer. See [Kimi Code guide →](doc/concepts/kimicode.md).
|
|
65
72
|
|
|
66
73
|
</details>
|
|
67
74
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monomind",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "Open-source CLI extension for Claude Code and Antigravity (agy). Adds an MCP server with a codebase knowledge graph, persistent memory, multi-agent coordination, and reusable slash commands. MIT licensed, runs locally, no data leaves your machine.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"LICENSE"
|
|
22
22
|
],
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@monoes/monomindcli": "2.8.
|
|
24
|
+
"@monoes/monomindcli": "2.8.1"
|
|
25
25
|
},
|
|
26
26
|
"overrides": {
|
|
27
27
|
"hono": ">=4.12.21",
|