mrvn-cli 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -114,6 +114,7 @@ interface PersonaDefinition {
114
114
  systemPrompt: string;
115
115
  focusAreas: string[];
116
116
  documentTypes: string[];
117
+ contributionTypes?: string[];
117
118
  }
118
119
 
119
120
  declare function getPersona(idOrShortName: string): PersonaDefinition | undefined;