Skip to content
Open
Show file tree
Hide file tree
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
7 changes: 4 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,10 @@ workflow after GoReleaser succeeds.
- `release.yml` — repo-specific release automation. Triggered by
semver tag pushes from fullsend's release workflow. Creates a GitHub
Release and moves the `v0` floating tag.
- `notify-agent-sync.yml` — fires a `repository_dispatch` event to
`fullsend-ai/.fullsend` on every push to `main`, triggering
cross-repo agent digest sync. Requires `SYNC_CLIENT_ID` variable,
- `notify-agent-sync.yml` — can be manually triggered via
`workflow_dispatch` to fire a `repository_dispatch` event to
`fullsend-ai/.fullsend`, triggering cross-repo agent digest sync.
Requires `SYNC_CLIENT_ID` variable,
`SYNC_PRIVATE_KEY` secret (the fullsend-ai-sync GitHub App), and
`SLACK_WEBHOOK_URL` secret (for failure alerts).

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,5 @@ This repository is versioned in lockstep with [fullsend](https://github.com/full
|------|-----------|---------|
| `fullsend.yaml` | fullsend (centrally managed) | Routes GitHub events to agent dispatch workflows |
| `release.yml` | This repo | Creates GitHub Releases and moves the `v0` tag on version tag push |
| `notify-agent-sync.yml` | This repo | Dispatches `agents-updated` event to `.fullsend` for cross-repo digest sync |
| `notify-agent-sync.yml` | This repo | Dispatches `agents-updated` event to `.fullsend` for cross-repo digest sync (manual trigger only) |
| `script-test.yml` | This repo | Runs agent shell script tests on PRs and main branch pushes |
Loading