URL change for repo in README

This commit is contained in:
Cole Medin 2026-04-06 14:46:55 -05:00
parent f83d38d787
commit 54eddd709e
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -27,3 +27,5 @@ scripts/uv.lock
# OS files
.DS_Store
Thumbs.db
.obsidian/

View file

@ -10,7 +10,7 @@ Anthropic has clarified that personal use of the Claude Agent SDK is covered und
Tell your AI coding agent:
> "Clone https://github.com/coleam00/llm-personal-kb into this project. Set up the Claude Code hooks so my conversations automatically get captured into daily logs, compiled into a knowledge base, and injected back into future sessions. Read the AGENTS.md for the full technical reference on how everything works."
> "Clone https://github.com/coleam00/claude-memory-compiler into this project. Set up the Claude Code hooks so my conversations automatically get captured into daily logs, compiled into a knowledge base, and injected back into future sessions. Read the AGENTS.md for the full technical reference on how everything works."
The agent will:
1. Clone the repo and run `uv sync` to install dependencies