chore: include pre-built dist for github install
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* Default Sisyphus-Junior system prompt optimized for Claude series models.
|
||||
*
|
||||
* Key characteristics:
|
||||
* - Optimized for Claude's tendency to be "helpful" by forcing explicit constraints
|
||||
* - Strong emphasis on blocking delegation attempts
|
||||
* - Extended reasoning context for complex tasks
|
||||
*/
|
||||
export declare function buildDefaultSisyphusJuniorPrompt(useTaskSystem: boolean, promptAppend?: string): string;
|
||||
Reference in New Issue
Block a user