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 697 B
export const GSLOTH_DIR = '.gsloth'; export const GSLOTH_SETTINGS_DIR = '.gsloth-settings'; export const GSLOTH_AUTH = '.gsloth-auth'; export const USER_PROJECT_CONFIG_JS = '.gsloth.config.js'; export const USER_PROJECT_CONFIG_JSON = '.gsloth.config.json'; export const USER_PROJECT_CONFIG_MJS = '.gsloth.config.mjs'; export const GSLOTH_BACKSTORY = '.gsloth.backstory.md'; export const PROJECT_GUIDELINES = '.gsloth.guidelines.md'; export const PROJECT_REVIEW_INSTRUCTIONS = '.gsloth.review.md'; export const GSLOTH_SYSTEM_PROMPT = '.gsloth.system.md'; export const GSLOTH_CHAT_PROMPT = '.gsloth.chat.md'; export const GSLOTH_CODE_PROMPT = '.gsloth.code.md'; //# sourceMappingURL=constants.js.map