fabro/lib/apps
Scott Werner b413b9b29c Inherit the parent branch, not its pinned commit, for child run targets
A child created without a target copied the parent's full Git target,
including the sha admitted for the parent. Clone-based providers never
fall back to branch HEAD, so a child created after the parent pushed new
commits was checked out at the parent's starting commit and never saw
the work it was meant to review or continue.

Inherit the repository and branch only, so the child resolves the
branch's current remote HEAD at admission; the parent's pinned commit and
tag stay on the parent. Callers that want a pinned child pass an explicit
target. Folder and none targets are unchanged.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-12 10:58:42 -06:00
..
fabro-cli Honor the workflow's configured run.scm repository in target derivation 2026-09-12 10:58:42 -06:00
fabro-mcp-server Harden run-tool target and workflow resolution 2026-09-12 10:58:05 -06:00
fabro-server Inherit the parent branch, not its pinned commit, for child run targets 2026-09-12 10:58:42 -06:00
fabro-spa refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00