Skip to content

fix(records): repair unreachable DONE owner commits - #12

Merged
mudler merged 1 commit into
mudler:mainfrom
localai-org-maint-bot:codex/cpu-regression-fix
Jul 31, 2026
Merged

fix(records): repair unreachable DONE owner commits#12
mudler merged 1 commit into
mudler:mainfrom
localai-org-maint-bot:codex/cpu-regression-fix

Conversation

@localai-org-maint-bot

Copy link
Copy Markdown
Contributor

Summary

  • repair six canonical DONE rows whose Owner cells referenced nonexistent Git objects
  • point each row at the reachable commit that introduced its binding closure
  • record the governance-only checkpoint without changing lifecycle or benchmark claims

Reproduction

On upstream main before this change:

python3 scripts/check-agent-record.py

fails for KV-PREFIX-CACHE, SAMPLE-LOGPROBS, SPEC-DFLASH, and the associated DFlash model/kernel rows.

Verification

  • python3 scripts/check-agent-record.py
  • python3 tests/scripts/test_agent_record.py (13/13)
  • python3 scripts/check-doc-checkpoint.py
  • python3 tests/scripts/test_doc_checkpoint.py (5/5)
  • python3 scripts/check-readme-structure.py
  • python3 tests/scripts/test_check_readme_structure.py (18/18)
  • git diff --check HEAD^ HEAD

CPU-only records repair. No GPU, model download, compiler, support-state, or measured benchmark change.

Replace six stale owner identifiers with the reachable commits that introduced their binding closures. Record the metadata-only checkpoint without changing lifecycle or benchmark claims.

FOLLOWING_AGENTS_PROTOCOL

Assisted-by: Codex:gpt-5 [Codex]
@mudler
mudler merged commit 1448e98 into mudler:main Jul 31, 2026
5 of 8 checks passed
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