Project Goal: Create an AI-assisted code editor specifically designed for beginners that: Integrates with AI for code generation Follows Test-Driven Development principles Handles incremental code updates rather than full file regeneration Uses PHP as the backend interpreter Focuses on learning and development for new programmers Should be fully web based Context Management: How much of the existing codebase should be included in each prompt? Should we maintain a session context for ongoing development? Test-First Approach: Would you like the AI to generate test cases first before implementing features? Should we include test templates in the prompt structure? Update Granularity: What level of code updates would you prefer: a) Function-level changes b) Class-level changes c) File-level changes Learning Focus: Should the AI explain the changes it makes? Would you like to include educational comments in the generated code?