From 54eddd709e83d3be244e9c56c9fc3a6cf375d534 Mon Sep 17 00:00:00 2001 From: Cole Medin Date: Mon, 6 Apr 2026 14:46:55 -0500 Subject: [PATCH] URL change for repo in README --- .gitignore | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3ac1808..b142931 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,5 @@ scripts/uv.lock # OS files .DS_Store Thumbs.db + +.obsidian/ diff --git a/README.md b/README.md index 055cf24..10268d1 100644 --- a/README.md +++ b/README.md @@ -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