# SEMESTER.md
# ──────────────────────────────────────────────────────
# This file is read by Pisces at startup to load
# your academic context. Keep it updated each semester.
# Place it in your university root folder or project root.
# ──────────────────────────────────────────────────────

semester: Fall 2025
year: 2025
week: 1
year_of_study: 2

## Courses

- CS301: Operating Systems
- CS315: Database Systems
- CS320: Software Engineering
- MATH210: Discrete Mathematics

## Active Project

active_project: my-shell (CS301 final project)

## Current Focus

Working on: Shell implementation in C
Upcoming: OS midterm in Week 8
Feeling weak on: Virtual memory, page tables

## Notes

Office hours: Prof. Martinez — Tuesdays 3-5pm (OS)
Study group: Thursdays 6pm with Alice, Bob, Carol

---
# HOW TO UPDATE THIS FILE
#
# At the start of each semester:
#   1. Update semester: and year:
#   2. Update the Courses list with your actual course codes
#   3. Set year_of_study to your current year
#   4. Reset week: to 1
#
# Each week:
#   - Increment week: by 1
#   - Update active_project: if it changes
#   - Update the Notes section with what you're working on
#
# Pisces will greet you with relevant context based on this file.
