docs(SUP-1501): document GBrain memory operating pattern#25
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
b64bc2f to
f399593
Compare
a1a80c2 to
b44f6af
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b44f6af618
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| pattern is: | ||
|
|
||
| ```bash | ||
| node modules/jarvos-gbrain/scripts/jarvos-gbrain.js recall \ |
There was a problem hiding this comment.
Use a path that exists from the OpenClaw workspace
In the OpenClaw setup described above, the jarvOS repo is copied into an OpenClaw workspace and only the core/templates are placed at the workspace root; the runtime itself will normally run from that workspace root, where modules/jarvos-gbrain/... does not exist. This recipe will therefore fail with MODULE_NOT_FOUND unless the user happens to run it from the jarvOS clone; use the installed jarvos-gbrain bin or an explicit path to the clone instead.
Useful? React with 👍 / 👎.
f399593 to
5b075eb
Compare
b44f6af to
7574698
Compare
5b075eb to
0ad4ae7
Compare
7574698 to
96cf937
Compare
0ad4ae7 to
6a95b3a
Compare
96cf937 to
8c5951c
Compare
Summary
Updates the public jarvOS docs after the GBrain/QMD/memory-wiki validation stack:
@jarvos/gbrainresponsibilities and operating loopmemory-wiki's diagnostic roleThis is docs-only and intentionally does not include private manifests, eval questions, generated pages, or note content.
Validation
node tests/modules-smoke-test.jsbash scripts/smoke-test.shnpm testgit diff --check.github/workflows/ci.ymlPaperclip
SUP-1501
Stacked on PR #24 / branch
sup-1504-gbrain-recall-bundle.