Fix markdownlint line-length in the step 4b wiki-fetch snippet
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/pr/test Pipeline failed

Follow-up to the kotkan/claude-plugin-inference-arbitrage#17 commit.
This commit is contained in:
Oleks
2026-07-30 05:40:41 +03:00
parent 69ff443bd2
commit 713469d0d9
+5 -4
View File
@@ -125,10 +125,11 @@ idempotent — there is no "if cold" branch to reason about:
```bash
Agent(subagent_type="cluster:gitea-agent", prompt=
"wiki_read Data/<name>/snapshots.jsonl on kotkan/claude-plugin-inference-arbitrage
(or the target's own repo, per how this target's store is organized). If the page
exists, save its content to a local file and report the path. If it does not
exist, say so plainly.")
"wiki_read Data/<name>/snapshots.jsonl on
kotkan/claude-plugin-inference-arbitrage (or the target's own repo, per
how this target's store is organized). If the page exists, save its
content to a local file and report the path. If it does not exist, say
so plainly.")
# if the page existed:
$IA/bin/audit-snapshot import --target <name> --snapshots <fetched snapshots.jsonl>