Gabriel Kaszewski GKaszewski
GKaszewski opened issue GKaszewski/thoughts#19 2026-07-25 11:18:42 +00:00
Add test gate to deploy workflow
GKaszewski opened issue GKaszewski/thoughts#18 2026-07-25 11:18:34 +00:00
Add HEALTHCHECK to Dockerfile
GKaszewski opened issue GKaszewski/thoughts#17 2026-07-25 11:18:32 +00:00
Use outbox for edit_thought instead of fire-and-forget publish
GKaszewski opened issue GKaszewski/thoughts#16 2026-07-25 11:18:28 +00:00
Replace .unwrap() with proper error handling in HTTP handlers
GKaszewski opened issue GKaszewski/k-ap#20 2026-07-25 11:18:24 +00:00
Use typed structs for activity objects instead of inline json!()
GKaszewski opened issue GKaszewski/k-ap#19 2026-07-25 11:18:20 +00:00
Remove dead code or #[allow(dead_code)] annotation
GKaszewski opened issue GKaszewski/k-ap#18 2026-07-25 11:18:18 +00:00
Use existing constants instead of local redeclarations
GKaszewski opened issue GKaszewski/k-ap#17 2026-07-25 11:18:15 +00:00
Extract shared inbox dedup logic from broadcast methods
GKaszewski opened issue GKaszewski/k-ap#16 2026-07-25 11:18:11 +00:00
Validate base_url in builder instead of expect() on every use
GKaszewski opened issue GKaszewski/archlens#17 2026-07-25 11:18:07 +00:00
Replace process::exit(1) with proper error propagation
GKaszewski opened issue GKaszewski/archlens#16 2026-07-25 11:18:03 +00:00
Remove unused tree-sitter-c-sharp dependency
GKaszewski opened issue GKaszewski/archlens#15 2026-07-25 11:17:53 +00:00
Remove or wire up unused OutputWriter port
GKaszewski opened issue GKaszewski/archlens#14 2026-07-25 11:17:50 +00:00
Use ValueEnum for --level and --format CLI args
GKaszewski opened issue GKaszewski/archlens#13 2026-07-25 11:17:45 +00:00
Extract shared logic from run() and run_watch()
GKaszewski opened issue GKaszewski/codebase-to-prompt#5 2026-07-25 11:17:41 +00:00
Add macOS and Windows to CI test matrix
GKaszewski opened issue GKaszewski/codebase-to-prompt#4 2026-07-25 11:17:38 +00:00
Add unit tests for core functions
GKaszewski opened issue GKaszewski/codebase-to-prompt#3 2026-07-25 11:17:36 +00:00
Split lib.rs into modules
GKaszewski opened issue GKaszewski/codebase-to-prompt#2 2026-07-25 11:17:33 +00:00
Move tempfile to dev-dependencies
GKaszewski opened issue GKaszewski/codebase-to-prompt#1 2026-07-25 11:17:31 +00:00
Fix hardcoded DEBUG log level — users get debug spam
GKaszewski opened issue GKaszewski/k-photos#6 2026-07-25 11:17:28 +00:00
Log warnings on silent JSON deserialization failures