refactor(athena): remove dead council types and stale barrel exports

Remove CouncilLaunchFailure, CouncilLaunchedMember, CouncilLaunchResult types and barrel exports for deleted council-orchestrator and council-prompt modules.

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-02-19 02:19:47 +01:00
committed by YeonGyu-Kim
parent c40185628b
commit e9506857e6
2 changed files with 0 additions and 20 deletions
-2
View File
@@ -2,6 +2,4 @@ export * from "./types"
export * from "./agent"
export * from "./council-member-agent"
export * from "./model-parser"
export * from "./council-prompt"
export * from "./council-orchestrator"