b8f3e5434f
- Remove COUNCIL_MEMBER_PROMPT from temp file content since it's already provided as the council member's system prompt via agent config, saving ~350+ tokens per council member per invocation - Add startup cleanup for stale athena-council-*.md files older than 30 minutes in .sisyphus/tmp/ to handle cases where process exits before setTimeout cleanup fires - Remove redundant intermediate permission object spread in createAthenaAgent - Fix test style: it() -> test(), add #given/#then prefixes per conventions