mirror of
https://github.com/hanzoai/bot.git
synced 2026-08-06 14:44:17 +00:00
CI / docs-scope (push) Successful in 36s
CI / changed-scope (push) Skipped
CI / build-artifacts (push) Skipped
CI / release-check (push) Skipped
CI / checks (pnpm canvas:a2ui:bundle && bunx vitest run --config vitest.unit.config.ts, bun, test) (push) Skipped
CI / checks (pnpm canvas:a2ui:bundle && pnpm test, node, test) (push) Skipped
CI / checks (pnpm protocol:check, node, protocol) (push) Skipped
CI / check (push) Skipped
CI / skills-python (push) Skipped
CI / checks-windows (pnpm test, node, 6, 1, test) (push) Skipped
CI / checks-windows (pnpm test, node, 6, 2, test) (push) Skipped
CI / checks-windows (pnpm test, node, 6, 3, test) (push) Skipped
CI / checks-windows (pnpm test, node, 6, 4, test) (push) Skipped
CI / checks-windows (pnpm test, node, 6, 5, test) (push) Skipped
CI / checks-windows (pnpm test, node, 6, 6, test) (push) Skipped
CI / android (./gradlew --no-daemon :app:assembleDebug, build) (push) Skipped
CI / android (./gradlew --no-daemon :app:testDebugUnitTest, test) (push) Skipped
deploy / build (push) Failing after 4m31s
CI / secrets (push) Failing after 7m51s
CI / check-docs (push) Failing after 15m40s
27 link fragments still spell the product `hanzo-bot`, but the headings they target spell it `HanzoBot` — so every one of them slugs to `#...-hanzo-bot...` against a `#...-hanzobot...` anchor. markdownlint MD051 fails the check-docs job on all 27, which fails CI for the whole repo. Rewritten ONLY where the corrected fragment matches a heading that actually exists. That distinction is load-bearing: `hanzo-bot` is ALSO the CLI binary, so headings like `Why does \`hanzo-bot gateway status\` say ...` slug to `hanzo-bot-...` legitimately. A blanket hanzo-bot -> hanzobot replacement "fixes" 27 and silently breaks 5 that were correct — I did exactly that first and markdownlint caught it. Valid fragments and any with no provable target are left untouched. Visible link TEXT is not touched; only the targets. markdownlint-cli2 now reports 0 issues across all 963 files. Co-authored-by: Hanzo Dev <dev@hanzo.ai>