Skip to content

Release v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Aug 01:48
31eebe4

Summary

Adds a source-first Critter Stack generator that mirrors the existing Arc package model: callers supply Roslyn compilations and receive one verified Screenplay definition without starting the application or PostgreSQL.

Added

  • Generate markerless Marten events, aggregate snapshots, read models, reducers, commands, and queries from source.
  • Interpret Wolverine HTTP endpoints, aggregate workflows, response wrappers, direct event/document operations, and outgoing messages.
  • Expose a complete CritterStackScreenplayGenerator façade plus stable Marten/Wolverine diagnostics.
  • Cover current and legacy Critter Stack conventions with synthetic fixtures and real BankAccountES, IncidentService, and CritterStackHelpDesk smoke validation.