@brokkai/mjolnir-linux-arm64-gnu 1.7.0 → 1.8.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/README.md +10 -7
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/THIRD_PARTY_LICENSES.html +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,9 +44,10 @@ Choose one of four teams during onboarding, from `/mjconfig`, or with
|
|
|
44
44
|
- **Codex coder + Claude reviewer**
|
|
45
45
|
- **Claude coder + Codex reviewer**
|
|
46
46
|
|
|
47
|
-
The coder owns the primary session
|
|
48
|
-
|
|
49
|
-
terminal, permissions, sessions, tools, and remote
|
|
47
|
+
The coder owns the primary session. The reviewer backs the independent review
|
|
48
|
+
pass that challenges changed turns, plus the default subagent pool. Switching
|
|
49
|
+
teams keeps Mjolnir's terminal, permissions, sessions, tools, and remote
|
|
50
|
+
workflow unchanged.
|
|
50
51
|
|
|
51
52
|
Mjolnir itself, its remote-control server, transcripts, and workspace tools run
|
|
52
53
|
on infrastructure you control. Model requests still use the selected provider
|
|
@@ -60,7 +61,7 @@ manages the Node.js runtime those routes need. A system Node.js installation is
|
|
|
60
61
|
only required when installing through npm/npx or when using the built-in routes
|
|
61
62
|
on Android. Provider use may incur cost.
|
|
62
63
|
|
|
63
|
-
|
|
64
|
+
Review the
|
|
64
65
|
[data and trust boundaries](https://mjolnir.brokk.ai/data-boundaries/) before
|
|
65
66
|
connecting a private repository.
|
|
66
67
|
|
|
@@ -124,7 +125,7 @@ use. Press **Ctrl+Tab** to switch teams later, or open the **Team** tab in
|
|
|
124
125
|
|
|
125
126
|
## Try it
|
|
126
127
|
|
|
127
|
-
The [10-minute
|
|
128
|
+
The [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/) uses a
|
|
128
129
|
checked-in disposable fixture to exercise a delegated subagent change, its
|
|
129
130
|
pushed-back report, explicit review, session resume, and headless output without
|
|
130
131
|
risking a real repository.
|
|
@@ -143,9 +144,11 @@ mj --worktree
|
|
|
143
144
|
|
|
144
145
|
## Documentation
|
|
145
146
|
|
|
146
|
-
- [
|
|
147
|
+
- [Teams and adversarial review](https://mjolnir.brokk.ai/teams/)
|
|
147
148
|
- [Install and run](https://mjolnir.brokk.ai/install/)
|
|
148
|
-
- [
|
|
149
|
+
- [Start with Codex](https://mjolnir.brokk.ai/codex/)
|
|
150
|
+
- [Start with Claude](https://mjolnir.brokk.ai/claude/)
|
|
151
|
+
- [10-minute evaluation](https://mjolnir.brokk.ai/evaluate/)
|
|
149
152
|
- [Remote control](https://mjolnir.brokk.ai/remote/)
|
|
150
153
|
- [Voice dictation](https://mjolnir.brokk.ai/voice/)
|
|
151
154
|
- [Subagents](https://mjolnir.brokk.ai/subagents/)
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
|
@@ -7781,8 +7781,8 @@ insights.
|
|
|
7781
7781
|
<h3 id="GPL-3.0-only">GNU General Public License v3.0 only</h3>
|
|
7782
7782
|
<h4>Used by:</h4>
|
|
7783
7783
|
<ul class="license-used-by">
|
|
7784
|
-
<li><a href="https://crates.io/crates/brokk-mjolnir/1.
|
|
7785
|
-
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.
|
|
7784
|
+
<li><a href="https://crates.io/crates/brokk-mjolnir/1.8.0">brokk-mjolnir 1.8.0</a></li>
|
|
7785
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.8.0">brokk-mj-voice-worker 1.8.0</a></li>
|
|
7786
7786
|
</ul>
|
|
7787
7787
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
7788
7788
|
Version 3, 29 June 2007
|