@brokkai/mjolnir-linux-arm64-gnu 1.11.4 → 1.11.6

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 CHANGED
@@ -22,9 +22,8 @@ and remote-control surface.
22
22
  - **Worktree sessions:** start work in a linked Git worktree and keep agent
23
23
  changes separate from the current checkout, whichever coder you choose.
24
24
  - **Shared project knowledge:** carry verified discoveries across Claude and
25
- Codex sessions through one local, inspectable memory interface. Claude's
26
- native project memory is also available to Codex without duplicate injection
27
- back into Claude.
25
+ Codex sessions through one local, inspectable memory interface synchronized
26
+ into each provider's native memory files.
28
27
  - **Remote control:** run the workspace and control plane on your machine while
29
28
  driving the session from another browser or device.
30
29
  - **Local voice input:** dictate prompts on macOS, Linux, and Windows with
@@ -41,7 +40,7 @@ and remote-control surface.
41
40
  ## Four teams, one shortcut
42
41
 
43
42
  Choose one of four teams during onboarding, from `/mjconfig`, or with
44
- **Ctrl+Tab** in a session:
43
+ **Shift+Tab** in a session:
45
44
 
46
45
  - **Codex**
47
46
  - **Claude**
@@ -61,8 +60,8 @@ under its terms and data boundaries.
61
60
 
62
61
  Claude and Codex should not have to rediscover the same build requirement,
63
62
  architecture constraint, or debugging conclusion in separate sessions.
64
- Mjolnir gives both agents one local project-knowledge layer and refreshes active
65
- primary sessions when that knowledge changes.
63
+ Mjolnir gives both agents one local project-knowledge layer and synchronizes it
64
+ into their native memory files before sessions start.
66
65
 
67
66
  Agents can save verified discoveries as they work, or you can manage them
68
67
  directly:
@@ -76,12 +75,13 @@ mj memory forget m7
76
75
 
77
76
  Use `/memory` for the same workflow inside an interactive session. Knowledge
78
77
  can be project-scoped or global, remains readable in Mjolnir's local
79
- `memories.json`, and is bounded before it enters an agent's context.
78
+ `memories.json`, and is synchronized into provider-native memory rather than
79
+ being added to a user prompt.
80
80
 
81
- When Codex is the primary agent, Mjolnir also makes Claude Code's native
82
- project `MEMORY.md` available to it. Claude continues to manage that file and
83
- receive it natively; Mjolnir does not inject a second copy into Claude. This
84
- lets a discovery made in one agent remain useful when you switch teams.
81
+ Mjolnir imports Claude Code's native project `MEMORY.md` into its shared store,
82
+ then writes a managed section to Claude and Codex native memory files. This
83
+ lets a discovery made in one agent remain useful when you switch teams without
84
+ altering either provider's user messages.
85
85
 
86
86
  See [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
87
87
  for behavior, controls, and source ownership.
@@ -155,7 +155,7 @@ mj
155
155
 
156
156
  First launch discovers available provider credentials and opens setup on the
157
157
  team those credentials support: **Claude coder + Codex reviewer** with both
158
- providers signed in, or that provider's own team with one. Press **Ctrl+Tab**
158
+ providers signed in, or that provider's own team with one. Press **Shift+Tab**
159
159
  to switch teams later, or open the **Team** tab in `/mjconfig`. Team, model,
160
160
  and adapter changes apply to a new session.
161
161
 
package/bin/mj CHANGED
Binary file
Binary file
@@ -9101,14 +9101,14 @@ insights.
9101
9101
  <h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
9102
9102
  <h4>Used by:</h4>
9103
9103
  <ul class="license-used-by">
9104
- <li><a href="https://crates.io/crates/brokk-mjolnir/1.11.4">brokk-mjolnir 1.11.4</a></li>
9105
- <li><a href="https://crates.io/crates/brokk-mj-agents/1.11.4">brokk-mj-agents 1.11.4</a></li>
9106
- <li><a href="https://crates.io/crates/brokk-mj-anvil/1.11.4">brokk-mj-anvil 1.11.4</a></li>
9107
- <li><a href="https://crates.io/crates/brokk-mj-core/1.11.4">brokk-mj-core 1.11.4</a></li>
9108
- <li><a href="https://crates.io/crates/brokk-mj-desktop/1.11.4">brokk-mj-desktop 1.11.4</a></li>
9109
- <li><a href="https://crates.io/crates/brokk-mj-remote/1.11.4">brokk-mj-remote 1.11.4</a></li>
9110
- <li><a href="https://crates.io/crates/brokk-mj-tui/1.11.4">brokk-mj-tui 1.11.4</a></li>
9111
- <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.11.4">brokk-mj-voice-worker 1.11.4</a></li>
9104
+ <li><a href="https://crates.io/crates/brokk-mjolnir/1.11.6">brokk-mjolnir 1.11.6</a></li>
9105
+ <li><a href="https://crates.io/crates/brokk-mj-agents/1.11.6">brokk-mj-agents 1.11.6</a></li>
9106
+ <li><a href="https://crates.io/crates/brokk-mj-anvil/1.11.6">brokk-mj-anvil 1.11.6</a></li>
9107
+ <li><a href="https://crates.io/crates/brokk-mj-core/1.11.6">brokk-mj-core 1.11.6</a></li>
9108
+ <li><a href="https://crates.io/crates/brokk-mj-desktop/1.11.6">brokk-mj-desktop 1.11.6</a></li>
9109
+ <li><a href="https://crates.io/crates/brokk-mj-remote/1.11.6">brokk-mj-remote 1.11.6</a></li>
9110
+ <li><a href="https://crates.io/crates/brokk-mj-tui/1.11.6">brokk-mj-tui 1.11.6</a></li>
9111
+ <li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.11.6">brokk-mj-voice-worker 1.11.6</a></li>
9112
9112
  </ul>
9113
9113
  <pre class="license-text">GNU GENERAL PUBLIC LICENSE
9114
9114
  Version 3, 29 June 2007
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brokkai/mjolnir-linux-arm64-gnu",
3
- "version": "1.11.4",
3
+ "version": "1.11.6",
4
4
  "license": "GPL-3.0-only",
5
5
  "repository": "https://github.com/BrokkAi/mjolnir",
6
6
  "homepage": "https://mjolnir.brokk.ai/",