Module: RubynCode::Agent::SystemPromptBuilder

Includes:
Prompts
Included in:
Loop
Defined in:
lib/rubyn_code/agent/system_prompt_builder.rb

Overview

Assembles the system prompt for the agent loop, including base personality, plan-mode instructions, memories, instincts, project instructions, and available skills/tools.

Constant Summary collapse

INSTRUCTION_FILES =
%w[RUBYN.md CLAUDE.md AGENT.md].freeze

Constants included from Prompts

Prompts::PLAN_MODE_PROMPT, Prompts::SYSTEM_PROMPT