Skip to content

ci(konjo-gates): bump KIBAN_REF to v1.1.2#103

Draft
konjoinfinity wants to merge 1 commit into
mainfrom
claude/loving-hamilton-oxqijo
Draft

ci(konjo-gates): bump KIBAN_REF to v1.1.2#103
konjoinfinity wants to merge 1 commit into
mainfrom
claude/loving-hamilton-oxqijo

Conversation

@konjoinfinity

Copy link
Copy Markdown
Collaborator

Summary

Follow-up to the v1.1.1 pin bump (#102, merged). Re-running gates on PR #101 after that bump showed the gates did run this time, but fmt-check/clippy/cargo-deny still failed — this time against the entire repo's pre-existing lint backlog (46 untouched files), not the PR's own diff, because cargo prints absolute paths and the base-ref scan runs from a differently-rooted git worktree than HEAD, so no pre-existing finding could ever match. Fixed upstream in konjoai/kiban#18 (merged, tagged v1.1.2).

This bumps KIBAN_REF from v1.1.1 to v1.1.2 and updates the workflow comment.

Type of change

  • Bug fix (CI infrastructure)

Checklist

  • cargo test passes locally — not applicable, no Rust/Python source changed
  • cargo clippy -- -D warnings reports no errors — n/a, workflow-only change
  • cargo fmt --check passes — n/a, workflow-only change
  • pytest python/tests/ passes locally — n/a, no Python changed
  • ruff check python/ reports no errors — n/a, no Python changed
  • No hardcoded absolute paths
  • No embedding files, eval output files, or model weights staged for commit
  • Changes are scoped to one logical concern (the CI pin bump)
  • Performance-sensitive changes include a before/after vectro bench run — n/a
  • New binary format variants include a format-detection test — n/a

Related issues

Fixes the gates CI failures reported against vectro#99 / vectro#101. Upstream fixes: konjoai/kiban#17, konjoai/kiban#18.


Generated by Claude Code

kiban v1.1.2 fixes a second bug in the repo:* Rust gates: cargo fmt/clippy/deny
print absolute paths, and since the base-ref scan runs in a differently-rooted
git worktree than HEAD, no pre-existing finding ever matched -- the whole
repo's lint backlog looked net-new on every Rust PR (see konjoai/kiban#18).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Xv43iBoyNLSroCxvzopTxD
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants