From fa5ec8399fa5fa34b1195f036840317d088643a9 Mon Sep 17 00:00:00 2001 From: Sean Gearin Date: Thu, 13 Aug 2026 07:27:44 -0400 Subject: [PATCH] =?UTF-8?q?fix(skills):=20citation-graph-ingest=20?= =?UTF-8?q?=E2=80=94=20check-backlinks=20requires=20a=20subcommand=20(#404?= =?UTF-8?q?9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(skills): citation-graph-ingest — check-backlinks requires a subcommand Bare 'gbrain check-backlinks' exits with a usage error; the CLI requires 'check' or 'fix' (src/commands/backlinks.ts runBacklinks). The hygiene step now invokes 'check-backlinks check', matching every other invocation in the skill pack. Co-Authored-By: Claude Fable 5 * chore(skills): regenerate skills.lock.json after master fix-wave Co-Authored-By: Claude Fable 5 --------- Co-authored-by: Claude Fable 5 --- skills/citation-graph-ingest/SKILL.md | 2 +- skills/skills.lock.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/skills/citation-graph-ingest/SKILL.md b/skills/citation-graph-ingest/SKILL.md index b9b7d03b4..bde04e8c2 100644 --- a/skills/citation-graph-ingest/SKILL.md +++ b/skills/citation-graph-ingest/SKILL.md @@ -159,7 +159,7 @@ mismatch, typo'd `--type`) before reporting anything. ```bash gbrain link-sources # citation-graph should appear with the expected count -gbrain check-backlinks # confirm no orphaned references +gbrain check-backlinks check # confirm no orphaned references ``` ## Run it (worked example, synthetic fixture) diff --git a/skills/skills.lock.json b/skills/skills.lock.json index e76302442..553c5e462 100644 --- a/skills/skills.lock.json +++ b/skills/skills.lock.json @@ -33,7 +33,7 @@ "capture/SKILL.md": "98568ac96331f57397ea072749641d9748b1ce31e8b09d512b8db25c8fcda65f", "citation-fixer/SKILL.md": "abdadbf0740a529b9c4f86f05bba416417624503fdcbc6054402d5546afd08b4", "citation-fixer/routing-eval.jsonl": "52b23b71e66fdc18aee67d0576099b0c83997d648cf4ecf8fe7753b91b6c9c53", - "citation-graph-ingest/SKILL.md": "6510856cc14a653dcade510702890343bc0527de14bc2f1ed0d2524f248c798c", + "citation-graph-ingest/SKILL.md": "849b0cdc64b7ff14d0e6771bde15f0edc3c2fc29af08be015753a5f88a03205f", "citation-graph-ingest/routing-eval.jsonl": "a1ba605d35e736b741b9e8aac1e7d50b61a7cbcada893d67099b55bf5a0d2635", "cold-start/SKILL.md": "20be3d1b637621fd9fbd268072f6647533a23f596e30cb593523b051708aaddd", "company-brainify/SKILL.md": "2c058b39f5364b8ceb5c53b4525cce8645734f16cc3c229a490b005d58a78311",