0.3.1: force LF, Desktop install notes, phase-2 acceptance record - #9
Merged
Merged
Conversation
…cord; 0.3.1 Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01KTKYvLEVY4mStJ3iPaB1Mh
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
.gitattributes(* text=auto eol=lf) andtest_tracked_text_files_use_lf: every clone is LF regardless of the host'score.autocrlf. The Claude Desktop skill loader rejects CRLF frontmatter (anthropics/claude-code #36902) and "Add from repository" is a Git clone./menu can listhumanize:humanizebefore the invocable registry has it (cf. #62485). The skill zip is the alternative for claude.ai without the Desktop app.docs/acceptance/v0.3/README.md: phase-2 record (Codex and Hermes installs frommain, plugin upgrade 0.2.0 → 0.3.0, Desktop on both platforms with the restart caveat).Test plan
uv run pytest -q -W error→ 109 passed on 3.9 and 3.13claude plugin validate --strict .v0.3.1, release with the zip, plugin update🤖 Generated with Claude Code
https://claude.ai/code/session_01KTKYvLEVY4mStJ3iPaB1Mh
Note
Low Risk
Documentation, git attributes, and a CI portability test only; version bumps with no runtime skill or scanner changes.
Overview
0.3.1 is a packaging and documentation patch: no skill or scanner behavior changes.
Line endings for Claude Desktop. Adds
.gitattributes(* text=auto eol=lf) so clones stay LF regardless ofcore.autocrlf, because the Desktop skill loader rejects CRLF inSKILL.mdfrontmatter when installing via “Add from repository.”test_tracked_text_files_use_lfintests/test_portability.pyfails if any tracked text file contains\r;CLAUDE.mddocuments the invariant.Install docs. The README install table now leads with Claude Desktop’s repository install (macOS and Windows), requires an app restart after install or update (picker can show
/humanize:humanizebefore it is invocable), and positions the release zip as the path for claude.ai without Desktop.Release bookkeeping. Version 0.3.1 is bumped in lockstep across manifests,
pyproject.toml, anduv.lock;CHANGELOG.mdrecords the release; phase-2 acceptance outcomes (Codex/Hermes frommain, 0.2.0→0.3.0 upgrade, Desktop on both platforms) are appended todocs/acceptance/v0.3/README.mdwith a matching design-doc amendment.Reviewed by Cursor Bugbot for commit 85c3f25. Bugbot is set up for automated code reviews on this repo. Configure here.