@brokkai/mjolnir-linux-x64-gnu 1.11.5 → 1.11.7
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 +13 -10
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +8 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,12 +19,13 @@ and remote-control surface.
|
|
|
19
19
|
primary agent.
|
|
20
20
|
- **Integrated adversarial review:** automatically challenge changed turns
|
|
21
21
|
with an independent reviewer and targeted specialist checks.
|
|
22
|
+
- **Mid-turn steering:** queue a correction while a supported agent is working,
|
|
23
|
+
then use Cancel to apply the oldest queued correction to the running turn.
|
|
22
24
|
- **Worktree sessions:** start work in a linked Git worktree and keep agent
|
|
23
25
|
changes separate from the current checkout, whichever coder you choose.
|
|
24
26
|
- **Shared project knowledge:** carry verified discoveries across Claude and
|
|
25
|
-
Codex sessions through one local, inspectable memory interface
|
|
26
|
-
|
|
27
|
-
back into Claude.
|
|
27
|
+
Codex sessions through one local, inspectable memory interface synchronized
|
|
28
|
+
into each provider's native memory files.
|
|
28
29
|
- **Remote control:** run the workspace and control plane on your machine while
|
|
29
30
|
driving the session from another browser or device.
|
|
30
31
|
- **Local voice input:** dictate prompts on macOS, Linux, and Windows with
|
|
@@ -61,8 +62,8 @@ under its terms and data boundaries.
|
|
|
61
62
|
|
|
62
63
|
Claude and Codex should not have to rediscover the same build requirement,
|
|
63
64
|
architecture constraint, or debugging conclusion in separate sessions.
|
|
64
|
-
Mjolnir gives both agents one local project-knowledge layer and
|
|
65
|
-
|
|
65
|
+
Mjolnir gives both agents one local project-knowledge layer and synchronizes it
|
|
66
|
+
into their native memory files before sessions start.
|
|
66
67
|
|
|
67
68
|
Agents can save verified discoveries as they work, or you can manage them
|
|
68
69
|
directly:
|
|
@@ -76,12 +77,13 @@ mj memory forget m7
|
|
|
76
77
|
|
|
77
78
|
Use `/memory` for the same workflow inside an interactive session. Knowledge
|
|
78
79
|
can be project-scoped or global, remains readable in Mjolnir's local
|
|
79
|
-
`memories.json`, and is
|
|
80
|
+
`memories.json`, and is synchronized into provider-native memory rather than
|
|
81
|
+
being added to a user prompt.
|
|
80
82
|
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
Mjolnir imports Claude Code's native project `MEMORY.md` into its shared store,
|
|
84
|
+
then writes a managed section to Claude and Codex native memory files. This
|
|
85
|
+
lets a discovery made in one agent remain useful when you switch teams without
|
|
86
|
+
altering either provider's user messages.
|
|
85
87
|
|
|
86
88
|
See [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
|
|
87
89
|
for behavior, controls, and source ownership.
|
|
@@ -186,6 +188,7 @@ mj --worktree
|
|
|
186
188
|
- [Start with Claude](https://mjolnir.brokk.ai/claude/)
|
|
187
189
|
- [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/)
|
|
188
190
|
- [Remote control](https://mjolnir.brokk.ai/remote/)
|
|
191
|
+
- [Mid-turn steering and terminal controls](https://mjolnir.brokk.ai/cli-reference/#mid-turn-steering)
|
|
189
192
|
- [Voice dictation](https://mjolnir.brokk.ai/voice/)
|
|
190
193
|
- [Subagents](https://mjolnir.brokk.ai/subagents/)
|
|
191
194
|
- [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
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.
|
|
9105
|
-
<li><a href="https://crates.io/crates/brokk-mj-agents/1.11.
|
|
9106
|
-
<li><a href="https://crates.io/crates/brokk-mj-anvil/1.11.
|
|
9107
|
-
<li><a href="https://crates.io/crates/brokk-mj-core/1.11.
|
|
9108
|
-
<li><a href="https://crates.io/crates/brokk-mj-desktop/1.11.
|
|
9109
|
-
<li><a href="https://crates.io/crates/brokk-mj-remote/1.11.
|
|
9110
|
-
<li><a href="https://crates.io/crates/brokk-mj-tui/1.11.
|
|
9111
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.11.
|
|
9104
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/1.11.7">brokk-mjolnir 1.11.7</a></li>
|
|
9105
|
+
<li><a href="https://crates.io/crates/brokk-mj-agents/1.11.7">brokk-mj-agents 1.11.7</a></li>
|
|
9106
|
+
<li><a href="https://crates.io/crates/brokk-mj-anvil/1.11.7">brokk-mj-anvil 1.11.7</a></li>
|
|
9107
|
+
<li><a href="https://crates.io/crates/brokk-mj-core/1.11.7">brokk-mj-core 1.11.7</a></li>
|
|
9108
|
+
<li><a href="https://crates.io/crates/brokk-mj-desktop/1.11.7">brokk-mj-desktop 1.11.7</a></li>
|
|
9109
|
+
<li><a href="https://crates.io/crates/brokk-mj-remote/1.11.7">brokk-mj-remote 1.11.7</a></li>
|
|
9110
|
+
<li><a href="https://crates.io/crates/brokk-mj-tui/1.11.7">brokk-mj-tui 1.11.7</a></li>
|
|
9111
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.11.7">brokk-mj-voice-worker 1.11.7</a></li>
|
|
9112
9112
|
</ul>
|
|
9113
9113
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
9114
9114
|
Version 3, 29 June 2007
|