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:
@@ -117,7 +117,7 @@ describe("council archive integration flow", () => {
|
||||
)
|
||||
const result: CouncilFinalizeResult = JSON.parse(extractJson(resultStr))
|
||||
|
||||
expect(result.archive_dir).toMatch(/\.sisyphus\/athena\/council-test-[a-f0-9]{4}$/)
|
||||
expect(result.archive_dir).toMatch(/\.sisyphus\/athena\/council-test-[a-f0-9]{16}$/)
|
||||
expect(result.meta_file).toMatch(/meta\.yaml$/)
|
||||
expect(result.members).toHaveLength(3)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user