This commit is contained in:
team3
2026-07-03 11:45:27 +02:00
parent 285317927d
commit abcadd145d
44 changed files with 1909 additions and 292 deletions

View File

@@ -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: