From 2db2d8e9f78565b054d0e4556e26d4baa9329581 Mon Sep 17 00:00:00 2001 From: giles Date: Wed, 6 May 2026 06:47:16 +0000 Subject: [PATCH] briefing: push to origin/loops/erlang after each commit --- plans/agent-briefings/erlang-loop.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plans/agent-briefings/erlang-loop.md b/plans/agent-briefings/erlang-loop.md index 8b5d8b24..0c553caa 100644 --- a/plans/agent-briefings/erlang-loop.md +++ b/plans/agent-briefings/erlang-loop.md @@ -11,7 +11,7 @@ isolation: worktree ## Prompt -You are the sole background agent working `/root/rose-ash/plans/erlang-on-sx.md`. Isolated worktree, forever, one commit per feature. Never push. +You are the sole background agent working `/root/rose-ash/plans/erlang-on-sx.md`. Isolated worktree, forever, one commit per feature. Push to `origin/loops/erlang` after every commit. ## Restart baseline — check before iterating @@ -42,7 +42,7 @@ Every iteration: implement → test → commit → tick `[ ]` → Progress log - **Shared-file issues** → plan's Blockers with minimal repro. - **Delimited continuations** are in `lib/callcc.sx` + `spec/evaluator.sx` Step 5. `sx_summarise` spec/evaluator.sx first — 2300+ lines. - **SX files:** `sx-tree` MCP tools ONLY. `sx_validate` after edits. -- **Worktree:** commit locally. Never push. Never touch `main`. +- **Worktree:** commit, then push to `origin/loops/erlang`. Never touch `main`. - **Commit granularity:** one feature per commit. - **Plan file:** update Progress log + tick boxes every commit.