; writeback.sxsrc — real-git commits recorded into the forge as agentic-sx commits. ; APPENDED by scripts/sx-fix-writeback.sh; OVERRIDES fb-writeback-records defined ; (empty) in forge-build.sxsrc, then replayed by (fb-do-writeback). Order is ; chronological (oldest first) so each agent branch head advances correctly. ; ; Each record: {:agent "" :kind "" :sha "" ; :branch "" :message "" :files ""} (define fb-writeback-records (list {:agent "ws-W14" :kind "test" :sha "f09368e1" :branch "loops/sx-ws-w14" :message "W14: pin K18 expt-overflow float-promotion (test-only) + bootstrap gate briefing " :files "plans/agent-briefings/sx-gate-loop.md spec/tests/test-gate-pins.sx"} ;;; END-RECORDS (scripts/sx-fix-writeback.sh inserts new records before this line) ))