Files
rose-ash/lib/events/conformance.sh
giles 797c5f9147
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 32s
events: Phase 1 calendar — DAILY/WEEKLY RRULE expansion + 24 tests
Civil date arithmetic (Hinnant), integer epoch-minute datetimes, bounded
windowed RRULE expansion (DAILY/WEEKLY with INTERVAL/COUNT/UNTIL/BYDAY),
multi-event merge. Conformance harness + scoreboard wired.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-06 23:48:34 +00:00

4 lines
193 B
Bash
Executable File

#!/usr/bin/env bash
# Thin wrapper — see lib/guest/conformance.sh and lib/events/conformance.conf.
exec bash "$(dirname "$0")/../guest/conformance.sh" "$(dirname "$0")/conformance.conf" "$@"