v1.0.2
What's new in v1.0.2
Added
- clinic-appointments — per-doctor availability, editable without code. Each doctor now has their own working days and hours, read from an operator-editable
server/data/clinic-config.json(seeded from defaults on first run; edit + restart to change). A committedserver/clinic-config.example.jsonshows the shape, and the app README documents it. The schedule board renders each doctor's own slots and marks "Closed this day" on off-days; availability and booking validate against that doctor's days and hours; the agent prompt lists each doctor's schedule and always checks availability for the chosen doctor and day.
Changed
- clinic-appointments — the schedule board's hover tooltip now shows the patient's name only (the phone number is no longer revealed on hover).
Full notes: CHANGELOG.md