chore: update skills_ref for safe OfficeCLI writes - #304
Merged
parkjs101 merged 1 commit intoAug 12, 2026
Conversation
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 changed
Advances the
skills_refsubmodule from2b14081cto merged commit8f8e393c(cli-jaw-skills PR #1).The merged skills change:
officecli batch --inputofficecli closeplus exact persisted-cell read-backofficecli importonly as a verified non-Windows legacy pathThis closes the cli-jaw-owned routing gap reported in #279 and #295.
Root cause
On Windows, released OfficeCLI builds can report a successful CSV import and pass
validatewhile persisting empty cells. The skill previously recommended that silent-loss path as its default.Verification
origin/dev(c6b3e0a5)OFFICECLI_BIN=C:\Users\user\AppData\Local\OfficeCli\officecli.exe uv run --no-project --with pytest pytest skills_ref/tests/test_officecli_data_pipeline.py -q→ 7 passedclosegit diff --check origin/dev...HEADpassedCloses #279
Closes #295