feat: add Pi provider managed resources
This commit is contained in:
14
shared/coding-skills.ts
Normal file
14
shared/coding-skills.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export const BUNDLED_CODING_SKILL_IDS = [
|
||||
'agent-browser',
|
||||
'frontend-slides',
|
||||
'grilling',
|
||||
'planning-with-files',
|
||||
] as const;
|
||||
|
||||
export type BundledCodingSkillId = (typeof BUNDLED_CODING_SKILL_IDS)[number];
|
||||
|
||||
export const DEFAULT_PROJECT_AGENT_SKILL_IDS = [
|
||||
'agent-browser',
|
||||
'grilling',
|
||||
'planning-with-files',
|
||||
] as const satisfies readonly BundledCodingSkillId[];
|
||||
Reference in New Issue
Block a user