$ the-wire · showcase
Shopify CLI now syncs config/styles.css and AGENTS.md
By RepoJournal · Filed · About Shopify · Composed from the cited sources · methodology
Shopify CLI's theme pull, push, and package commands now handle config/styles.css and AGENTS.md, two files the checksums API returns that the CLI previously ignored.
The checksums API returns config/styles.css and AGENTS.md, but Shopify CLI did not handle them, so theme synchronization left both files out of pull, push, and package runs [1]. The fix makes the CLI recognize config/styles.css and AGENTS.md during theme synchronization and include both files in theme packages [1]. The change is scoped to theme file synchronization, not the whole CLI command surface [3].
All three theme commands are affected by the same file-handling gap, so this is one fix rather than three [1]. The commands to re-run against a theme containing both files are `shopify theme pull`, `shopify theme push`, and `shopify theme package` [1].
The changelog entry for this fix ships with the patch release [3]. The merge landed as part of the fix-theme-file-sync branch [2].
Action items
References
- [1] Fix theme pull, push, and package to cover all theme files ↗ Shopify/cli
- [2] Merge pull request #8528 from Shopify/fix-theme-file-sync ↗ Shopify/cli
- [3] Fix theme file synchronization ↗ Shopify/cli