Skip to content

v1.1.1 — rubric read-path fix (live-caught)

Choose a tag to compare

@null0xxx null0xxx released this 21 Jul 13:08
· 161 commits to main since this release

Patch release — a fix found by running it for real

kimi-atlas v1.1.1 ships a single, genuine runtime fix surfaced by a live end-to-end run on a real repo — the kind of integration bug no static review can catch. Backward-compatible; no interface change.

Install / upgrade

/plugins install https://github.com/null0xxx/kimi-atlas

then /plugins reload. Pin this version:

/plugins install https://github.com/null0xxx/kimi-atlas/releases/tag/v1.1.1

Fixed

  • Rubric read path — at the VERIFIED stage, the critic dispatch read the rubric via a bare references/rubric.md. From the target-repo working directory that resolves to the nonexistent skills/atlas/references/rubric.md — a visible "1 failed" read. It now carries the plugin-root prefix ${KIMI_SKILL_DIR}/../../references/rubric.md, matching the agents/ reads. Non-fatal — the critics still ran from their role files — but it dropped each critic's rubric-lens text. A new guard (tests/test_skill_ref_paths.py) pins the class so it cannot recur.

Added

  • docs/overview.md — a plain-language overview of what kimi-atlas offers: the pipeline, the orchestration model, the 6-lens gate, the on-disk JSON records, and the four capabilities.

Full changelog: v1.1.0...v1.1.1 · CHANGELOG.md