update
This commit is contained in:
@@ -106,8 +106,8 @@ _topic_sems: dict[str, _PrioritySemaphore] = {}
|
||||
# Within board 2 the LATE stages win (outline → artefacts → … → subblocks): finish cards
|
||||
# instead of opening new WIP, so the makespan tail block gets slots before fresh work.
|
||||
_STAGE_PRIORITY = ("research", "ingest", "cluster", "pair", "clarify", "naming", "filter",
|
||||
"grouping", "supplement", "outline", "artifact", "question", "relevance",
|
||||
"level", "facts", "subblock")
|
||||
"dedup", "grouping", "gruppierung", "supplement", "outline", "artifact",
|
||||
"question", "relevance", "level", "facts", "subblock")
|
||||
|
||||
|
||||
def _agent_priority(key: str) -> int:
|
||||
|
||||
Reference in New Issue
Block a user