From 41226069c9e4214c3e665d45c6f6ef6e88f3d3d2 Mon Sep 17 00:00:00 2001 From: Abhinav Vedmala Date: Tue, 23 Jun 2026 17:21:01 -0700 Subject: [PATCH 1/2] Add scheduled task templates to productivity plugins --- plugins/github/.codex-plugin/plugin.json | 2 +- plugins/github/scheduled/pr-attention-queue.json | 8 ++++++++ plugins/gmail/.codex-plugin/plugin.json | 2 +- plugins/gmail/scheduled/morning-inbox-triage.json | 8 ++++++++ plugins/google-calendar/.codex-plugin/plugin.json | 2 +- .../google-calendar/scheduled/daily-agenda-and-prep.json | 8 ++++++++ plugins/linear/.codex-plugin/plugin.json | 2 +- plugins/linear/scheduled/issue-attention-queue.json | 8 ++++++++ plugins/outlook-calendar/.codex-plugin/plugin.json | 2 +- .../outlook-calendar/scheduled/daily-agenda-and-prep.json | 8 ++++++++ plugins/outlook-email/.codex-plugin/plugin.json | 2 +- plugins/outlook-email/scheduled/morning-inbox-triage.json | 8 ++++++++ plugins/slack/.codex-plugin/plugin.json | 2 +- plugins/slack/scheduled/morning-follow-up-triage.json | 8 ++++++++ plugins/teams/.codex-plugin/plugin.json | 2 +- plugins/teams/scheduled/morning-follow-up-triage.json | 8 ++++++++ 16 files changed, 72 insertions(+), 8 deletions(-) create mode 100644 plugins/github/scheduled/pr-attention-queue.json create mode 100644 plugins/gmail/scheduled/morning-inbox-triage.json create mode 100644 plugins/google-calendar/scheduled/daily-agenda-and-prep.json create mode 100644 plugins/linear/scheduled/issue-attention-queue.json create mode 100644 plugins/outlook-calendar/scheduled/daily-agenda-and-prep.json create mode 100644 plugins/outlook-email/scheduled/morning-inbox-triage.json create mode 100644 plugins/slack/scheduled/morning-follow-up-triage.json create mode 100644 plugins/teams/scheduled/morning-follow-up-triage.json diff --git a/plugins/github/.codex-plugin/plugin.json b/plugins/github/.codex-plugin/plugin.json index 0d37e6ea7..62c755cf3 100644 --- a/plugins/github/.codex-plugin/plugin.json +++ b/plugins/github/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "github", - "version": "0.1.6", + "version": "0.1.7", "description": "Inspect repositories, triage pull requests and issues, debug CI, and publish changes through a hybrid GitHub connector and CLI workflow.", "author": { "name": "OpenAI", diff --git a/plugins/github/scheduled/pr-attention-queue.json b/plugins/github/scheduled/pr-attention-queue.json new file mode 100644 index 000000000..66de9be5f --- /dev/null +++ b/plugins/github/scheduled/pr-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "PR attention queue", + "prompt": "Review the open pull requests relevant to me and build a concise attention queue, prioritizing requested changes, failing CI, pending reviews, merge-ready work, and stale follow-ups. Do not make changes.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/gmail/.codex-plugin/plugin.json b/plugins/gmail/.codex-plugin/plugin.json index 8dfc8dde2..4ae378bde 100644 --- a/plugins/gmail/.codex-plugin/plugin.json +++ b/plugins/gmail/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "gmail", - "version": "0.1.3", + "version": "0.1.4", "description": "Work with Gmail using the configured Gmail app connector.", "author": { "name": "OpenAI", diff --git a/plugins/gmail/scheduled/morning-inbox-triage.json b/plugins/gmail/scheduled/morning-inbox-triage.json new file mode 100644 index 000000000..aeaec8182 --- /dev/null +++ b/plugins/gmail/scheduled/morning-inbox-triage.json @@ -0,0 +1,8 @@ +{ + "name": "Morning inbox triage", + "prompt": "Triage my Gmail inbox since the previous workday. Surface what is urgent, needs a reply, is waiting on someone else, or is useful context, with a suggested next action for anything actionable.", + "schedule": { + "type": "weekdays", + "time": "08:30" + } +} diff --git a/plugins/google-calendar/.codex-plugin/plugin.json b/plugins/google-calendar/.codex-plugin/plugin.json index 6baa9e5a9..c0d3cb2ec 100644 --- a/plugins/google-calendar/.codex-plugin/plugin.json +++ b/plugins/google-calendar/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "google-calendar", - "version": "1.2.3", + "version": "1.2.4", "description": "Connect Google Calendar for scheduling, availability, daily briefs, and event management.", "author": { "name": "OpenAI", diff --git a/plugins/google-calendar/scheduled/daily-agenda-and-prep.json b/plugins/google-calendar/scheduled/daily-agenda-and-prep.json new file mode 100644 index 000000000..4d642f13c --- /dev/null +++ b/plugins/google-calendar/scheduled/daily-agenda-and-prep.json @@ -0,0 +1,8 @@ +{ + "name": "Daily agenda and prep", + "prompt": "Review today's primary Google Calendar and prepare a concise agenda and meeting-prep brief, highlighting conflicts, useful open time, and anything I should read or do before meetings.", + "schedule": { + "type": "weekdays", + "time": "08:00" + } +} diff --git a/plugins/linear/.codex-plugin/plugin.json b/plugins/linear/.codex-plugin/plugin.json index 113e8823b..f69d7da4b 100644 --- a/plugins/linear/.codex-plugin/plugin.json +++ b/plugins/linear/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "linear", - "version": "0.0.3", + "version": "0.0.4", "description": "Find and reference issues and projects.", "author": { "name": "OpenAI", diff --git a/plugins/linear/scheduled/issue-attention-queue.json b/plugins/linear/scheduled/issue-attention-queue.json new file mode 100644 index 000000000..120f40b29 --- /dev/null +++ b/plugins/linear/scheduled/issue-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Issue attention queue", + "prompt": "Review the Linear issues relevant to me and build a concise attention queue, prioritizing urgent, blocked, overdue, stale, or awaiting-update work. Do not make changes.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/outlook-calendar/.codex-plugin/plugin.json b/plugins/outlook-calendar/.codex-plugin/plugin.json index cf4f3428a..29d67eab6 100644 --- a/plugins/outlook-calendar/.codex-plugin/plugin.json +++ b/plugins/outlook-calendar/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "outlook-calendar", - "version": "0.1.3", + "version": "0.1.4", "description": "Connect Outlook Calendar for scheduling, daily briefs, event prep, and safe meeting changes.", "author": { "name": "OpenAI", diff --git a/plugins/outlook-calendar/scheduled/daily-agenda-and-prep.json b/plugins/outlook-calendar/scheduled/daily-agenda-and-prep.json new file mode 100644 index 000000000..91c03f047 --- /dev/null +++ b/plugins/outlook-calendar/scheduled/daily-agenda-and-prep.json @@ -0,0 +1,8 @@ +{ + "name": "Daily agenda and prep", + "prompt": "Review today's primary Outlook calendar and prepare a concise agenda and meeting-prep brief, highlighting conflicts, useful open time, and anything I should read or do before meetings.", + "schedule": { + "type": "weekdays", + "time": "08:00" + } +} diff --git a/plugins/outlook-email/.codex-plugin/plugin.json b/plugins/outlook-email/.codex-plugin/plugin.json index 5aac5ae86..bb3052285 100644 --- a/plugins/outlook-email/.codex-plugin/plugin.json +++ b/plugins/outlook-email/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "outlook-email", - "version": "0.1.3", + "version": "0.1.4", "description": "Work with Outlook Email using the configured Microsoft Outlook app connector.", "author": { "name": "OpenAI", diff --git a/plugins/outlook-email/scheduled/morning-inbox-triage.json b/plugins/outlook-email/scheduled/morning-inbox-triage.json new file mode 100644 index 000000000..5eccfdceb --- /dev/null +++ b/plugins/outlook-email/scheduled/morning-inbox-triage.json @@ -0,0 +1,8 @@ +{ + "name": "Morning inbox triage", + "prompt": "Triage my Outlook inbox since the previous workday. Surface what is urgent, needs a reply, is waiting on someone else, or is useful context, with a suggested next action for anything actionable.", + "schedule": { + "type": "weekdays", + "time": "08:30" + } +} diff --git a/plugins/slack/.codex-plugin/plugin.json b/plugins/slack/.codex-plugin/plugin.json index 6883ce5d8..744771517 100644 --- a/plugins/slack/.codex-plugin/plugin.json +++ b/plugins/slack/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "slack", - "version": "0.1.2", + "version": "0.1.3", "description": "Work with Slack using the configured Slack integration.", "author": { "name": "OpenAI", diff --git a/plugins/slack/scheduled/morning-follow-up-triage.json b/plugins/slack/scheduled/morning-follow-up-triage.json new file mode 100644 index 000000000..dec2ee165 --- /dev/null +++ b/plugins/slack/scheduled/morning-follow-up-triage.json @@ -0,0 +1,8 @@ +{ + "name": "Morning follow-up triage", + "prompt": "Review my Slack activity since the previous workday and surface the messages, requests, and commitments that need my attention, with a concise prioritized follow-up list.", + "schedule": { + "type": "weekdays", + "time": "08:45" + } +} diff --git a/plugins/teams/.codex-plugin/plugin.json b/plugins/teams/.codex-plugin/plugin.json index 43a8a4b5f..424b2fae0 100644 --- a/plugins/teams/.codex-plugin/plugin.json +++ b/plugins/teams/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "teams", - "version": "0.1.3", + "version": "0.1.4", "description": "Work with Teams using the configured Microsoft Teams app connector.", "author": { "name": "OpenAI", diff --git a/plugins/teams/scheduled/morning-follow-up-triage.json b/plugins/teams/scheduled/morning-follow-up-triage.json new file mode 100644 index 000000000..8e0a8fb76 --- /dev/null +++ b/plugins/teams/scheduled/morning-follow-up-triage.json @@ -0,0 +1,8 @@ +{ + "name": "Morning follow-up triage", + "prompt": "Review my Teams activity since the previous workday and surface the messages, requests, and commitments that need my attention, with a concise prioritized follow-up list.", + "schedule": { + "type": "weekdays", + "time": "08:45" + } +} From d105ebec8b63ffdd0848536e5afcd76b6be1fd88 Mon Sep 17 00:00:00 2001 From: Abhinav Vedmala Date: Wed, 24 Jun 2026 18:11:54 -0400 Subject: [PATCH 2/2] Add more scheduled task templates --- plugins/asana/.codex-plugin/plugin.json | 2 +- plugins/asana/scheduled/task-attention-queue.json | 8 ++++++++ plugins/atlassian-rovo/.codex-plugin/plugin.json | 2 +- .../atlassian-rovo/scheduled/work-attention-queue.json | 8 ++++++++ plugins/canva/.codex-plugin/plugin.json | 2 +- plugins/canva/scheduled/design-follow-up-queue.json | 8 ++++++++ plugins/clickup/.codex-plugin/plugin.json | 2 +- plugins/clickup/scheduled/task-attention-queue.json | 8 ++++++++ plugins/datadog/.codex-plugin/plugin.json | 2 +- plugins/datadog/scheduled/morning-service-pulse.json | 8 ++++++++ plugins/figma/.codex-plugin/plugin.json | 2 +- plugins/figma/scheduled/design-review-queue.json | 8 ++++++++ plugins/google-drive/.codex-plugin/plugin.json | 2 +- .../google-drive/scheduled/document-attention-queue.json | 8 ++++++++ plugins/granola/.codex-plugin/plugin.json | 2 +- plugins/granola/scheduled/meeting-follow-up-queue.json | 8 ++++++++ plugins/notion/.codex-plugin/plugin.json | 2 +- plugins/notion/scheduled/workspace-attention-queue.json | 8 ++++++++ plugins/sharepoint/.codex-plugin/plugin.json | 2 +- .../sharepoint/scheduled/document-attention-queue.json | 8 ++++++++ plugins/supabase/.codex-plugin/plugin.json | 2 +- plugins/supabase/scheduled/backend-attention-queue.json | 8 ++++++++ plugins/vercel/.codex-plugin/plugin.json | 2 +- plugins/vercel/scheduled/deployment-attention-queue.json | 8 ++++++++ 24 files changed, 108 insertions(+), 12 deletions(-) create mode 100644 plugins/asana/scheduled/task-attention-queue.json create mode 100644 plugins/atlassian-rovo/scheduled/work-attention-queue.json create mode 100644 plugins/canva/scheduled/design-follow-up-queue.json create mode 100644 plugins/clickup/scheduled/task-attention-queue.json create mode 100644 plugins/datadog/scheduled/morning-service-pulse.json create mode 100644 plugins/figma/scheduled/design-review-queue.json create mode 100644 plugins/google-drive/scheduled/document-attention-queue.json create mode 100644 plugins/granola/scheduled/meeting-follow-up-queue.json create mode 100644 plugins/notion/scheduled/workspace-attention-queue.json create mode 100644 plugins/sharepoint/scheduled/document-attention-queue.json create mode 100644 plugins/supabase/scheduled/backend-attention-queue.json create mode 100644 plugins/vercel/scheduled/deployment-attention-queue.json diff --git a/plugins/asana/.codex-plugin/plugin.json b/plugins/asana/.codex-plugin/plugin.json index 9289401df..d121dc523 100644 --- a/plugins/asana/.codex-plugin/plugin.json +++ b/plugins/asana/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "asana", - "version": "0.1.3", + "version": "0.1.4", "description": "Work with your Asana tasks, subtasks, comments, due dates, and project details to create summaries, understand priorities, and prepare clear status updates.", "author": { "name": "Asana, Inc.", diff --git a/plugins/asana/scheduled/task-attention-queue.json b/plugins/asana/scheduled/task-attention-queue.json new file mode 100644 index 000000000..495e5c931 --- /dev/null +++ b/plugins/asana/scheduled/task-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Task attention queue", + "prompt": "Review the Asana tasks relevant to me and build a concise attention queue, prioritizing urgent, blocked, overdue, stale, or awaiting-update work. Do not make changes.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/atlassian-rovo/.codex-plugin/plugin.json b/plugins/atlassian-rovo/.codex-plugin/plugin.json index b4e4289ee..3c44812ab 100644 --- a/plugins/atlassian-rovo/.codex-plugin/plugin.json +++ b/plugins/atlassian-rovo/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "atlassian-rovo", - "version": "1.0.3", + "version": "1.0.4", "description": "Manage Jira and Confluence fast", "author": { "name": "Atlassian", diff --git a/plugins/atlassian-rovo/scheduled/work-attention-queue.json b/plugins/atlassian-rovo/scheduled/work-attention-queue.json new file mode 100644 index 000000000..8b330513b --- /dev/null +++ b/plugins/atlassian-rovo/scheduled/work-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Work attention queue", + "prompt": "Review my Atlassian work and surface urgent issues, stale work, and recent pages or comments that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/canva/.codex-plugin/plugin.json b/plugins/canva/.codex-plugin/plugin.json index fb8ae5ac1..5c2345129 100644 --- a/plugins/canva/.codex-plugin/plugin.json +++ b/plugins/canva/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "canva", - "version": "1.0.2", + "version": "1.0.3", "description": "Search, create, edit designs", "author": { "name": "Canva", diff --git a/plugins/canva/scheduled/design-follow-up-queue.json b/plugins/canva/scheduled/design-follow-up-queue.json new file mode 100644 index 000000000..77d241405 --- /dev/null +++ b/plugins/canva/scheduled/design-follow-up-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Design follow-up queue", + "prompt": "Review the Canva designs relevant to me and surface recent changes, feedback, or follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/clickup/.codex-plugin/plugin.json b/plugins/clickup/.codex-plugin/plugin.json index 5580ddcc6..35c230f16 100644 --- a/plugins/clickup/.codex-plugin/plugin.json +++ b/plugins/clickup/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "clickup", - "version": "1.0.3", + "version": "1.0.4", "description": "Turn Codex into your ClickUp command center.", "repository": "https://github.com/openai/plugins", "license": "MIT", diff --git a/plugins/clickup/scheduled/task-attention-queue.json b/plugins/clickup/scheduled/task-attention-queue.json new file mode 100644 index 000000000..89cb3fa04 --- /dev/null +++ b/plugins/clickup/scheduled/task-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Task attention queue", + "prompt": "Review the ClickUp tasks relevant to me and build a concise attention queue, prioritizing urgent, blocked, overdue, stale, or awaiting-update work. Do not make changes.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/datadog/.codex-plugin/plugin.json b/plugins/datadog/.codex-plugin/plugin.json index 0ee792292..0c2070177 100644 --- a/plugins/datadog/.codex-plugin/plugin.json +++ b/plugins/datadog/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "datadog", - "version": "0.1.2", + "version": "0.1.3", "description": "Investigate Datadog telemetry and workflows from Codex", "author": { "name": "Datadog", diff --git a/plugins/datadog/scheduled/morning-service-pulse.json b/plugins/datadog/scheduled/morning-service-pulse.json new file mode 100644 index 000000000..afe731576 --- /dev/null +++ b/plugins/datadog/scheduled/morning-service-pulse.json @@ -0,0 +1,8 @@ +{ + "name": "Morning service pulse", + "prompt": "Review recent Datadog activity for the services relevant to me and surface notable incidents, regressions, or follow-ups that need attention.", + "schedule": { + "type": "weekdays", + "time": "08:30" + } +} diff --git a/plugins/figma/.codex-plugin/plugin.json b/plugins/figma/.codex-plugin/plugin.json index 75a4abac1..49e0a7738 100644 --- a/plugins/figma/.codex-plugin/plugin.json +++ b/plugins/figma/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "figma", - "version": "2.0.11", + "version": "2.0.12", "description": "Figma workflows for design implementation, Code Connect templates, and design system rule generation.", "author": { "name": "Figma", diff --git a/plugins/figma/scheduled/design-review-queue.json b/plugins/figma/scheduled/design-review-queue.json new file mode 100644 index 000000000..e6a7835b3 --- /dev/null +++ b/plugins/figma/scheduled/design-review-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Design review queue", + "prompt": "Review the Figma files relevant to me and surface recent comments, handoffs, or changes that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/google-drive/.codex-plugin/plugin.json b/plugins/google-drive/.codex-plugin/plugin.json index 4099f1c87..a3cc5f09b 100644 --- a/plugins/google-drive/.codex-plugin/plugin.json +++ b/plugins/google-drive/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "google-drive", - "version": "0.1.7", + "version": "0.1.8", "description": "Use Google Drive as the single entrypoint for Drive, Docs, Sheets, and Slides work.", "author": { "name": "OpenAI", diff --git a/plugins/google-drive/scheduled/document-attention-queue.json b/plugins/google-drive/scheduled/document-attention-queue.json new file mode 100644 index 000000000..5eb2c4cac --- /dev/null +++ b/plugins/google-drive/scheduled/document-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Document attention queue", + "prompt": "Review the Google Drive docs relevant to me and surface recent changes, comments, and follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/granola/.codex-plugin/plugin.json b/plugins/granola/.codex-plugin/plugin.json index c3ec886d0..272f93518 100644 --- a/plugins/granola/.codex-plugin/plugin.json +++ b/plugins/granola/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "granola", - "version": "1.0.3", + "version": "1.0.4", "description": "Granola MCP connects your meeting history to Codex so your assistant can pull real context from past conv...", "author": { "name": "Granola", diff --git a/plugins/granola/scheduled/meeting-follow-up-queue.json b/plugins/granola/scheduled/meeting-follow-up-queue.json new file mode 100644 index 000000000..c7bd65198 --- /dev/null +++ b/plugins/granola/scheduled/meeting-follow-up-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Meeting follow-up queue", + "prompt": "Review my recent Granola meeting notes and surface decisions, commitments, and follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "16:30" + } +} diff --git a/plugins/notion/.codex-plugin/plugin.json b/plugins/notion/.codex-plugin/plugin.json index ec777235b..da07d5871 100644 --- a/plugins/notion/.codex-plugin/plugin.json +++ b/plugins/notion/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "notion", - "version": "0.1.5", + "version": "0.1.6", "description": "Notion workflows for implementation planning, research synthesis, meeting preparation, and knowledge capture.", "author": { "name": "OpenAI", diff --git a/plugins/notion/scheduled/workspace-attention-queue.json b/plugins/notion/scheduled/workspace-attention-queue.json new file mode 100644 index 000000000..502a3e685 --- /dev/null +++ b/plugins/notion/scheduled/workspace-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Workspace attention queue", + "prompt": "Review the Notion pages relevant to me and surface recent changes, open decisions, and follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/sharepoint/.codex-plugin/plugin.json b/plugins/sharepoint/.codex-plugin/plugin.json index d94831c6b..3882aa766 100644 --- a/plugins/sharepoint/.codex-plugin/plugin.json +++ b/plugins/sharepoint/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "sharepoint", - "version": "0.1.3", + "version": "0.1.4", "description": "Work with SharePoint using the configured Microsoft SharePoint app connector.", "author": { "name": "OpenAI", diff --git a/plugins/sharepoint/scheduled/document-attention-queue.json b/plugins/sharepoint/scheduled/document-attention-queue.json new file mode 100644 index 000000000..a4b591ee3 --- /dev/null +++ b/plugins/sharepoint/scheduled/document-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Document attention queue", + "prompt": "Review the SharePoint files relevant to me and surface recent changes, comments, and follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/supabase/.codex-plugin/plugin.json b/plugins/supabase/.codex-plugin/plugin.json index 479c1cdae..90f2d22f3 100644 --- a/plugins/supabase/.codex-plugin/plugin.json +++ b/plugins/supabase/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "supabase", - "version": "0.1.10", + "version": "0.1.11", "description": "Access your Supabase projects and perform tasks like managing tables, fetching config, and querying data.", "author": { "name": "Supabase", diff --git a/plugins/supabase/scheduled/backend-attention-queue.json b/plugins/supabase/scheduled/backend-attention-queue.json new file mode 100644 index 000000000..f5623f9d6 --- /dev/null +++ b/plugins/supabase/scheduled/backend-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Backend attention queue", + "prompt": "Review my Supabase projects and surface schema changes, errors, auth anomalies, or follow-ups that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +} diff --git a/plugins/vercel/.codex-plugin/plugin.json b/plugins/vercel/.codex-plugin/plugin.json index e57a3753f..ddf7ded43 100644 --- a/plugins/vercel/.codex-plugin/plugin.json +++ b/plugins/vercel/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "vercel", - "version": "0.21.3", + "version": "0.21.4", "description": "Build and deploy web apps and agents", "author": { "name": "Vercel Labs", diff --git a/plugins/vercel/scheduled/deployment-attention-queue.json b/plugins/vercel/scheduled/deployment-attention-queue.json new file mode 100644 index 000000000..561bcf1fc --- /dev/null +++ b/plugins/vercel/scheduled/deployment-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Deployment attention queue", + "prompt": "Review my Vercel projects and surface deployments, previews, or production changes that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +}