You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AGENTS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,9 @@ The shipped skills in `skills/` are intended to be real vendored files.
84
84
85
85
- The source of truth for skill content is `supabase/agent-skills`.
86
86
- This repo consumes release assets from `supabase/agent-skills`, not a submodule or symlink.
87
-
- The sync workflow expects the upstream release to publish:
87
+
- The sync workflow polls the latest GitHub release from `supabase/agent-skills` and expects it to publish:
88
88
-`supabase.tar.gz`
89
89
-`supabase-postgres-best-practices.tar.gz`
90
90
- Synced provenance is tracked in `skills/.upstream.json`.
91
91
92
-
If skills are updated upstream, use the sync workflow or the repository dispatch event to vendor them into this repo as normal files and review the resulting PR here before merge.
92
+
If skills are updated upstream, let the scheduled sync workflow pick up the new release or run the workflow manually with a specific `release_tag` to vendor them into this repo as normal files and review the resulting PR here before merge.
0 commit comments