fix(council): increase archive ID entropy and remove unused toolContext param
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -3,5 +3,5 @@ export const COUNCIL_DEFAULTS = {
|
||||
BACKGROUND_WAIT_TIMEOUT_MS: 30000,
|
||||
STUCK_THRESHOLD_SECONDS: 120,
|
||||
MEMBER_MAX_RUNNING_SECONDS: 1800,
|
||||
ARCHIVE_ID_BYTES: 2,
|
||||
ARCHIVE_ID_BYTES: 8,
|
||||
} as const
|
||||
|
||||
Reference in New Issue
Block a user