@rely-ai/caliber 1.30.6 → 1.30.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/bin.js +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -343,7 +343,7 @@ export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account.json
|
|
|
343
343
|
See [CONTRIBUTING.md](./CONTRIBUTING.md) for detailed guidelines.
|
|
344
344
|
|
|
345
345
|
```bash
|
|
346
|
-
git clone https://github.com/
|
|
346
|
+
git clone https://github.com/caliber-ai-org/ai-setup.git
|
|
347
347
|
cd caliber
|
|
348
348
|
npm install
|
|
349
349
|
npm run dev # Watch mode
|
package/dist/bin.js
CHANGED
|
@@ -4937,7 +4937,7 @@ function collectSetupFiles(setup, targetAgent) {
|
|
|
4937
4937
|
if (agentRefs.length === 0) agentRefs.push("See CLAUDE.md and .cursor/rules/ for agent configurations.");
|
|
4938
4938
|
const stubContent = `# AGENTS.md
|
|
4939
4939
|
|
|
4940
|
-
This project uses AI coding agents configured by [Caliber](https://github.com/
|
|
4940
|
+
This project uses AI coding agents configured by [Caliber](https://github.com/caliber-ai-org/ai-setup).
|
|
4941
4941
|
|
|
4942
4942
|
${agentRefs.join(" ")}
|
|
4943
4943
|
`;
|
|
@@ -9195,7 +9195,7 @@ async function initCommand(options) {
|
|
|
9195
9195
|
if (agentRefs.length === 0) agentRefs.push("See CLAUDE.md and .cursor/rules/ for agent configurations.");
|
|
9196
9196
|
const stubContent = `# AGENTS.md
|
|
9197
9197
|
|
|
9198
|
-
This project uses AI coding agents configured by [Caliber](https://github.com/
|
|
9198
|
+
This project uses AI coding agents configured by [Caliber](https://github.com/caliber-ai-org/ai-setup).
|
|
9199
9199
|
|
|
9200
9200
|
${agentRefs.join(" ")}
|
|
9201
9201
|
`;
|
|
@@ -9901,13 +9901,13 @@ var LEARNINGS_FILE = "CALIBER_LEARNINGS.md";
|
|
|
9901
9901
|
var LEARNINGS_HEADER = `# Caliber Learnings
|
|
9902
9902
|
|
|
9903
9903
|
Accumulated patterns and anti-patterns from development sessions.
|
|
9904
|
-
Auto-managed by [caliber](https://github.com/
|
|
9904
|
+
Auto-managed by [caliber](https://github.com/caliber-ai-org/ai-setup) \u2014 do not edit manually.
|
|
9905
9905
|
|
|
9906
9906
|
`;
|
|
9907
9907
|
var PERSONAL_LEARNINGS_HEADER = `# Personal Learnings
|
|
9908
9908
|
|
|
9909
9909
|
Developer-specific patterns and preferences.
|
|
9910
|
-
Auto-managed by [caliber](https://github.com/
|
|
9910
|
+
Auto-managed by [caliber](https://github.com/caliber-ai-org/ai-setup) \u2014 do not edit manually.
|
|
9911
9911
|
|
|
9912
9912
|
`;
|
|
9913
9913
|
var LEARNED_START = "<!-- caliber:learned -->";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rely-ai/caliber",
|
|
3
|
-
"version": "1.30.
|
|
3
|
+
"version": "1.30.7",
|
|
4
4
|
"description": "AI context infrastructure for coding agents — keeps CLAUDE.md, Cursor rules, and skills in sync as your codebase evolves",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"repository": {
|
|
55
55
|
"type": "git",
|
|
56
|
-
"url": "git+https://github.com/
|
|
56
|
+
"url": "git+https://github.com/caliber-ai-org/ai-setup.git"
|
|
57
57
|
},
|
|
58
58
|
"bugs": {
|
|
59
|
-
"url": "https://github.com/
|
|
59
|
+
"url": "https://github.com/caliber-ai-org/ai-setup/issues"
|
|
60
60
|
},
|
|
61
|
-
"homepage": "https://github.com/
|
|
61
|
+
"homepage": "https://github.com/caliber-ai-org/ai-setup#readme",
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@types/diff": "^7.0.2",
|
|
64
64
|
"@types/node": "^22.0.0",
|