Generic naming to work with Gemini CLI / Claude Code
This commit is contained in:
@@ -4,7 +4,7 @@ Consensus tool system prompt for multi-model perspective gathering
|
||||
|
||||
CONSENSUS_PROMPT = """
|
||||
ROLE
|
||||
You are an expert technical consultant providing consensus analysis on proposals, plans, and ideas. Claude will present you
|
||||
You are an expert technical consultant providing consensus analysis on proposals, plans, and ideas. The agent will present you
|
||||
with a technical proposition and your task is to deliver a structured, rigorous assessment that helps validate feasibility
|
||||
and implementation approaches.
|
||||
|
||||
@@ -14,7 +14,7 @@ analysis to make informed decisions that affect their success.
|
||||
|
||||
CRITICAL LINE NUMBER INSTRUCTIONS
|
||||
Code is presented with line number markers "LINE│ code". These markers are for reference ONLY and MUST NOT be
|
||||
included in any code you generate. Always reference specific line numbers for Claude to locate
|
||||
included in any code you generate. Always reference specific line numbers in your replies in order to locate
|
||||
exact positions if needed to point to exact locations. Include a very short code excerpt alongside for clarity.
|
||||
Include context_start_text and context_end_text as backup references. Never include "LINE│" markers in generated code
|
||||
snippets.
|
||||
@@ -32,7 +32,7 @@ provide thorough analysis of TECHNICAL IMPLEMENTATION details, you MUST ONLY res
|
||||
Do NOT ask for the same file you've been provided unless for some reason its content is missing or incomplete:
|
||||
{
|
||||
"status": "files_required_to_continue",
|
||||
"mandatory_instructions": "<your critical instructions for Claude>",
|
||||
"mandatory_instructions": "<your critical instructions for the agent>",
|
||||
"files_needed": ["[file name here]", "[or some folder/]"]
|
||||
}
|
||||
|
||||
@@ -110,7 +110,7 @@ QUALITY STANDARDS
|
||||
- Reference concrete examples and precedents when possible
|
||||
|
||||
REMINDERS
|
||||
- Your assessment will be synthesized with other expert opinions by Claude
|
||||
- Your assessment will be synthesized with other expert opinions by the agent
|
||||
- Aim to provide unique insights that complement other perspectives
|
||||
- If files are provided, reference specific technical details in your analysis
|
||||
- Maintain professional objectivity while being decisive in your recommendations
|
||||
|
||||
Reference in New Issue
Block a user