From 82fe10855420c4dd79c0025441e5cbbae18d7b6b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 28 Mar 2026 18:11:15 +0000 Subject: [PATCH] docs(changelog): add entry for v0.3.1 release - Documented additions: directory creation for .grokkit - Documented changes: default output path, project analysis movement, refinements to analysis, and v0.3.0 changelog update --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c2f7e2..e57a477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [v0.3.1] - 2026-03-28 + +### Added +- Add directory creation for .grokkit to ensure it exists before writing. + +### Changed +- Change default output path to .grokkit/analysis.md for project-local storage. +- Move project analysis from analyze.md to .grokkit/analysis.md. +- Refine project analysis with more accurate tech stack, directory structure, function references, and learning path details. +- Update CHANGELOG.md with entry for v0.3.0 release. ## [v0.3.0] - 2026-03-28 Grokkit levels up with deep project analysis—because who doesn't love a good codebase dissection?