claude-buddy
Version:
Your friendly AI development companion for Claude Code - supercharge Claude Code with intelligent workflows and safety features
68 lines (34 loc) • 2.11 kB
Markdown
[**claude-buddy v1.0.0**](../../README.md)
***
[claude-buddy](../../modules.md) / [types](../README.md) / GeneratedPrompt
# Interface: GeneratedPrompt
Defined in: [types/personas.ts:257](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L257)
Generated prompt information
## Properties
### systemPrompt
> **systemPrompt**: `string`
Defined in: [types/personas.ts:258](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L258)
***
### personaContext
> **personaContext**: `null` \| [`PersonaContext`](PersonaContext.md)
Defined in: [types/personas.ts:259](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L259)
***
### collaboration?
> `optional` **collaboration**: `null` \| [`CollaborationPlan`](CollaborationPlan.md)
Defined in: [types/personas.ts:260](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L260)
***
### learningIntegration?
> `optional` **learningIntegration**: `unknown`
Defined in: [types/personas.ts:261](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L261)
***
### flagIntegration?
> `optional` **flagIntegration**: `unknown`
Defined in: [types/personas.ts:262](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L262)
***
### userInput?
> `optional` **userInput**: `string`
Defined in: [types/personas.ts:263](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L263)
***
### context?
> `optional` **context**: `unknown`
Defined in: [types/personas.ts:264](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/personas.ts#L264)