2026-01-03 23:50:37 +00:00
2026-01-04 17:31:34 +00:00
2025-12-31 03:12:06 +00:00
2026-01-27 01:59:15 +00:00
2026-01-18 01:59:00 +00:00
2026-01-18 01:59:00 +00:00
2026-01-27 03:48:07 +00:00

my take on how notes and srs should be combind and simplified

Usage

The project includes a Makefile for common tasks:

  • Build: make build (creates binary in bin/mend)
  • Test: make test
  • Run: make run (automatically scaffolds test_data directory and runs app against it)
  • Scaffold: make scaffold (generates sample data in test_data)
  • Clean: make clean (removes binary)
  • Clean Data: make clean-data (removes test_data directory)