Skip to content

fix: resolve Windows encoding errors and remove invalid CLI flags in …#152

Merged
tirth8205 merged 1 commit intotirth8205:mainfrom
rishi-yadav:main
Apr 8, 2026
Merged

fix: resolve Windows encoding errors and remove invalid CLI flags in …#152
tirth8205 merged 1 commit intotirth8205:mainfrom
rishi-yadav:main

Conversation

@rishi-yadav
Copy link
Copy Markdown
Contributor

…hooks (#147, #148, #149)

  • Add encoding="utf-8" to all read_text()/write_text() calls in skills.py to prevent UnicodeEncodeError on Windows where default encoding is cp1252

  • Remove unsupported --quiet flag from update hook command

  • Remove unsupported --json flag from status hook command

…hooks (tirth8205#147, tirth8205#148, tirth8205#149)

  - Add encoding="utf-8" to all read_text()/write_text() calls in skills.py
    to prevent UnicodeEncodeError on Windows where default encoding is cp1252

  - Remove unsupported --quiet flag from update hook command
  - Remove unsupported --json flag from status hook command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants