forge-memory 0.2.65 → 0.2.67
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 +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -36,6 +36,10 @@ with the desktop node id, pairing token, optional relay hint, and ALPN
|
|
|
36
36
|
`--manual-http` only when you intentionally want a LAN, Tailscale, or direct HTTP/TCP
|
|
37
37
|
route.
|
|
38
38
|
|
|
39
|
+
The base install stays one command on purpose. The detailed companion transport
|
|
40
|
+
reference lives in the Forge repo at `docs/companion-iroh.md` and in the published
|
|
41
|
+
docs at `https://albertbuchard.github.io/forge/companion-transport.html`.
|
|
42
|
+
|
|
39
43
|
`configure` reruns the full guided flow using the current config as defaults.
|
|
40
44
|
`export` writes a portable backup of the real Forge data folder. `uninstall` removes the Forge Memory runtime manager and cache while keeping the data folder by default; pass `--remove-data` only when you intentionally want the data deleted too.
|
|
41
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "forge-memory",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.67",
|
|
4
4
|
"description": "Guided Forge installer and local runtime manager for the Forge UI, OpenClaw, Hermes, Codex, and iOS pairing.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"url": "https://github.com/albertbuchard/forge/issues"
|
|
16
16
|
},
|
|
17
17
|
"bin": {
|
|
18
|
-
"forge-memory": "
|
|
18
|
+
"forge-memory": "bin/forge-memory.mjs"
|
|
19
19
|
},
|
|
20
20
|
"files": [
|
|
21
21
|
"bin",
|