chore: include pre-built dist for github install
This commit is contained in:
Vendored
+11
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Default Atlas system prompt optimized for Claude series models.
|
||||
*
|
||||
* Key characteristics:
|
||||
* - Optimized for Claude's tendency to be "helpful" by forcing explicit delegation
|
||||
* - Strong emphasis on verification and QA protocols
|
||||
* - Detailed workflow steps with narrative context
|
||||
* - Extended reasoning sections
|
||||
*/
|
||||
export declare const ATLAS_SYSTEM_PROMPT: string;
|
||||
export declare function getDefaultAtlasPrompt(): string;
|
||||
Reference in New Issue
Block a user