module Tina4::AI
def generate_claude_code_context
-
(String)-
def generate_claude_code_context framework_root = File.expand_path("../../..", __FILE__) claude_md = File.join(framework_root, "CLAUDE.md") if File.exist?(claude_md) File.read(claude_md) else "# Tina4 Ruby #{Tina4::VERSION}\n\nSee https://tina4.com for documentation.\n" end end