grokkit/cmd
Greg Gauthier 8b6449c947 feat(logging): implement structured logging with slog
- Refactor logger package to use Go's slog for JSON-structured logs
- Add configurable log levels (debug, info, warn, error) via config and flags
- Integrate logging across commands, git operations, and API client with metrics like timing and sizes
- Update README with logging documentation and usage examples
- Add global --debug and --verbose flags
- Enhance tests for logger initialization, levels, and structured output
2026-03-01 12:35:21 +00:00
..
agent_test.go chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
agent.go chore(build): add Makefile and tests for commands and utilities 2026-03-01 00:24:48 +00:00
chat.go feat: add CI/CD workflows, persistent chat, shell completions, and testing 2026-03-01 12:17:22 +00:00
commit.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
commitmsg.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
completion.go chore(cmd): remove init function for completion command 2026-03-01 12:25:52 +00:00
edit_test.go test(cmd): refactor edit command test to use direct logic 2026-03-01 00:32:55 +00:00
edit.go feat(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00
history.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
prdescribe.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
review.go refactor: add error handling and refactor git utilities 2026-03-01 12:08:49 +00:00
root.go feat(logging): implement structured logging with slog 2026-03-01 12:35:21 +00:00