v0.2.3
Added
- Co-authored-by credit trailer — every prompt now includes an instruction telling the agent to add
Co-authored-by: Ralphify <noreply@ralphify.co>to commit messages. On by default; opt out withcredit: falsein RALPH.md frontmatter.
Improved
- Typed event payloads — replaced
dict[str, Any]event data with TypedDict classes throughout the engine and console emitter for stronger type safety. - Code quality — standardized imports, extracted constants, simplified TypedDicts with
NotRequired.
Full changelog: v0.2.2...v0.2.3