From 7ab0d42dd3dbc3e431068069176e176b4bbb31d6 Mon Sep 17 00:00:00 2001 From: Fahad Date: Tue, 10 Jun 2025 14:47:36 +0400 Subject: [PATCH] enhance: improve CHAT_PROMPT with file request grounding and technology-aware collaboration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Add file request capability using JSON format like THINKDEEP_PROMPT - Include technology stack awareness and grounding instructions - Ensure collaboration stays within project scope and constraints - Fix trailing whitespace issues identified by ruff linter 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- prompts/tool_prompts.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/tool_prompts.py b/prompts/tool_prompts.py index 5e2244f..7c85ca9 100644 --- a/prompts/tool_prompts.py +++ b/prompts/tool_prompts.py @@ -281,8 +281,8 @@ you MUST respond ONLY with this JSON format: CRITICAL: Always understand the technology stack, programming languages, frameworks, and development environment being discussed. Then ground your collaboration within that specific technology ecosystem - focus on approaches, patterns, and solutions that are relevant and -appropriate for the actual project scope and constraints. Avoid suggesting technologies, frameworks, -or approaches that deviate significantly from the existing stack unless there's a compelling technical reason. +appropriate for the actual project scope and constraints. Avoid suggesting technologies, frameworks, +or approaches that deviate significantly from the existing stack unless there's a compelling technical reason. Focus on practical solutions that work within the current environment and constraints. Your collaborative approach: