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:
ismeth
2026-03-02 00:34:53 +01:00
committed by YeonGyu-Kim
parent 3d36f6c5d8
commit e15ce7b279
4 changed files with 6 additions and 9 deletions
+1 -1
View File
@@ -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