v3.0.17: finish adding aidda subcommand
- migrate aidda code from https://github.com/stevegt/aidda/tree/main/x/x3
summary of diff --git a/README.md b/README.md
- Add a section on Human-in-the-loop AI-driven Development (AIDDA)
- Initialize an .aidda subdirectory and .aidda/prompt file with `grok aidda init`
- Add a shortcut for git add and commit with `grok aidda commit`
- Describe how to read and act on the .aidda/prompt file with `grok aidda prompt`
- Recommend using diffview.nvim for reviewing changes before committing
- Suggest adding hotkeys for quick iteration of AIDDA commands
Comment out the main package and function in aidda3 main.go
summary of diff --git a/v3/aidda/cmd/aidda3/main.go b/v3/aidda/cmd/aidda3/main.go
- Start a comment block around the main package import and main function definition
- Enclose the Go code in the main.go file of the aidda3 command within a multi-line comment, effectively commenting out the entire code block
Update version in grokker.go to 3.0.17
summary of diff --git a/v3/core/grokker.go b/v3/core/grokker.go
- Update Version from "3.0.16" to "3.0.17" in grokker.go