Portfolio

TeaTime Tracker v2

dubh3124/teatime-tracker

completed

Mission

dubh3124/teatime-tracker

Transform the TeaTime Tracker from a toy calculator into a real brew-logging CLI. Add brew entry recording, daily summary reporting, and brew history persistence so users can track their tea and coffee consumption over time.

Success
Users can log a brew with type and timestamp, view a daily summary of brews, and brews persist across sessions. All features have CI-validated red/green test coverage.
Policy
All changes must pass TDD red/green evidence with GitHub Actions CI confirmation. No direct pushes to main. Auto-merge only after CI passes on PR.

Readiness

ready
Structure
Detected
Package
npm
Tests
npm test
CI
Present
Protection
Ready

Plan

v1 · agent
Revision
v1
Source
agent
Strategy
Iteratively transform the existing toy calculator into a persistence-driven CLI using TDD. Start by establishing the persistence layer, followed by brew entry recording, daily summary logic, and finally the CLI interface integration to ensure each vertical slice is fully tested and functional.