| name | memory-compile |
| description | Manually compile daily logs into knowledge articles and run structural lint |
| user_invocable | true |
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.