@brokkai/mjolnir-linux-arm64-gnu 1.10.0 → 1.11.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 +34 -0
- package/bin/mj +0 -0
- package/bin/mj-voice-worker +0 -0
- package/licenses/SOURCE.md +1 -1
- package/licenses/SUPPLEMENTAL_THIRD_PARTY_NOTICES.txt +1 -1
- package/licenses/THIRD_PARTY_LICENSES.html +4782 -2337
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,6 +21,10 @@ and remote-control surface.
|
|
|
21
21
|
with an independent reviewer and targeted specialist checks.
|
|
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
|
+
- **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.
|
|
24
28
|
- **Remote control:** run the workspace and control plane on your machine while
|
|
25
29
|
driving the session from another browser or device.
|
|
26
30
|
- **Local voice input:** dictate prompts on macOS, Linux, and Windows with
|
|
@@ -53,6 +57,35 @@ Mjolnir itself, its remote-control server, transcripts, and workspace tools run
|
|
|
53
57
|
on infrastructure you control. Model requests still use the selected provider
|
|
54
58
|
under its terms and data boundaries.
|
|
55
59
|
|
|
60
|
+
## Shared project knowledge
|
|
61
|
+
|
|
62
|
+
Claude and Codex should not have to rediscover the same build requirement,
|
|
63
|
+
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.
|
|
66
|
+
|
|
67
|
+
Agents can save verified discoveries as they work, or you can manage them
|
|
68
|
+
directly:
|
|
69
|
+
|
|
70
|
+
```bash
|
|
71
|
+
mj memory list
|
|
72
|
+
mj memory add "Release builds must run through Nix"
|
|
73
|
+
mj memory add --global "Prefer concise commit messages"
|
|
74
|
+
mj memory forget m7
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
Use `/memory` for the same workflow inside an interactive session. Knowledge
|
|
78
|
+
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.
|
|
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.
|
|
85
|
+
|
|
86
|
+
See [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
|
|
87
|
+
for behavior, controls, and source ownership.
|
|
88
|
+
|
|
56
89
|
## Requirements
|
|
57
90
|
|
|
58
91
|
You need credentials for at least one configured model provider. Mjolnir ships
|
|
@@ -152,6 +185,7 @@ mj --worktree
|
|
|
152
185
|
- [Remote control](https://mjolnir.brokk.ai/remote/)
|
|
153
186
|
- [Voice dictation](https://mjolnir.brokk.ai/voice/)
|
|
154
187
|
- [Subagents](https://mjolnir.brokk.ai/subagents/)
|
|
188
|
+
- [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
|
|
155
189
|
- [Delegation and adversarial review](https://mjolnir.brokk.ai/delegation-review/)
|
|
156
190
|
- [Permissions and workspace scope](https://mjolnir.brokk.ai/permissions/)
|
|
157
191
|
- [Sessions, worktrees, and resume](https://mjolnir.brokk.ai/sessions-worktrees/)
|
package/bin/mj
CHANGED
|
Binary file
|
package/bin/mj-voice-worker
CHANGED
|
Binary file
|
package/licenses/SOURCE.md
CHANGED
|
@@ -12,7 +12,7 @@ available at:
|
|
|
12
12
|
|
|
13
13
|
https://github.com/BrokkAi/mjolnir
|
|
14
14
|
|
|
15
|
-
Mjolnir and its voice worker are licensed under `GPL-3.0-only`; `LICENSE`
|
|
15
|
+
Mjolnir workspace packages and its voice worker are licensed under `GPL-3.0-only`; `LICENSE`
|
|
16
16
|
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
|
|
@@ -141,7 +141,7 @@ The Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, and GPLv3 texts are included in
|
|
|
141
141
|
Embedded web fonts
|
|
142
142
|
================================================================================
|
|
143
143
|
|
|
144
|
-
Source: src/fonts/*.woff2
|
|
144
|
+
Source: mj-remote/src/fonts/*.woff2
|
|
145
145
|
Inclusion: embedded in the mj binary and served by the remote viewer
|
|
146
146
|
|
|
147
147
|
The following font software is licensed under the SIL Open Font License 1.1. The complete terms are in OFL-1.1.md.
|