Durable telemetry sink for the autonomous worker lane (work-loop).
Purpose: each running lane instance upserts one comment here, keyed by its instance ID, summarizing its most recent cycle. This issue is durable state — lanes rebuild from it after compaction. It is excluded from every lane's work frontier and is never itself a work item.
Convention:
- One canonical comment per instance ID; the lowest-id comment for an instance stays canonical and is edited in place.
- Instance ID shape:
<hostname>-<lane>-<launch-timestamp>.
- Do not close this issue while any lane instance is running.
Durable telemetry sink for the autonomous worker lane (
work-loop).Purpose: each running lane instance upserts one comment here, keyed by its instance ID, summarizing its most recent cycle. This issue is durable state — lanes rebuild from it after compaction. It is excluded from every lane's work frontier and is never itself a work item.
Convention:
<hostname>-<lane>-<launch-timestamp>.