Skip to content

fix: clarify scheduled task intent and summaries - #5631

Merged
atomantic merged 1 commit into
mainfrom
codex/scheduled-task-card-summaries
Sep 1, 2026
Merged

fix: clarify scheduled task intent and summaries#5631
atomantic merged 1 commit into
mainfrom
codex/scheduled-task-card-summaries

Conversation

@atomantic

Copy link
Copy Markdown
Owner

Summary

  • Show a human-readable summary on every built-in scheduled-task card and in its configuration header.
  • Explain hook-owned runtime prompts such as issue-watcher instead of displaying “No prompt configured”.
  • Add explicit metadata and server-side guards for future automation-only task types, and clarify that pipeline stages are nested inside their parent task.
  • Let custom task cards accept an optional one-line summary.

Validation

  • cd server && npm test -- --run services/taskSchedule.test.js services/taskScheduleModules.test.js
  • cd client && npm test -- --run src/components/cos/tabs/schedule/AppTaskCard.test.jsx src/components/cos/tabs/schedule/PromptEditor.test.jsx src/components/cos/tabs/schedule/GlobalConfigControls.test.jsx src/components/apps/tabs/CustomTasksSection.test.jsx src/components/cos/tabs/JobsTab.test.jsx
  • cd client && npm run lint
  • cd client && npm run build

Expose human-readable summaries and runtime-generated prompt metadata on scheduled-task cards so hook-owned tasks no longer appear unconfigured. Add explicit automation-only invocation metadata and guards for future subsidiary task types, clarify that pipeline stages are nested, and let custom task cards accept an optional summary.
@atomantic
atomantic merged commit c13214b into main Sep 1, 2026
7 checks passed
@atomantic
atomantic deleted the codex/scheduled-task-card-summaries branch September 1, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant