Switch ECC to low-context install; add MemPalace, Graphify, gsd-pi; drop Automem#24
Closed
recoskyler wants to merge 3 commits into
Closed
Switch ECC to low-context install; add MemPalace, Graphify, gsd-pi; drop Automem#24recoskyler wants to merge 3 commits into
recoskyler wants to merge 3 commits into
Conversation
…aphify; drop Automem - ECC: replace marketplace plugin install with `npx -y ecc-install --profile minimal --target claude` and drop the manual rules clone. The minimal profile installs rules + agents + commands + core skills without hooks-runtime, avoiding the plugin+manual stacking the ECC README warns against. - MemPalace: add `mempalace` (PyPI) for local AI memory. - Graphify: add `graphifyy` (PyPI) + `graphify install` for the cross-harness knowledge-graph skill; enable via .planning/config.json. - Pi: add `gsd-pi` (npm) and `pi-agent-browser` (via `pi install`). - Drop Automem: remove ARG/ENV declarations, MCP init block, Serena exclusion conditional, README env-var table rows, and compose/docker run examples.
Drops `base/ttyd-overlay.html` into `$HOME/ttyd-overlay.html` during the base image build so ttyd can serve a custom client overlay (single self-contained HTML with inlined assets).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
npx ecc-install --profile minimal --target claude) — dropshooks-runtimeand avoids the plugin+manual stacking the ECC README explicitly warns against. Removes the now-redundant manualrules/common+rules/typescriptclone inscripts/setup-claude.sh.mempalacePyPI) as the local-first memory layer that replaces the removed Automem MCP.graphifyyPyPI +graphify install) for cross-harness knowledge-graph queries; enable via.planning/config.json.base/ttyd-overlay.htmlcopied to$HOME/ttyd-overlay.html).ARG/ENV,init-claude-mcp.shMCP block + Serena exclusion conditional,devcontainer-claude.mdMCP bullet, README env-var rows and compose/docker runexamples.Test plan
docker build -f base/Dockerfile .succeeds withoutAUTOMEM_*build argsclaudeloads ECC rules from~/.claude/rules/and noeverything-claude-codeplugin entry appears in/plugin listpython3 -c "import mempalace"succeeds;graphify --helprunsgsd-pi --helpruns;pi-agent-browserreachable via Piinit-claude-mcp.shconfigures only Serena + (optional) Context7 + (optional) ntfy hooks — nomemoryMCP entry in~/.claude.json$HOME/ttyd-overlay.htmlrg -i automemfinds no matches outside.planning/research/