chore: disable prd-rfe-workflow from OOTB listing#87
Conversation
Set `"enabled": false` so this workflow is excluded from the platform UI workflow picker. Requires ambient-code/platform#1054. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedPull request was closed or merged during review WalkthroughAdded an Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@workflows/prd-rfe-workflow/.ambient/ambient.json`:
- Line 2: The schema docs are missing optional fields used in ambient.json;
update AMBIENT_JSON_SCHEMA.md to document the "enabled" boolean (controls
whether the ambient config is active), the "greeting" string (optional
user-facing welcome message), and the "rubric" object or string (optional
guidance/rules for behavior), marking them optional and adding short purpose
descriptions and example values; ensure the schema section references these
three fields and the expected types so future loaders/maintainers can find and
validate them.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: df3fe733-8b76-49d6-8ae3-4357eb7cf10a
📒 Files selected for processing (1)
workflows/prd-rfe-workflow/.ambient/ambient.json
Adds documentation for optional ambient.json fields that were in use but not documented in AMBIENT_JSON_SCHEMA.md. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This workflow was disabled in #87 and is no longer needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This workflow was disabled in #87 and is no longer needed. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
"enabled": falseon the prd-rfe-workflow'sambient.jsonDepends on
🤖 Generated with Claude Code