Commit Graph

  • 80fd15fd9f chore(todo): mark mcp-feature as completed master Greg Gauthier 2026-04-06 18:18:21 +0100
  • 8d19cff217 docs(changelog): add entry for v0.5.0 release Greg Gauthier 2026-04-06 18:09:09 +0100
  • 3f55485926 Merge pull request 'feature/mcp-feature' (#10) from feature/mcp-feature into master v0.5.0 Greg Gauthier 2026-04-06 17:03:52 +0000
  • fe25d7fa37 feat(mcp): implement recipe and prompt listing with handlers Greg Gauthier 2026-04-06 15:44:30 +0100
  • 6066e65af8 feat(mcp): add MCP server mode for AI agent integration Greg Gauthier 2026-04-06 12:35:16 +0100
  • f3a2bfd5a3 Start working on mcp-feature Greg Gauthier 2026-04-06 11:14:10 +0100
  • 646e0dbeb4 docs(todo): add MCP server mode to queued tasks Greg Gauthier 2026-04-03 16:08:07 +0100
  • d701ee3793 feat(mcp): add queued feature description for MCP server mode Greg Gauthier 2026-04-03 16:06:28 +0100
  • 53c464bbdd docs(readme): bump version to 0.4.0 Greg Gauthier 2026-03-31 23:02:13 +0100
  • 9ed525ea0a chore(changelog): add entry for v0.4.0 release Greg Gauthier 2026-03-31 22:54:58 +0100
  • 7a16b2bcd2 refactor(test): explicitly discard errors from git commands in tests v0.4.0 Greg Gauthier 2026-03-31 22:51:58 +0100
  • 5c9689e4da test: add unit tests for cmd, config, git, linter, logger, prompts, todo, and workon Greg Gauthier 2026-03-31 22:47:36 +0100
  • 65f67ff7b1 feat(workon): implement automated todo workflow with AI plans and branch management Greg Gauthier 2026-03-31 22:23:35 +0100
  • 6692b9a050 Merge pull request 'feat: Implement workon Command for Automated Todo/Fix Workflow Integration' (#9) from feature/workon_cmd into master Greg Gauthier 2026-03-31 21:14:00 +0000
  • ce878f058f feat(workon): enhance command with IDE integration and README updates Greg Gauthier 2026-03-31 22:04:33 +0100
  • 8a3257b3a7 feat(workon): integrate Grok for work plan generation Greg Gauthier 2026-03-31 21:20:55 +0100
  • 49ec38a2ca refactor(workon): clean up stubs and add TODOs for Grok integration Greg Gauthier 2026-03-31 21:04:40 +0100
  • 9694d72463 feat(workon): implement core transactional flow with Grok work plan Greg Gauthier 2026-03-31 20:56:45 +0100
  • d6f507b8cb feat(workon): enhance command to start or complete todos/fixes with git integration Greg Gauthier 2026-03-31 20:42:32 +0100
  • 9080cf7f3e feat(workon): add initial workon command for starting todo items Greg Gauthier 2026-03-31 20:30:05 +0100
  • a4a1b49c9d chore(todo): move workon task from queued to doing Greg Gauthier 2026-03-31 20:12:10 +0100
  • 4dff2039b0 docs(workon): clarify references to workon command in documentation Gregory Gauthier 2026-03-31 15:18:20 +0100
  • 8031190d81 docs(workon): update description from 'feature' to 'todo item' Gregory Gauthier 2026-03-31 15:16:19 +0100
  • 18c23b1d6d docs(workon): update description from feature to todo Gregory Gauthier 2026-03-31 15:13:58 +0100
  • d752a73742 docs(workon): clarify -c flag usage and exclusivity Gregory Gauthier 2026-03-31 15:12:50 +0100
  • 5f864307b8 docs(todo): update workon command specification Gregory Gauthier 2026-03-31 15:08:52 +0100
  • 3bcba4976a docs(todo): reorder queued tasks and update workon description Gregory Gauthier 2026-03-31 14:44:46 +0100
  • eb9bc410fc docs(todo): add queued workon.md for grokkit workon command Gregory Gauthier 2026-03-31 14:26:39 +0100
  • 4038bc1a92 chore(todo): mark recipe feature as completed Gregory Gauthier 2026-03-31 14:21:33 +0100
  • 88b912fc8f chore(changelog): add entry for v0.3.9 release Gregory Gauthier 2026-03-31 11:42:02 +0100
  • 3a91a94b45 docs(readme): bump version to 0.3.9 v0.3.9 Gregory Gauthier 2026-03-31 11:40:13 +0100
  • 99b9405298 test(cmd): update expected git diff ranges to include origin prefix Gregory Gauthier 2026-03-31 11:38:03 +0100
  • a2a1dbf33a chore(release): bump version to 0.3.8 Gregory Gauthier 2026-03-31 11:32:57 +0100
  • 9fc9ae346b docs: update version to 0.3.8 in README installation instructions v0.3.8 Gregory Gauthier 2026-03-31 11:31:57 +0100
  • 029621b916 refactor(prdescribe): prefer remote base for diff calculation Gregory Gauthier 2026-03-31 11:31:03 +0100
  • e0e1100396 docs(changelog): update for v0.3.7 release Gregory Gauthier 2026-03-31 11:10:29 +0100
  • 5bf073377d docs(readme): bump version to 0.3.7 v0.3.7 Gregory Gauthier 2026-03-31 11:09:28 +0100
  • debcf94f2e Merge pull request 'fix/prdescribe-patch' (#8) from fix/prdescribe-patch into master Greg Gauthier 2026-03-31 10:02:35 +0000
  • 403a408f8d refactor(cmd): make git diff mockable in pr-describe command and tests Gregory Gauthier 2026-03-31 10:54:37 +0100
  • 452051f0c1 refactor(git): improve diff handling to tolerate exit code 1 Gregory Gauthier 2026-03-31 10:40:33 +0100
  • f483a36de8 docs: bump version to 0.3.6 in README installation instructions Greg Gauthier 2026-03-30 19:07:40 +0100
  • c94a64c688 docs(changelog): add v0.3.6 entry and backfill previous versions Greg Gauthier 2026-03-30 19:02:40 +0100
  • d476980148 fix(cmd/version): handle fprintf error in version output v0.3.6 Greg Gauthier 2026-03-30 19:00:17 +0100
  • 7055a23ca2 docs(README): adjust heading levels in logging section Gregory Gauthier 2026-03-30 14:30:54 +0100
  • 0c8ec610b8 docs(readme): update version to 0.3.5 and improve section headings Gregory Gauthier 2026-03-30 14:29:16 +0100
  • 363a761187 docs(changelog): add v0.3.5 entry with Markdown support and Windows tweaks Gregory Gauthier 2026-03-30 14:08:13 +0100
  • 1e495551e7 Merge pull request 'fix/markdown_awareness_for_edit' (#7) from fix/markdown_awareness_for_edit into master v0.3.5 Greg Gauthier 2026-03-30 13:05:09 +0000
  • 9d1e794c36 chore(edit): add missing newline at end of file Gregory Gauthier 2026-03-30 14:01:17 +0100
  • 0b3e544143 fix(cmd/edit): implement removal of "last modified" comments Gregory Gauthier 2026-03-30 12:31:51 +0100
  • edb986dd1a refactor(cmd): clean up analyze and edit commands Gregory Gauthier 2026-03-30 12:28:19 +0100
  • ba8d9b1d7e feat(edit): add markdown file support with tailored prompt Gregory Gauthier 2026-03-30 12:22:50 +0100
  • 1c790976ab ci(release): enhance workflow with PowerShell install instructions Gregory Gauthier 2026-03-30 12:04:39 +0100
  • c4bc073b35 chore(release): include PowerShell install script in build Gregory Gauthier 2026-03-30 11:58:55 +0100
  • 250aff99ed docs(changelog): add entry for v0.3.4 with Windows support Gregory Gauthier 2026-03-30 11:50:43 +0100
  • 2bfd8bd15f feat(install): add PowerShell installer and update README installation docs v0.3.4 Gregory Gauthier 2026-03-30 11:47:19 +0100
  • 509e02b2e8 feat(install): enhance grokkit-install script with checksum verification and version flexibility v0.3.3 Gregory Gauthier 2026-03-30 11:06:50 +0100
  • 7ffdb2c289 chore(changelog): add v0.3.2 entry documenting install script polishing and past updates Gregory Gauthier 2026-03-30 10:52:58 +0100
  • 8c9df51a9c fix(scripts): update grokkit-install.sh for new asset naming and disable checksum verification v0.3.2 Gregory Gauthier 2026-03-30 10:50:45 +0100
  • 82fe108554 docs(changelog): add entry for v0.3.1 release Greg Gauthier 2026-03-28 18:11:15 +0000
  • ea6f22cea4 refactor(analyze): improve default output path and update project analysis v0.3.1 Greg Gauthier 2026-03-28 18:10:23 +0000
  • 099ef6919b docs(analysis): relocate and refine project analysis document Greg Gauthier 2026-03-28 18:01:19 +0000
  • c1c58e2738 chore(changelog): add entry for v0.3.0 release Greg Gauthier 2026-03-28 17:45:45 +0000
  • e97457c00f chore(linter): add dummy linter entry for Rexx v0.3.0 Greg Gauthier 2026-03-28 17:43:18 +0000
  • 269faa6546 fix(cmd): remove misplaced analyze command addition Greg Gauthier 2026-03-28 17:37:11 +0000
  • 3c73b897a6 chore: update analyze command output and add Rexx to linter Greg Gauthier 2026-03-28 17:06:26 +0000
  • 12bd5f9376 refactor(linter): clean language names in primary detection Greg Gauthier 2026-03-28 16:24:26 +0000
  • 5cb84f44bb Merge pull request 'feat: Introduce analyze Command for Deep Educational Codebase Analysis' (#6) from feature/analyze_cmd into master Greg Gauthier 2026-03-28 16:11:38 +0000
  • 7e5cb7c4d7 docs(analyze): add project analysis Markdown report and refine AI prompt Greg Gauthier 2026-03-28 14:32:50 +0000
  • ba11717476 chore(todo): mark analyze-command as completed Greg Gauthier 2026-03-28 14:13:53 +0000
  • db184bb931 docs(user-guide): add guide for analyze command Greg Gauthier 2026-03-28 14:08:47 +0000
  • 4549ab5589 feat(analyze): add project name inference for Go analysis prompts Greg Gauthier 2026-03-28 13:44:10 +0000
  • 4084315dc1 refactor(analyze): improve file discovery and project context in analyze command Greg Gauthier 2026-03-28 13:23:49 +0000
  • fd033b03c7 fix(analyze): correct config, logger, and git usage in analyze command Greg Gauthier 2026-03-28 13:16:31 +0000
  • 09119ded37 refactor(analysis): refine prompts, language detection, and context building Greg Gauthier 2026-03-28 12:46:04 +0000
  • b24b86723b feat(analyze): implement educational project analysis with language prompts Greg Gauthier 2026-03-28 12:36:06 +0000
  • 78379aa557 feat(cmd): add analyze command for project analysis Greg Gauthier 2026-03-28 12:16:17 +0000
  • 643b904db4 docs(analyze): refine grokkit analyze command spec Greg Gauthier 2026-03-28 12:14:33 +0000
  • 6160ffa8e6 feat(analyze): add feature spec for grokkit analyze command Greg Gauthier 2026-03-28 11:47:06 +0000
  • e2d70667f9 Update .grokkit/recipes/result-refactor.md Greg Gauthier 2026-03-09 13:31:32 +0000
  • 4e334c7d24 docs(changelog): add entry for v0.2.0 Greg Gauthier 2026-03-08 12:59:34 +0000
  • b0fcd2ce42 docs(readme): update test coverage badge and details v0.2.0 Greg Gauthier 2026-03-08 12:58:04 +0000
  • d377e6b345 test: add tests for recipe package and disable parallelism in cmd tests Greg Gauthier 2026-03-08 12:53:01 +0000
  • ffc840ca5b Merge pull request 'feature/recipe_implementation' (#5) from feature/recipe_implementation into master Greg Gauthier 2026-03-07 23:17:53 +0000
  • cd47686679 docs: refactor README and docs structure for better organization Greg Gauthier 2026-03-07 22:42:43 +0000
  • 2116a62a5a refactor(cmd): remove root command addition from query init Greg Gauthier 2026-03-07 21:17:10 +0000
  • bb3f968711 docs(readme): update command list and add new feature descriptions Greg Gauthier 2026-03-07 21:12:21 +0000
  • 383d28a91a refactor(recipe): enhance shell command security with global safe list Greg Gauthier 2026-03-07 19:50:06 +0000
  • 4603a1ec7a fix(recipe): improve allowed shell command validation Greg Gauthier 2026-03-07 19:37:53 +0000
  • 685b0f40d7 feat(recipe): support numeric arguments in read-only shell commands Greg Gauthier 2026-03-07 19:27:15 +0000
  • a36f3585f4 refactor(recipe): enhance read-only shell handling and robustness Greg Gauthier 2026-03-07 19:18:41 +0000
  • 3d9d1cd722 feat(recipe): add project exploration step with read-only shell support Greg Gauthier 2026-03-07 18:58:40 +0000
  • 66d52917c0 feat(recipe): add read-only shell execution with user confirmation Greg Gauthier 2026-03-07 18:50:38 +0000
  • d74c613e0f chore(loader): add logging for safe commands config loading Greg Gauthier 2026-03-07 18:32:43 +0000
  • f9d99527e0 feat(safety): make safe shell commands user-configurable Greg Gauthier 2026-03-07 18:22:39 +0000
  • 7e4bdbc21c refactor(recipe/loader): expand safe shell commands and refine validation logic Greg Gauthier 2026-03-07 17:59:59 +0000
  • b2172b8546 fix(recipe): improve unsafe shell command error message Greg Gauthier 2026-03-07 17:41:09 +0000
  • 64fb748897 refactor(recipe): simplify path resolution and remove shell command execution Greg Gauthier 2026-03-07 17:34:59 +0000
  • 63e640c022 feat(recipe): add safety whitelist for allowed shell commands Greg Gauthier 2026-03-07 17:11:13 +0000
  • aedf9cdf03 refactor(recipe/runner): enhance working directory resolution and shell command safety Greg Gauthier 2026-03-07 16:18:29 +0000
  • 8efca62109 refactor(runner): improve package path resolution for consistency Greg Gauthier 2026-03-07 15:52:56 +0000