diff --git a/plugins/asana/.codex-plugin/plugin.json b/plugins/asana/.codex-plugin/plugin.json index d121dc523..056cf1008 100644 --- a/plugins/asana/.codex-plugin/plugin.json +++ b/plugins/asana/.codex-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "asana", - "version": "0.1.4", + "version": "0.1.5", "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..3d0d1f57c --- /dev/null +++ b/plugins/asana/scheduled/task-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily task update", + "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/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..ffe89e551 --- /dev/null +++ b/plugins/canva/scheduled/design-follow-up-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily design follow-ups", + "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..919bdae99 --- /dev/null +++ b/plugins/clickup/scheduled/task-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily task update", + "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..4f1d987c9 --- /dev/null +++ b/plugins/datadog/scheduled/morning-service-pulse.json @@ -0,0 +1,8 @@ +{ + "name": "Morning service update", + "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/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..ea0498df1 --- /dev/null +++ b/plugins/github/scheduled/pr-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily PR update", + "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/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..c1fc99070 --- /dev/null +++ b/plugins/granola/scheduled/meeting-follow-up-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Today's meeting follow-ups", + "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/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..8b79b4fca --- /dev/null +++ b/plugins/linear/scheduled/issue-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily issue update", + "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/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..50ee67ed1 --- /dev/null +++ b/plugins/supabase/scheduled/backend-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily backend update", + "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..a7ce55eb4 --- /dev/null +++ b/plugins/vercel/scheduled/deployment-attention-queue.json @@ -0,0 +1,8 @@ +{ + "name": "Daily deployment update", + "prompt": "Review my Vercel projects and surface deployments, previews, or production changes that need my attention.", + "schedule": { + "type": "weekdays", + "time": "09:00" + } +}