home/categories/architecture-patterns/remorses-kimaki-cli-skills-event-sourcing-state-skill-md
architecture-patternsdevelopment

event-sourcing-state

Event-sourced application state pattern for TypeScript apps. Prefer bounded event logs plus pure derivation functions over mirrored mutable lifecycle flags. Use when state transitions are driven by events and bugs can be reproduced from a saved event stream.

remorses
maintainer
remorses
更新於 4/6/2026
星標
971
分支
69
quick start

Installation and usage

Event-sourced application state pattern for TypeScript apps. Prefer bounded event logs plus pure derivation functions over mirrored mutable lifecycle flags. Use when state transitions are driven by events and bugs can be reproduced from a saved event stream.

安裝
$ install --globalskills.sh
使用

安裝後,您可以透過在終端機執行以下指令來使用此技能:

skills use event-sourcing-state