This website requires JavaScript.
Explore
Help
Sign In
gmgauthier
/
grokkit
Watch
1
Star
0
Fork
0
You've already forked grokkit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
10
Wiki
Activity
06917f93d8
grokkit
/
main.go
8 lines
82 B
Go
Raw
Normal View
History
Unescape
Escape
stub out project
2026-02-28 18:03:12 +00:00
package
main
initial client and helper skeletons
2026-02-28 18:41:20 +00:00
import
"gmgauthier.com/grokkit/cmd"
stub out project
2026-02-28 18:03:12 +00:00
func
main
(
)
{
cmd
.
Execute
(
)
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
}
Reference in New Issue
Copy Permalink