You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intentional-architecture-rewrite-2026-06-27/worklog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -592,3 +592,9 @@ Eighty-sixth production slice:
592
592
- Split Codex app-server startup into `src/harness/providers/codex/app-server-session.ts`.
593
593
- Moved `initialize`, `thread/start`, `turn/start`, root thread/turn state assignment, provider-session event emission, and prompt/sandbox request construction out of `app-server.ts`.
594
594
- Kept `app-server.ts` focused on process lifetime, JSON-RPC transport, request dispatch, notification handling, timeout failure, and cleanup.
595
+
596
+
Eighty-seventh production slice:
597
+
598
+
- Split sync transcript snapshot and cursor decision logic into `src/sync/transcript-cursor.ts`.
599
+
- Moved transcript file reading, line counting, unchanged/pending/prefix-mismatch decisions, pending ledger entry construction, and failed-entry construction out of `src/sync/sweep.ts`.
0 commit comments