claude-buddy
Version:
Your friendly AI development companion for Claude Code - supercharge Claude Code with intelligent workflows and safety features
44 lines (22 loc) • 1.27 kB
Markdown
[**claude-buddy v1.0.0**](../../README.md)
***
[claude-buddy](../../modules.md) / [types](../README.md) / ContextRecommendation
# Interface: ContextRecommendation
Defined in: [types/context.ts:129](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L129)
Context-based recommendations
## Properties
### persona
> **persona**: `string`
Defined in: [types/context.ts:130](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L130)
***
### priority
> **priority**: `"medium"` \| `"low"` \| `"high"`
Defined in: [types/context.ts:131](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L131)
***
### reason
> **reason**: `string`
Defined in: [types/context.ts:132](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L132)
***
### confidence
> **confidence**: `number`
Defined in: [types/context.ts:133](https://github.com/gsetsero/assistant-integration/blob/911ddf7680199ad668404c191ed66335473fdc65/claude-buddy/src/types/context.ts#L133)