fix(josh-sync): expose yq directly in the consumer devenv module

devenvModules.default only added the wrapProgram-wrapped josh-sync binary,
whose bundled PATH (yq, jq, etc.) only applies while josh-sync itself runs.
Plain `yq` was never actually on PATH in a consumer's devenv shell, breaking
the manual `yq -i` config-editing commands the josh-sync skill's docs call
for. Adds pkgs.yq-go to the module's packages list directly. Bumps to v2.3.1.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TNXgcFWVgSh3wkQS55cCX6
This commit is contained in:
2026-07-16 10:24:47 +01:00
co-authored by Claude Sonnet 5
parent 27b0e2acaa
commit be4aef588d
3 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
2.3.0
2.3.1