- Gdańsk
- https://gabrielkaszewski.dev
- Joined on
2025-07-15
Block a user
Add test gate to deploy workflow
Add HEALTHCHECK to Dockerfile
Use outbox for edit_thought instead of fire-and-forget publish
Replace .unwrap() with proper error handling in HTTP handlers
Use typed structs for activity objects instead of inline json!()
Remove dead code or #[allow(dead_code)] annotation
Use existing constants instead of local redeclarations
Extract shared inbox dedup logic from broadcast methods
Validate base_url in builder instead of expect() on every use
Replace process::exit(1) with proper error propagation
Remove unused tree-sitter-c-sharp dependency
Remove or wire up unused OutputWriter port
Use ValueEnum for --level and --format CLI args
Extract shared logic from run() and run_watch()
Add macOS and Windows to CI test matrix
Add unit tests for core functions
Split lib.rs into modules
Move tempfile to dev-dependencies
Fix hardcoded DEBUG log level — users get debug spam
Log warnings on silent JSON deserialization failures