Skip to content

fix: use single-line description format in business-analyst agent#13

Merged
rathorevaibhav merged 1 commit intomainfrom
fix/business-analyst-description-format
Mar 11, 2026
Merged

fix: use single-line description format in business-analyst agent#13
rathorevaibhav merged 1 commit intomainfrom
fix/business-analyst-description-format

Conversation

@rathorevaibhav
Copy link
Copy Markdown
Member

Summary

  • Fixes business-analyst agent not being registered by Claude Code due to multi-line YAML description in frontmatter
  • Converts description to single-line string with escaped \n newlines, matching the format used by other agents (implementation-planner, implementation-executor, performance-auditor)

Test plan

  • Restart Claude Code in a project that uses this agent definition
  • Verify the business-analyst agent appears as an available subagent type
  • Test invoking the agent with a requirement refinement request

🤖 Generated with Claude Code

Multi-line YAML descriptions in agent frontmatter prevent Claude Code
from registering the agent. Use escaped \n newlines in a single-line
string to match the format used by other agents.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@rathorevaibhav rathorevaibhav merged commit 1a640bb into main Mar 11, 2026
1 check passed
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