Skip to content

Public Friction Log

The Friction Log records observed harness defects, agent failure modes, and protocol improvements:

  • F-08 (Fixed): Agents were running sleep 180 to wait for CI. Resolution: Replaced with gh pr checks --watch --fail-fast.
  • F-11 (Fixed): Terminated runs left Chrome holding a shared profile lock. Resolution: Factory-spawned sessions now use isolated browser profiles; operators attach rather than killing another run’s browser.
  • F-12 (Fixed): Third-party tracker CLIs drifted in syntax and serialization. Resolution: Tracker operations go through the cwd-independent factory ticket adapter.