caveat-cli 0.4.0 → 0.5.0
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/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -16139,7 +16139,7 @@ function resolvePaths(caveatHome, knowledgeRepo, userHome) {
|
|
|
16139
16139
|
|
|
16140
16140
|
// ../../packages/core/dist/config.js
|
|
16141
16141
|
import { existsSync as existsSync5, readFileSync as readFileSync4, writeFileSync as writeFileSync3 } from "node:fs";
|
|
16142
|
-
var SHARED_REPO_URL = "https://github.com/kitepon-rgb/
|
|
16142
|
+
var SHARED_REPO_URL = "https://github.com/kitepon-rgb/Caveat";
|
|
16143
16143
|
var DEFAULT_CONFIG = {
|
|
16144
16144
|
knowledgeRepo: "own",
|
|
16145
16145
|
semverKeys: ["driver", "cuda", "node"],
|
|
@@ -45121,7 +45121,7 @@ function runCommunityList(ctx) {
|
|
|
45121
45121
|
|
|
45122
45122
|
// src/index.ts
|
|
45123
45123
|
var program = new Command();
|
|
45124
|
-
program.name("caveat").description("External spec gotcha knowledge base CLI").version("0.
|
|
45124
|
+
program.name("caveat").description("External spec gotcha knowledge base CLI").version("0.5.0");
|
|
45125
45125
|
program.command("init").description(
|
|
45126
45126
|
"Initialize ~/.caveatrc.json, ~/.caveat/, subscribe to the shared community DB, and register Claude Code integration"
|
|
45127
45127
|
).option("--skip-claude", "skip Claude Code MCP + hook registration", false).option("--skip-shared", "skip subscribing to the shared community DB", false).option("--dry-run", "show planned changes without writing", false).action(async (opts) => {
|