diff --git a/.gitignore b/.gitignore index 5f4d3ac..ad221e5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,13 @@ include/cachekit.h # OS files .DS_Store Thumbs.db + +# AI agent configs (internal tooling, not shipped in OSS) +CLAUDE.md +AGENTS.md +CALIBER_LEARNINGS.md +.caliber/ +.claude/ +.cursor/ +.cursorrules +.github/copilot-instructions.md diff --git a/renovate.json b/renovate.json index 262f53f..eb7ac3b 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>cachekit-io/renovate-config"] + "extends": ["local>cachekit-io/renovate-config"] }