FEAT: Subject-aware learning system with mode-based reasoning + docs#10
Merged
lingarobotics merged 3 commits intomainfrom Mar 28, 2026
Merged
FEAT: Subject-aware learning system with mode-based reasoning + docs#10lingarobotics merged 3 commits intomainfrom
lingarobotics merged 3 commits intomainfrom
Conversation
Why: Users need clarity on how to use different modes and understand system capabilities What: - Added FEATURE.md documenting core features and learning system design - Implemented Docs page with markdown-style structured layout - Introduced mode selection guidance and recommended learning flow How: - Built Docs.jsx with sectioned layout and sticky navigation - Designed docs as a decision guide instead of static feature listing
Why: General AI responses were leaking across domains, reducing clarity and exam relevance What: - Introduced subject input for focused responses - Integrated context across all modes - Enforced strict domain-aware prompting How: - Added ContextProvider for global state - Created SubjectInput component - Passed context through API pipeline - Strengthened prompt rules for subject alignment
Why: Improve usability and fix API mismatch What: - Added Docs navigation - Fixed reset-password payload - UI improvements How: - Updated AppShell - Aligned frontend-backend contract - Refined styles
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🚀 Overview
This PR introduces a subject-aware learning system integrated across all modes, along with a structured documentation layer and UX improvements.
The system shifts from generic AI responses to context-controlled, learning-oriented outputs.
🎯 Why
Previously, responses were:
This PR solves that by introducing:
🧠 Core Features Added
🎯 Subject-Aware Learning
📌 Core Points Extraction
🧠 Understanding Verification
🧩 Structured Answer System
🧠 Mode Behavior (Refined)
📘 Documentation System
FEATURE.mdfor core system explanation/docspage:🎨 UX Improvements
🏗️ Implementation Details
Backend
Frontend
ContextProviderfor global subject stateSubjectInputcomponent🧪 Testing Notes
🧭 Impact
This PR transforms the system from:
to:
🏁 Summary