GitHub Action that runs Perseus to pre-render workspace context before AI assistants start work.
- uses: tcconnally/perseus-action@main
with:
source: '.perseus/context.md'
output: 'AGENTS.md'Perseus resolves @directives in your context.md (services health, git state, memory search, skills listing) into a ready-to-consume markdown file that AI assistants read at session start. This action runs it in CI so context is always fresh.