@brokkai/mjolnir-linux-arm64-gnu 1.5.3 → 1.6.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 +13 -13
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/SOURCE.md +0 -4
- package/licenses/SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt +0 -10
- package/licenses/THIRD_PARTY_LICENSES.html +4 -4
- package/package.json +2 -3
- package/anvil-licenses/GPL-3.0.md +0 -674
- package/anvil-licenses/LICENSE +0 -165
- package/anvil-licenses/SOURCE.md +0 -21
- package/anvil-licenses/SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt +0 -101
- package/anvil-licenses/THIRD_PARTY_LICENSES.html +0 -11779
- package/bin/anvil +0 -0
package/README.md
CHANGED
|
@@ -23,7 +23,7 @@ environment around it:
|
|
|
23
23
|
- each finished subagent's report, activity log, and diff are pushed back into
|
|
24
24
|
the primary session as a new user message — nothing polls.
|
|
25
25
|
|
|
26
|
-
Mjolnir is Codex-first, not Codex-only. You can add Claude, Kimi,
|
|
26
|
+
Mjolnir is Codex-first, not Codex-only. You can add Claude, Kimi, or a
|
|
27
27
|
custom Agent Client Protocol (ACP) server as an alternative primary or as a
|
|
28
28
|
specialist subagent or reviewer. The terminal, permissions, sessions, tools,
|
|
29
29
|
and remote workflow stay consistent across those routes.
|
|
@@ -41,7 +41,7 @@ and remote workflow stay consistent across those routes.
|
|
|
41
41
|
- **Integrated adversarial review:** challenge workspace changes with a
|
|
42
42
|
separate review supervisor and targeted specialist lanes before a delegated
|
|
43
43
|
turn completes.
|
|
44
|
-
- **Optional agent routes:** add Claude, Kimi,
|
|
44
|
+
- **Optional agent routes:** add Claude, Kimi, or a custom ACP server
|
|
45
45
|
without replacing the Codex-first workflow.
|
|
46
46
|
|
|
47
47
|
Mjolnir itself, its remote-control server, transcripts, and workspace tools run
|
|
@@ -54,8 +54,8 @@ The recommended path needs an authenticated, PATH-visible Codex CLI plus
|
|
|
54
54
|
Node.js/npm for the Codex ACP bridge. Provider use may incur cost.
|
|
55
55
|
|
|
56
56
|
Other agents are optional. Mjolnir can also use existing Claude or Kimi
|
|
57
|
-
credentials
|
|
58
|
-
|
|
57
|
+
credentials and install supported binary ACP agents. Read
|
|
58
|
+
[Start with Codex](https://mjolnir.brokk.ai/codex/),
|
|
59
59
|
[installation](https://mjolnir.brokk.ai/install/), and the
|
|
60
60
|
[data and trust boundaries](https://mjolnir.brokk.ai/data-boundaries/)
|
|
61
61
|
before connecting a private repository.
|
|
@@ -72,9 +72,8 @@ mj --version
|
|
|
72
72
|
npx -y @brokkai/mjolnir --version
|
|
73
73
|
```
|
|
74
74
|
|
|
75
|
-
The npm package includes the native `mj` bundle for your platform—plus
|
|
76
|
-
|
|
77
|
-
first run. Upgrade with `npm update -g @brokkai/mjolnir` and remove it with
|
|
75
|
+
The npm package includes the native `mj` bundle for your platform—plus, on
|
|
76
|
+
desktop, `mj-voice-worker`—so it does not download Mjolnir on first run. Upgrade with `npm update -g @brokkai/mjolnir` and remove it with
|
|
78
77
|
`npm uninstall -g @brokkai/mjolnir`.
|
|
79
78
|
|
|
80
79
|
On macOS (Apple Silicon and Intel) and Linux (x86-64 or ARM64 glibc), install
|
|
@@ -84,8 +83,8 @@ from the Homebrew tap:
|
|
|
84
83
|
brew install brokkai/tap/mjolnir
|
|
85
84
|
```
|
|
86
85
|
|
|
87
|
-
The formula puts `mj` on `PATH` and keeps `mj-voice-worker`
|
|
88
|
-
|
|
86
|
+
The formula puts `mj` on `PATH` and keeps `mj-voice-worker` in its private
|
|
87
|
+
`libexec`; it does not install Bifrost, which has its own
|
|
89
88
|
formula in the same tap (`brew install brokkai/tap/bifrost`). Upgrade with
|
|
90
89
|
`brew upgrade mjolnir`.
|
|
91
90
|
|
|
@@ -154,13 +153,14 @@ mj --worktree
|
|
|
154
153
|
## Contributing
|
|
155
154
|
|
|
156
155
|
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, runtime
|
|
157
|
-
invariants, tests, dependency-license maintenance
|
|
158
|
-
|
|
156
|
+
invariants, tests, and dependency-license maintenance. Maintainers tagging a
|
|
157
|
+
release should follow [RELEASING.md](RELEASING.md). Repository-specific agent
|
|
158
|
+
guidance lives in [AGENTS.md](AGENTS.md).
|
|
159
159
|
|
|
160
160
|
## License
|
|
161
161
|
|
|
162
162
|
Mjolnir and its voice worker are licensed under `GPL-3.0-only`. See
|
|
163
163
|
[LICENSE](LICENSE). Official release archives include the corresponding source
|
|
164
|
-
offer, dependency reports, supplemental notices
|
|
165
|
-
|
|
164
|
+
offer, dependency reports, and supplemental notices.
|
|
165
|
+
See [License and use cases](https://mjolnir.brokk.ai/license-use-cases/)
|
|
166
166
|
and [Third-party notices](https://mjolnir.brokk.ai/third-party-notices/).
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
package/licenses/SOURCE.md
CHANGED
|
@@ -17,7 +17,3 @@ contains the GNU GPL version 3 text. `THIRD_PARTY_LICENSES.html` covers the
|
|
|
17
17
|
locked Rust graph. `SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt` and the other files in
|
|
18
18
|
this directory cover native libraries, embedded fonts, and standalone notices
|
|
19
19
|
not fully represented by Cargo metadata.
|
|
20
|
-
|
|
21
|
-
Official archives also contain an `anvil-licenses` directory generated from the
|
|
22
|
-
locked graph of the pinned Anvil release. Its `SOURCE.md` identifies the source
|
|
23
|
-
for that separately built and aggregated binary.
|
|
@@ -152,13 +152,3 @@ The following font software is licensed under the SIL Open Font License 1.1. The
|
|
|
152
152
|
https://github.com/google/fonts/tree/main/ofl/staatliches
|
|
153
153
|
- JetBrains Mono: Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)
|
|
154
154
|
https://github.com/JetBrains/JetBrainsMono
|
|
155
|
-
|
|
156
|
-
================================================================================
|
|
157
|
-
Bundled Anvil 0.24.0
|
|
158
|
-
================================================================================
|
|
159
|
-
|
|
160
|
-
Source: https://github.com/BrokkAi/anvil/releases/tag/v0.24.0
|
|
161
|
-
Inclusion: separately built binary aggregated into every official Mjolnir archive
|
|
162
|
-
|
|
163
|
-
Anvil's complete legal bundle is shipped as anvil-licenses/ and maintained in licenses/anvil-v0.24.0/.
|
|
164
|
-
Its SOURCE.md identifies the exact corresponding source tag. The bundle includes Anvil's LGPLv3 and incorporated GPLv3 texts, the generated locked Rust dependency report, and supplemental native notices.
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
<p>
|
|
29
29
|
Mjolnir's own terms are in <code>LICENSE</code>.
|
|
30
30
|
<code>SOURCE.md</code> identifies the corresponding source revision.
|
|
31
|
-
Native libraries, embedded web fonts, standalone notices
|
|
32
|
-
|
|
31
|
+
Native libraries, embedded web fonts, and standalone notices are
|
|
32
|
+
covered by
|
|
33
33
|
<code>SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt</code> and the accompanying
|
|
34
34
|
legal files.
|
|
35
35
|
</p>
|
|
@@ -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.6.0">brokk-mjolnir 1.6.0</a></li>
|
|
7785
|
+
<li><a href="https://crates.io/crates/brokk-mj-voice-worker/1.6.0">brokk-mj-voice-worker 1.6.0</a></li>
|
|
7786
7786
|
</ul>
|
|
7787
7787
|
<pre class="license-text">GNU GENERAL PUBLIC LICENSE
|
|
7788
7788
|
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.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "GPL-3.0-only",
|
|
5
5
|
"repository": "https://github.com/BrokkAi/mjolnir",
|
|
6
6
|
"homepage": "https://mjolnir.brokk.ai/",
|
|
@@ -22,7 +22,6 @@
|
|
|
22
22
|
"bin/",
|
|
23
23
|
"README.md",
|
|
24
24
|
"LICENSE",
|
|
25
|
-
"licenses/"
|
|
26
|
-
"anvil-licenses/"
|
|
25
|
+
"licenses/"
|
|
27
26
|
]
|
|
28
27
|
}
|