@brokkai/mjolnir-linux-x64-gnu 1.10.1 → 1.11.1

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
@@ -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,13 +57,43 @@ 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
59
- with built-in Codex and Claude ACP routes and, on macOS, Linux, and Windows,
60
- manages the Node.js runtime those routes need. A system Node.js installation is
61
- only required when installing through npm/npx or when using the built-in routes
62
- on Android. Provider use may incur cost.
92
+ with built-in Codex and Claude ACP routes (and Anvil on Android) and manages
93
+ the Node.js runtime those routes need: an embedded Node 24 on macOS, Linux,
94
+ and Windows, and Termux's nodejs package on Android (installed via `pkg` when
95
+ npx is missing). A system Node.js installation is only required when
96
+ installing through npm/npx. Provider use may incur cost.
63
97
 
64
98
  Review the
65
99
  [data and trust boundaries](https://mjolnir.brokk.ai/data-boundaries/) before
@@ -152,6 +186,7 @@ mj --worktree
152
186
  - [Remote control](https://mjolnir.brokk.ai/remote/)
153
187
  - [Voice dictation](https://mjolnir.brokk.ai/voice/)
154
188
  - [Subagents](https://mjolnir.brokk.ai/subagents/)
189
+ - [Shared project knowledge](https://mjolnir.brokk.ai/configuration/#shared-project-knowledge)
155
190
  - [Delegation and adversarial review](https://mjolnir.brokk.ai/delegation-review/)
156
191
  - [Permissions and workspace scope](https://mjolnir.brokk.ai/permissions/)
157
192
  - [Sessions, worktrees, and resume](https://mjolnir.brokk.ai/sessions-worktrees/)
package/bin/mj CHANGED
Binary file
Binary file
@@ -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.