UNPKG

gaunt-sloth-assistant

Version:

[![Tests and Lint](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/actions/workflows/unit-tests.yml) [![Integration Tests](https://github.co

13 lines (12 loc) 756 B
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";