fix(cli): lote 2 — Qoder skills (#399) + update-framework keeps user files (#388) - #404
Merged
Merged
Conversation
…ates (#388) Lote 2 of the 2026-08-04 adopter-issue triage. #399: ship dist/.qoder/skills/ (byte-for-byte mirror of the Claude variant), register it in dist-manifest.yml, generalize install-skills to --agent qoder ($QODER_CONFIG_DIR/skills or ~/.qoder/skills), clean it up in straymark remove (alongside .codex/skills, which had been missed), and document Qoder in README + CLI-REFERENCE (en/es/zh-CN). New tests pin the dist parity and the end-to-end qoder install. #388: update-framework stamped .checksums.json with the on-disk hash for files the operator chose to keep, so the next update treated the user's version as the release baseline. The store now records the distributed (release) hash for every keep/use/backup path, and the final report names each kept file instead of a bare count.
2 tasks
montfort
added a commit
that referenced
this pull request
Aug 5, 2026
Releases the three adopter-triage batches (PRs #403, #404, #405): nine issues remediated. Framework touched in all three (telemetry schema + charter templates, .qoder/skills + manifest, backlog pattern doc) → minor fw bump; CLI gains followups merge-driver (#391), the FOLLOWUP-UNTRACKED-ID validate warning (#392) and Qoder skills (#399) → minor CLI bump (docs already cite cli-3.41.0 for these features). Version tables updated in README + CLI-REFERENCE (en/es/zh-CN); CHANGELOG entry summarizes all nine fixes.
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.
Summary
Lote 2 of the 2026-08-04 adopter-issue triage (follows #403).
.qoder/skills/is never materialized #399 — Qoder CLI skills:dist/.qoder/skills/ships as a byte-for-byte mirror of the Claude variant (15 skills, Qoder accepts the full frontmatter), registered indist-manifest.yml.straymark install-skills --agent qoderinstalls from<project>/.qoder/skills/into$QODER_CONFIG_DIR/skills/(fallback~/.qoder/skills/).straymark removenow cleans.qoder/skills— and.codex/skills, which had been missed since fw-4.19.0. Docs updated in README + CLI-REFERENCE (en/es/zh-CN)..checksums.jsonwith the on-disk (user) hash, so the next update treated the user's version as the release baseline. The store now records the distributed hash for every keep/use/backup path, and the final report names each kept file (- <path> (kept your version)) instead of a bare count.Governance: AILOG-2026-08-04-002 (validated: 0 errors).
Test plan
cargo test --no-fail-fastincli/: all suites green except the pre-existingaudit_template_test::unified_template_has_seven_universal_sectionsfailure already documented in fix(cli): lote 1 adopter bugs — drift range, i18n ledger, amend scaffold, telemetry round, merge-reports signal #403 (R1)qoder_skills_mirror_claude_skills(dist parity, byte-for-byte)install_skills_qoder_uses_qoder_config_dir(end-to-end install into a tempQODER_CONFIG_DIR)save_checksums_prefers_distributed_hashes_over_disk(update-framework overwrote a user-modified config.yml without prompting on 4.38.0 → 4.38.1 (silently reverted language: es → en) #388 regression)straymark install-skills --agent qoder --dry-runin an adopter project after mergeCloses #399
Closes #388