chore: pin memory-bank-cli v2.3.0 in CI - #136
Merged
Merged
Conversation
CI шаблона проверялся версией v1.3.0 при актуальной v2.3.0 — разрыв в мажор, причём в 2.0.0 было ломающее изменение. Проверки проходили только потому, что не задевали нового поведения, а следствие неприятное: CI валидировал репозиторий версией, которая не знает про проекцию payload, и не поймал бы регрессию по ней. Пин поднят в обоих workflow и в примере из docs/adoption.md, который downstream копируют к себе. SHA256 взят из checksums.txt релиза v2.3.0 для linux-amd64. Команды, которые использует CI, — `doctor`, `init`, `lint` — ломающим изменением 2.0.0 не затронуты: оно касалось `update`. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RtxeRwhVf1y8zvxUtk6xrS
dapi
added a commit
that referenced
this pull request
Sep 6, 2026
…bsystem * origin/main: docs: make the review mechanism an explicit, verifiable choice (#139) docs: add WAIT status for external events without a human gate (#138) docs: bound review convergence across delivery flows (#137) chore: pin memory-bank-cli v2.3.0 in CI (#136) refactor: make project-local memory bank a projection of the payload (#134)
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.
CI шаблона проверял репозиторий версией v1.3.0 при актуальной v2.3.0 — разрыв в мажор, причём в
2.0.0было ломающее изменение (updateперестал синхронизировать шаблон, появилсяpull).Проверки проходили только потому, что не задевали нового поведения. Следствие неприятное: CI валидировал репозиторий версией, которая не знает про проекцию payload, и потому не поймал бы регрессию по ней — а именно на проекции репозиторий теперь и построен.
Что изменено
.github/workflows/ci.yml.github/workflows/release.ymldocs/adoption.md(пример для downstream)SHA256 взят из
checksums.txtрелиза v2.3.0 дляmemory-bank-cli-linux-amd64:d2985dbe….Совместимость
Команды, которые использует CI, —
doctor --profile template,init,lint— ломающим изменением 2.0.0 не затронуты: оно касалосьupdate. Локально все три шага прогнаны на v2.3.0 и зелёные; этот PR прогонит их и в CI уже новым бинарём.🤖 Generated with Claude Code
https://claude.ai/code/session_01RtxeRwhVf1y8zvxUtk6xrS