-
Notifications
You must be signed in to change notification settings - Fork 2
feat(cli): mempalace diary, kg, walk and rate commands (#354, #357, #359, #361) #404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,7 +27,7 @@ | |
|
|
||
| ## What this is | ||
|
|
||
| A verbatim-first local AI memory system. This fork tracks `upstream/develop` through the post-v3.8.0 sync (2026-08-20, commit `3e56979f`) and runs in production on a **618K+ drawer Postgres + pgvector + Apache AGE palace** behind [palace-daemon](https://github.com/techempower-org/palace-daemon). It carries fork-ahead commits that compose with — not replace — bensig's release direction; the v3.3.5 release (2026-05-10) includes our co-authored `_get_collection` retry-once via upstream #1377. 6341 tests pass on `main`. | ||
| A verbatim-first local AI memory system. This fork tracks `upstream/develop` through the post-v3.8.0 sync (2026-08-20, commit `3e56979f`) and runs in production on a **618K+ drawer Postgres + pgvector + Apache AGE palace** behind [palace-daemon](https://github.com/techempower-org/palace-daemon). It carries fork-ahead commits that compose with — not replace — bensig's release direction; the v3.3.5 release (2026-05-10) includes our co-authored `_get_collection` retry-once via upstream #1377. 6424 tests pass on `main`. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win 🧩 Analysis chain🏁 Script executed: # Check README.md for test count mentions
echo "=== README.md lines around 30 ==="
sed -n '25,35p' README.md
echo ""
echo "=== README.md line 257 (if it exists) ==="
sed -n '255,260p' README.md
echo ""
echo "=== Search for all test count mentions in README.md ==="
rg '\d+\s+tests?' README.md -A 1 -B 1Repository: techempower-org/mempalace Length of output: 2105 🏁 Script executed: # Check website/public/llms-full.txt for test count mentions
echo "=== website/public/llms-full.txt lines around 49 ==="
sed -n '45,55p' website/public/llms-full.txt
echo ""
echo "=== Search for all test count mentions in website/public/llms-full.txt ==="
rg '\d+\s+tests?' website/public/llms-full.txt -A 1 -B 1Repository: techempower-org/mempalace Length of output: 2408 Reconcile conflicting test counts in README.md and website/public/llms-full.txt. The introduction states "6424 tests pass on 📍 Affects 2 files
🤖 Prompt for AI Agents |
||
|
|
||
| The fork's architectural thinking — the four-layer memory model, the [verbatim-vs-derivative thesis](docs/research/verbatim-vs-derivative-axis.md), design principles, and the two-memory-layer pairing with Auto Dream — lives in [`docs/ARCHITECTURE.md`](docs/ARCHITECTURE.md). The new things here are *what we've learned*, not just what we've fixed. | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Keep the required pytest command consistent across source and generated documentation.
CLAUDE.md#L60-L60: documentpython -m pytest tests/ -x -q.website/public/llms-full.txt#L654-L654: regenerate this section from the correctedCLAUDE.md.📍 Affects 2 files
CLAUDE.md#L60-L60(this comment)website/public/llms-full.txt#L654-L654🤖 Prompt for AI Agents
Source: Coding guidelines