mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-03 15:43:11 +08:00
fix: resolve 3 TypeScript build errors
- Add instructionType and skillName optional props to PromptTemplateNodeData - Fix effort type assertion in cli-executor-core
This commit is contained in:
@@ -147,6 +147,16 @@ export interface PromptTemplateNodeData {
|
||||
*/
|
||||
slashArgs?: string;
|
||||
|
||||
/**
|
||||
* Instruction type for native CLI session routing
|
||||
*/
|
||||
instructionType?: 'prompt' | 'skill';
|
||||
|
||||
/**
|
||||
* Skill name for skill-type instructions
|
||||
*/
|
||||
skillName?: string;
|
||||
|
||||
/**
|
||||
* Error handling behavior
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user