Commit Graph
10 Commits
Author SHA1 Message Date
sbproandClaude Sonnet 5 be4aef588d 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
2026-07-16 10:24:47 +01:00
sbproandClaude Sonnet 5 27b0e2acaa feat(josh-sync): add rename command for safe target renames
Adds `josh-sync rename <target>` (PE-12): safely rename a sync target's
name, subfolder, and/or subrepo_url in one resumable operation, editing
.josh-sync.yml and migrating its state-branch files atomically instead of
orphaning them. Bumps josh-sync to v2.3.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TNXgcFWVgSh3wkQS55cCX6
2026-07-16 10:10:40 +01:00
sbpro c4bcbbdd4f Merge origin/main into auto-sync merge 2026-06-08 13:38:42 +01:00
sbpro 0128b66a2f Merge remote-tracking branch 'origin/auto-sync/subrepo-main-20260608-123127'
# Conflicts:
#	tools/josh-sync/CHANGELOG.md
2026-06-08 13:38:08 +01:00
sbpro efe8a19fce fix(action): allow forward sync from trailer commits 2026-06-08 13:29:31 +01:00
sbpro e4b9ed31b3 Merge remote-tracking branch 'origin/auto-sync/mono-main-20260602-120147'
# Conflicts:
#	CHANGELOG.md
2026-06-02 16:28:21 +01:00
sbpro ad84a76f8d fix(import): include tracked ignored files 2026-06-02 15:02:19 +01:00
sbproandClaude Opus 4.7 8776ccf2d2 test: remove bidirectional sync smoke-test markers
Drops the test markers added during the 2026-05-28 onboarding-verification
round-trip (forward + reverse leg). The adopt strategy is live and the
CHANGELOG is back to its 2.2.0-release state.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 05:30:33 +01:00
sbpro 9071e17d31 Update CHANGELOG.md 2026-05-28 05:25:22 +01:00
sbproandClaude Opus 4.7 2fce9b19af test: bidirectional sync smoke-test marker (forward leg)
Trivial CHANGELOG marker to verify tools/josh-sync/** propagates to
pe/josh-sync@main via the forward workflow after the 2026-05-28 adoption.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-28 05:17:07 +01:00