Skip to content
Merged
Show file tree
Hide file tree
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 plugins/doable-code-context/scripts/doable-code-context.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -922,8 +922,8 @@ function normalizeRound(data, state, requestedCode) {
if (roundUse === "pre_create") {
assert(baseCount === 1, "pre-create round must contain exactly one base feature context request");
} else {
// New follow-up rounds contain only supplements. Accept one legacy base
// item so an already-published round can still reach a terminal state.
// Follow-up can establish its first feature baseline, then continue with
// supplements. The connection keeps watching after this Round is applied.
assert(baseCount <= 1, "follow-up round contains multiple base feature context requests");
}
}
Expand Down
Loading
Loading