https://github.com/perseus-computing-llc/perseus-action
Pre-resolve workspace state into context files for AI assistants. Eliminates cold-start discovery calls.
https://github.com/perseus-computing-llc/perseus-action
Last synced: 1 day ago
JSON representation
Pre-resolve workspace state into context files for AI assistants. Eliminates cold-start discovery calls.
- Host: GitHub
- URL: https://github.com/perseus-computing-llc/perseus-action
- Owner: Perseus-Computing-LLC
- Created: 2026-05-24T14:42:00.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-06-15T23:22:24.000Z (13 days ago)
- Last Synced: 2026-06-17T06:26:18.778Z (12 days ago)
- Homepage: https://github.com/tcconnally/perseus
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# perseus-action
GitHub Action that runs [Perseus](https://github.com/tcconnally/perseus) to pre-render workspace context before AI assistants start work.
## Usage
```yaml
- uses: tcconnally/perseus-action@main
with:
source: '.perseus/context.md'
output: 'AGENTS.md'
```
## What it does
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.