Skip to content

v0.9.1

Latest

Choose a tag to compare

@ysyneu ysyneu released this 29 May 03:58
· 4 commits to main since this release
f5b93ab

Self-describing timestamp types for LLM-friendly output.

  • New Timestamp (Unix seconds) and TimestampMilli (Unix ms): marshal to RFC3339 (local TZ), unmarshal from epoch-or-RFC3339, zero→0 sentinel.
  • Response time fields migrated to these types; request/input fields and durations/offsets stay int64.
  • BREAKING (pre-1.0): CreateIncident/CreateStatusIncident now return typed *CreateIncidentOutput/*CreateStatusIncidentOutput instead of any; several response field types changed int64→Timestamp.
  • Added CLAUDE.md + AGENTS.md.

PR #20.