Skip to content

Releases: effect-anything/lalph

v0.3.66

16 Mar 06:27
3129859

Choose a tag to compare

Patch Changes

  • merge the latest upstream lalph changes into the effect-anything fork, including research-agent support and websocket clanka updates, while preserving the fork's JJ linear-history and review-completion workflow.

v0.3.64

16 Mar 06:07
b7a5808

Choose a tag to compare

Patch Changes

  • 2759122 Thanks @xesrevinu! - add project review-completion setting so successful loops can automatically move issues from review to done, support local JJ target branches such as main for local-only linear integration, and serialize project integration so concurrent JJ tasks merge back one at a time.

v0.3.63

16 Mar 05:03
ee61610

Choose a tag to compare

Patch Changes

  • 135e149 Thanks @xesrevinu! - add project review-completion setting so successful loops can automatically move issues from review to done, and restore JJ commit-mode rebases to target the local tracked bookmark so sequential changes stay linear.

v0.3.62

15 Mar 07:42
466be5c

Choose a tag to compare

Patch Changes

v0.3.61

14 Mar 12:09
b02b3ea

Choose a tag to compare

Patch Changes

  • 93a7be2 Thanks @xesrevinu! - Add post-create hook execution during worktree setup, with .lalph/hooks.yml taking precedence over the legacy scripts/worktree-setup.sh fallback. Hook commands now run in sorted order with template interpolation, inherited LALPH_* environment variables, and strict failure handling.

  • 93a7be2 Thanks @xesrevinu! - Run configured pre-merge hooks before gh pr merge during GitFlow PR auto-merge, and abort the merge when any hook command fails.

  • 93a7be2 Thanks @xesrevinu! - Run configured post-switch hooks after successful PR checkout and workspace switching, and fail the switch when any hook command exits non-zero.

  • 93a7be2 Thanks @xesrevinu! - Add lalph hooks list and lalph hooks test <hook-type> for inspecting and dry-running project hook configuration, and document .lalph/hooks.yml usage with examples plus migration guidance from scripts/worktree-setup.sh.

  • 93a7be2 Thanks @xesrevinu! - Add the initial hooks configuration infrastructure, including schema validation for .lalph/hooks.yml, YAML-backed config loading, and template interpolation helpers for upcoming worktree hook execution.

  • 93a7be2 Thanks @xesrevinu! - Add support for running lalph inside Jujutsu (jj) repositories, including GitHub repo detection, worktree/workspace setup, explicit per-project execution mode selection (worktree vs in-place), jj-aware push flows, and automatic task change preparation that reuses an empty current change before creating a new one. Also add openai-api and anthropic-api clanka providers for local API-compatible model backends

  • fa8be97 Thanks @xesrevinu! - Migrate repository to effect-anything organization and consolidate branches

  • 93a7be2 Thanks @xesrevinu! - Inject LALPH_* hook context into worktree command helpers and the legacy worktree setup script so hooks and setup commands can access repository and workspace metadata consistently.

  • 93a7be2 Thanks @xesrevinu! - Add lalph worktree list, lalph worktree switch, lalph worktree rm, and lalph worktree prune so temporary git worktrees and jj workspaces can be inspected, opened with post-switch hooks, and removed outside the main task loop. Temporary execution directories now also sync shared .lalph/config, .lalph/projects, and .lalph/hooks.yml.