gaunt-sloth-assistant
Version:
[](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [ • 756 B
TypeScript
export declare const GSLOTH_DIR = ".gsloth";
export declare const GSLOTH_SETTINGS_DIR = ".gsloth-settings";
export declare const GSLOTH_AUTH = ".gsloth-auth";
export declare const USER_PROJECT_CONFIG_JS = ".gsloth.config.js";
export declare const USER_PROJECT_CONFIG_JSON = ".gsloth.config.json";
export declare const USER_PROJECT_CONFIG_MJS = ".gsloth.config.mjs";
export declare const GSLOTH_BACKSTORY = ".gsloth.backstory.md";
export declare const PROJECT_GUIDELINES = ".gsloth.guidelines.md";
export declare const PROJECT_REVIEW_INSTRUCTIONS = ".gsloth.review.md";
export declare const GSLOTH_SYSTEM_PROMPT = ".gsloth.system.md";
export declare const GSLOTH_CHAT_PROMPT = ".gsloth.chat.md";
export declare const GSLOTH_CODE_PROMPT = ".gsloth.code.md";