chore: Update platform types - #727
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: b4ee45dbdf
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "Codex (@codex) review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "Codex (@codex) address that feedback".
| "minLength": 1, | ||
| "maxLength": 10000, | ||
| "description": "Instructions for Loop to format content sent to this destination" | ||
| "description": "Publish a Slack mrkdwn digest.\n\nInclude a complete \"*Pattern outcomes*\" section with one row for every selected Pattern from the run report, including created, updated, unchanged, failed, skipped, and newly inactive outcomes.\n\nUse this row format exactly:\n• <pattern_url|Pattern title> — `outcome`\n\nIf a Pattern has no URL, use the plain title instead. Do not use GitHub Markdown tables or code-block tables, because links must remain clickable. Do not omit any selected Pattern. If there are no selected Patterns, say \"No pattern outcomes.\"\n\nAfter the outcome list, include a \"*Highlights*\" section with one very short paragraph, 2-3 sentences maximum. Summarize what changed or what broadly stands out from this run. Do not introduce new claims beyond the run report." |
There was a problem hiding this comment.
Scope the Pattern prompt to Pattern automations
This branch describes the Slack action for a generic ProjectAutomationConfig with event_type: "logs", but the new description requires a run report and selected Patterns, concepts that are not available for arbitrary log automations. The same specialized text was also propagated to environment_update and topic_digest, so SDK documentation and any tooling that consumes these schema descriptions will direct users to supply inapplicable formatting instructions; retain the generic description for those variants and scope this Pattern-specific prompt to the appropriate automation.
Useful? React with 👍 / 👎.
Automated regeneration of SDK types.