Commit Graph

12 Commits

Author SHA1 Message Date
d2df7a7c69 chore(runtime): Add logrus logging framework with structured logging
Add logrus as the primary logging framework with dependency injection
pattern. All errors now use WithError() for context, and structured
logging uses camelCase field names. Tag runtime service with service
field for better log organization.

- Add logrus dependency
- Update Runtime to accept logger via dependency injection
- Add WithLogger() option for logger configuration
- Log errors with WithError() for context
- Log async function failures with service context
- Document logging practices in AGENTS.md
2026-01-29 20:28:19 -05:00
0d97f20e79 types 2026-01-29 19:54:19 -05:00
e04fe8cef3 more cleanup 2026-01-28 22:28:42 -05:00
ffcb6f658b clean up 2026-01-28 21:59:04 -05:00
dcd516d970 migrate 2026-01-28 21:55:20 -05:00
513674b0c8 pre migrate 2026-01-28 20:58:26 -05:00
a613283539 wip rename 2026-01-28 14:22:35 -05:00
604178341d pls 2026-01-28 12:43:17 -05:00
f9d3753806 modernc 2026-01-27 20:04:36 -05:00
c3a16c9e92 asd 2026-01-27 16:31:05 -05:00
f039a12a66 wip3 2026-01-27 10:37:40 -05:00
60fb12e52c wip2 2026-01-27 10:23:07 -05:00