Slim memory files — move reference content to in-repo docs #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
ErsatzTV memory loads 42 lines (MEMORY.md) + 59 lines (ci-cd.md) = ~100 lines per session. The ci-cd.md file is pure reference documentation that belongs in the in-repo
docs/folder, and MEMORY.md duplicates tech stack info already in CLAUDE.md.Changes
Move
ci-cd.md(59 lines) →docs/ci-cd.mdThis is reference documentation about upstream GitHub Actions workflows, Gitea Actions compatibility, build steps, and registry options. It belongs alongside the existing
docs/fork-strategy.md,docs/channels.md, anddocs/m3u-xmltv.md.Update MEMORY.md to point to
docs/ci-cd.mdinstead of the memory file.Remove from MEMORY.md
Keep in MEMORY.md
Target: ~20 lines (down from 42 + 59 = 101)
No vault involvement
ErsatzTV is a fork with its own in-repo docs. Content stays in-repo, not in the homelab vault.
Starting work on this. Plan:
ci-cd.mdfrom memory →docs/ci-cd.md(in-repo)docs/ci-cd.mdci-cd.mdfileDone. Changes:
Moved to in-repo docs:
ci-cd.md(59 lines) →docs/ci-cd.md— joins existingfork-strategy.md,channels.md,m3u-xmltv.mdRemoved from MEMORY.md (duplicated in CLAUDE.md):
docs/directlyKept in MEMORY.md:
docs/ci-cd.md+ issue refs + env ports)Result: 101 lines → 18 lines of memory loaded per session (82% reduction).
Files changed:
docs/ci-cd.md(new, in-repo)~/.claude/projects/.../memory/MEMORY.md(slimmed)~/.claude/projects/.../memory/ci-cd.md(deleted)