Skip to content

docs(SUP-1501): document GBrain memory operating pattern#25

Merged
levineam merged 2 commits into
sup-1504-gbrain-recall-bundlefrom
sup-1501-gbrain-memory-readmes
May 10, 2026
Merged

docs(SUP-1501): document GBrain memory operating pattern#25
levineam merged 2 commits into
sup-1504-gbrain-recall-bundlefrom
sup-1501-gbrain-memory-readmes

Conversation

@levineam

Copy link
Copy Markdown
Owner

Summary

Updates the public jarvOS docs after the GBrain/QMD/memory-wiki validation stack:

  • root README explains the recommended vault -> QMD -> curated GBrain -> graph recall -> runtime recall-bundle pattern
  • modules README documents the expanded @jarvos/gbrain responsibilities and operating loop
  • OpenClaw runtime README clarifies memory/knowledge wiring and memory-wiki's diagnostic role
  • starter kit adds retrieval eval and recall-bundle verification before prompt injection
  • architecture note records the validated layered retrieval pattern and public/private boundary

This is docs-only and intentionally does not include private manifests, eval questions, generated pages, or note content.

Validation

  • node tests/modules-smoke-test.js
  • bash scripts/smoke-test.sh
  • npm test
  • git diff --check
  • CI-style markdownlint command with the same disabled rules as .github/workflows/ci.yml

Paperclip

SUP-1501

Stacked on PR #24 / branch sup-1504-gbrain-recall-bundle.

@coderabbitai

coderabbitai Bot commented May 10, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 42cf2e03-e1d5-4cde-9116-4e67c727107d

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch sup-1501-gbrain-memory-readmes

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@levineam
levineam marked this pull request as ready for review May 10, 2026 11:46
@levineam
levineam force-pushed the sup-1504-gbrain-recall-bundle branch from b64bc2f to f399593 Compare May 10, 2026 12:17
@levineam
levineam force-pushed the sup-1501-gbrain-memory-readmes branch from a1a80c2 to b44f6af Compare May 10, 2026 12:18

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread runtimes/openclaw/README.md Outdated
pattern is:

```bash
node modules/jarvos-gbrain/scripts/jarvos-gbrain.js recall \

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@levineam
levineam force-pushed the sup-1504-gbrain-recall-bundle branch from f399593 to 5b075eb Compare May 10, 2026 12:22
@levineam
levineam force-pushed the sup-1501-gbrain-memory-readmes branch from b44f6af to 7574698 Compare May 10, 2026 12:23
@levineam
levineam force-pushed the sup-1504-gbrain-recall-bundle branch from 5b075eb to 0ad4ae7 Compare May 10, 2026 12:28
@levineam
levineam force-pushed the sup-1501-gbrain-memory-readmes branch from 7574698 to 96cf937 Compare May 10, 2026 12:29
@levineam
levineam force-pushed the sup-1504-gbrain-recall-bundle branch from 0ad4ae7 to 6a95b3a Compare May 10, 2026 12:37
@levineam
levineam force-pushed the sup-1501-gbrain-memory-readmes branch from 96cf937 to 8c5951c Compare May 10, 2026 12:37
@levineam
levineam merged commit dfa2fca into sup-1504-gbrain-recall-bundle May 10, 2026
6 checks passed
@levineam
levineam deleted the sup-1501-gbrain-memory-readmes branch May 10, 2026 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant