chore(live): bump dikw-core verification target to 0.6.5#150
Merged
Conversation
dikw-core released 0.6.5 (pin was 0.6.1; 0.6.2-0.6.5 carry no consumed /v1 contract change). The auto-bump workflow detected 0.6.5 on 2026-06-29 but its push was rejected: DIKW_BUMP_TOKEN lacks the Workflows permission required to edit .github/workflows/live-integration.yml — so this bump is manual. Docs updated with the real PAT requirements and the gate-integrity label interaction. Verified locally: `npm run live:verify` against ghcr.io/opendikw/dikw-core:0.6.5 — write pipeline (import 3 committed / ingest / synth / lint propose+apply), 7/7 read-contract checks, 4/4 live Playwright specs, agent<->core check all passed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughUpdates the default ChangesDIKW_CORE_VERSION bump
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Bumps the live-integration verification target
DIKW_CORE_VERSIONfrom0.6.1to0.6.5(latest dikw-core release, 2026-06-28) in both pin sites —.github/workflows/live-integration.yml(CI/nightly) andscripts/live-core/harness.mjs(local default) — plus the compose example comment and thedocs/integration-verification.mddefaults.Release notes 0.6.2→0.6.5 show no change to the consumed
/v1contract (0.6.2 adds optional reranking inside retrieval, 0.6.3 is a no-engine-change cadence release, 0.6.4 extracts prompts, 0.6.5 changes init scaffolding defaults + eval internals).Why manual (auto-bump is broken)
The
bump-dikw-core.ymlworkflow detected 0.6.5 in its 2026-06-29 scheduled run (28360921243) but the push was rejected:DIKW_BUMP_TOKENlacks the fine-grained Workflows: read/write permission, which GitHub requires for any push that edits a file under.github/workflows/. Regenerating the PAT with that permission un-breaks the auto-bump. The docs' one-time-setup note now records this (it previously claimed contents + pull-requests suffice).gate-change label
This PR carries the
gate-changelabel because the diff edits.github/workflows/live-integration.yml, whichgate-integritytreats as machinery. The workflow edit is the pin value only — no gate is weakened (the verification target is upgraded). Note the same interaction will hit every future auto-bump PR:bump-dikw-core.ymlpredates the gate and only adds thelive-integrationlabel, so even a scope-fixed PAT produces PRs that failgate-integrityuntil a maintainer addsgate-change(or the pin moves out of the workflow file). Left unresolved here deliberately — it's a design decision.Verification
npm run live:verifylocally againstghcr.io/opendikw/dikw-core:0.6.5(postgres backend):/v1/healthreportsversion=0.6.5liveproject: 4/4 passedThe
live-integrationlabel re-runs the same verification in CI on this PR.(First local attempt failed on a stale
dikw-web-live_postgres-datavolume from a June run — the per-run random Postgres password can't apply to an already-initialized volume;live:down -- --volumescleared it. Environment issue, unrelated to 0.6.5.)🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation
Loop log
npm ciECONNRESET inside the scan-image build (infra flake, unrelated to the diff). Onegh run rerun --failed(flaky budget 1/1 spent).gh pr update-branch.e58d3fc.