@cerefox/memory 0.9.4 → 0.9.6
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 -4
- package/dist/bin/cerefox.js +28707 -591
- package/dist/frontend/assets/{index-DoDJGRih.css → index-CTOQrOUn.css} +1 -1
- package/dist/frontend/assets/index-LidcEDZ3.js +125 -0
- package/dist/frontend/assets/index-LidcEDZ3.js.map +1 -0
- package/dist/frontend/index.html +12 -2
- package/dist/server-assets/db/rpcs.sql +51 -0
- package/docs/guides/cli.md +1 -1
- package/docs/guides/connect-agents.md +3 -3
- package/docs/guides/quickstart.md +2 -2
- package/docs/guides/upgrading.md +69 -311
- package/package.json +2 -1
- package/dist/frontend/assets/index-D0zn7Zv2.js +0 -124
- package/dist/frontend/assets/index-D0zn7Zv2.js.map +0 -1
- package/docs/guides/migration-v0.5.md +0 -581
package/README.md
CHANGED
|
@@ -115,9 +115,9 @@ already provisioned (see "Before you install").
|
|
|
115
115
|
> **Upgrading from the Python `cerefox` CLI?** If you have a working
|
|
116
116
|
> `.env` in your repo clone, init detects it and offers to **copy** it to
|
|
117
117
|
> `~/.cerefox/.env` so the TS CLI uses the new home while Python keeps
|
|
118
|
-
> reading the repo file unchanged
|
|
119
|
-
>
|
|
120
|
-
>
|
|
118
|
+
> reading the repo file unchanged (`cerefox init` walks you through the choice).
|
|
119
|
+
> Existing users with no `~/.cerefox/.env` see zero behavior change until they
|
|
120
|
+
> opt in.
|
|
121
121
|
|
|
122
122
|
---
|
|
123
123
|
|
|
@@ -193,7 +193,7 @@ its own. The rest of the `cerefox` CLI is useful for:
|
|
|
193
193
|
- **Project README + roadmap**: <https://github.com/fstamatelopoulos/cerefox>
|
|
194
194
|
- **Architecture overview**: [`CLAUDE.md`](https://github.com/fstamatelopoulos/cerefox/blob/main/CLAUDE.md)
|
|
195
195
|
- **Setup guides**: [`docs/guides/`](https://github.com/fstamatelopoulos/cerefox/tree/main/docs/guides)
|
|
196
|
-
- **
|
|
196
|
+
- **Upgrading**: [`docs/guides/upgrading.md`](https://github.com/fstamatelopoulos/cerefox/blob/main/docs/guides/upgrading.md)
|
|
197
197
|
- **For AI agents using Cerefox**: [`AGENT_GUIDE.md`](https://github.com/fstamatelopoulos/cerefox/blob/main/AGENT_GUIDE.md), [`AGENT_QUICK_REFERENCE.md`](https://github.com/fstamatelopoulos/cerefox/blob/main/AGENT_QUICK_REFERENCE.md), or run `cerefox guides list`.
|
|
198
198
|
- **Changelog**: [`CHANGELOG.md`](https://github.com/fstamatelopoulos/cerefox/blob/main/CHANGELOG.md)
|
|
199
199
|
|