summary history files

backend/cmd/kt/main.go
package main

import "kd/backend/internal/cli"

func main() {
	cli.Execute()
}