fix: rewrite startupPrompts as agent directives and remove greeting fields#94
fix: rewrite startupPrompts as agent directives and remove greeting fields#94jwm4 wants to merge 1 commit intoambient-code:mainfrom
Conversation
…reeting fields startupPrompt is sent TO the agent as a hidden user message, not displayed to the user. Rewrite all startupPrompts as instructions telling the agent how to greet the user. Remove the `greeting` field from workflows that had it, since it is not implemented in the platform. Affected workflows: amber-interview, claude-md-generator, spec-kit, triage Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (1)
WalkthroughUpdates startup prompts across multiple workflows (amber-interview, claude-md-generator, triage) to be shorter and more user-focused, transitioning from detailed step-by-step instructions to concise introductions. Removes the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 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)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
startupPromptin 4 workflows from canned greetings to agent directivesgreetingfield from workflows that had itstartupPromptis sent TO the agent as a hidden user message (role: "user",hidden: true), so it should instruct the agent how to behave, not be a greeting displayed to the userChanges
Test plan
Custom Workflow Testing
https://github.com/jwm4/workflows.gitfix/workflow-startup-promptsworkflows/amber-interviewhttps://github.com/jwm4/workflows.gitfix/workflow-startup-promptsworkflows/claude-md-generatorhttps://github.com/jwm4/workflows.gitfix/workflow-startup-promptsworkflows/spec-kithttps://github.com/jwm4/workflows.gitfix/workflow-startup-promptsworkflows/triage🤖 Generated with Claude Code under the supervision of Bill Murdock.