grokkit/main.go
Greg Gauthier f540f5fc24 refactor(cmd): remove unnecessary last modified comments and timestamps
- Eliminate header comments with timestamps and ownership from all source files
- Update agent and edit commands to clean such comments and simplify response handling
- Add helper to remove last modified lines in edit command
- Minor formatting and import cleanups across codebase
2026-02-28 22:59:16 +00:00

8 lines
82 B
Go

package main
import "gmgauthier.com/grokkit/cmd"
func main() {
cmd.Execute()
}