Mentor Feedback Guide
This feature is frontmatter-driven. It appears automatically on any day/week page where mentor_feedback is present.
How To Use
Add these fields at the top of any log file (inside frontmatter):
mentor_feedback: "Significant improvement in execution time. Keep memory under 500MB in the next iteration."
mentor_name: "Senior AI Engineer"
mentor_status: "Reviewed"
feedback_action_plan: "Profile peak memory per module and optimize top two hotspots."
Rendering Behavior
mentor_feedback(required): shows the feedback box.mentor_name(optional): defaults toMentor.mentor_statusorstatus(optional): shown next to mentor name.feedback_action_plan(optional): shows an explicit follow-up plan.
Where It Appears
When enabled, the feedback box appears above the footer on that page.