Files
cowork-project/skills
jason 53a6a49887 fix: explicit guards against base64 README encoding and private repo creation
- Step 1: create_repo must always set private: false + auto_init: false
- Step 5: create_or_update_file content must be plain text — MCP handles
  base64 internally; pre-encoding causes double-encoding (corrupted README)

Fixes intermittent bugs observed in CW-007 (display-catalog) and CW-013
(mpm-url-shortener) where READMEs were stored as base64 blobs and repos
were created private.
2026-05-18 19:45:48 -05:00
..