fix(coding): remediate ML-07 plugin authority
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { BundledCodingSkillId } from './coding-skills';
|
||||
import type { CodingSkillId } from './coding-skills';
|
||||
|
||||
export type CodingProjectFileStatus =
|
||||
| 'added'
|
||||
@@ -53,10 +53,12 @@ export interface ConversationChangesSnapshot {
|
||||
}
|
||||
|
||||
export interface ProductCodingSkill {
|
||||
id: BundledCodingSkillId;
|
||||
id: CodingSkillId;
|
||||
name: string;
|
||||
description: string;
|
||||
selected: boolean;
|
||||
available: boolean;
|
||||
effective: boolean;
|
||||
location: string;
|
||||
content: string;
|
||||
entries: Array<{ path: string; type: 'file' | 'directory' }>;
|
||||
@@ -67,7 +69,7 @@ export interface ProductCodingCommand {
|
||||
title: string;
|
||||
description: string;
|
||||
source: 'makelore' | 'pi' | 'skill';
|
||||
skillId?: BundledCodingSkillId;
|
||||
skillId?: CodingSkillId;
|
||||
}
|
||||
|
||||
export interface ProductPiCommandInput {
|
||||
|
||||
Reference in New Issue
Block a user