Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions codev/projectlist.md
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ Projects that are paused or canceled.
- id: "0042"
title: "Namespace Builder Sessions"
summary: "Add project namespace to tmux sessions and builder IDs to prevent cross-project collisions"
status: conceived
status: committed
priority: high
release: null
files:
Expand All @@ -781,7 +781,7 @@ Projects that are paused or canceled.
review: null
dependencies: []
tags: [agent-farm, multi-project, bug-fix]
notes: "TICK protocol. Currently tmux sessions are named 'builder-{spec_id}' which collides across projects. Need 'builder-{project}-{spec_id}' pattern."
notes: "TICK protocol (hotfix). Changed session naming from 'builder-{spec_id}' to 'builder-{project}-{spec_id}'. PR #75."

## Next Available Number

Expand Down