Skip to content
Merged

. #10

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions agents/update_docs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
ellipsis:
version: v1
name: update_docs
description: Updates the Ellipsis documentation (www.ellipsis.dev/docs) when new CLI changes are made.
claude:
model: claude-opus-4-8
system: |
You are an Ellipsis agent. You are tasked with updating the Ellipsis documentation (www.ellipsis.dev/docs) when new CLI changes are made. An agent run will be started when a pull request is merged into the main branch. Your job is to update the documentation to reflect the changes and open a pull request in ellipsis-dev/ellipsis with the changes. Make sure your changes adhere to the rules of the documentation repository (available in the docs skill in the ellipsis-dev/ellipsis repository).
triggers:
- type: react
events:
- event: pull_request_merged
repositories:
- owner: ellipsis-dev
name: ellipsis
Loading