@yurukusa/cc-streak 1.0.1 → 1.0.2
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/cli.mjs +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
|
@@ -220,5 +220,5 @@ if (!isJson) {
|
|
|
220
220
|
console.log();
|
|
221
221
|
console.log(` ${dim}Running Claude Code autonomously? Check your safety score:${reset}`);
|
|
222
222
|
console.log(` ${dim}npx cc-health-check${reset}`);
|
|
223
|
-
console.log(` ${dim}Full production kit: https://yurukusa.gumroad.com/l/
|
|
223
|
+
console.log(` ${dim}Full production kit: https://yurukusa.gumroad.com/l/cc-codex-ops-kit?utm_source=npm&utm_medium=cli&utm_campaign=ops-kit${reset}`);
|
|
224
224
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yurukusa/cc-streak",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "How long can Claude Code go without an error? Median 12 successful tool calls between errors. Longest streak: 829. Bash breaks 52% of streaks.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|