Memory Compile

Manually compile daily logs into knowledge articles and run structural lint

lotfb86 17d847b 646 B Updated

File contents

Compile Memory Knowledge Base

Manually trigger compilation of daily logs into structured knowledge articles.

Process

Run the compilation:

cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/compile.py

Then run structural lint to verify integrity:

cd /Users/jesseanglen/Documents/RandomStuff/memory-kb && uv run python scripts/lint.py --structural-only

Report the results to the user: how many logs were compiled, articles created/updated, and any lint issues found.

lotfb86/memory-kb/tree/main/skills/memory-compile commit 17d847b0ce

Frequently asked questions

npx skillmds@latest add lotfb86/memory-compile