Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ scratch/
AGENTS.md
GEMINI.md
.cch/

# Debug / scratch artifacts (never commit)
patch.diff
fix-await.ps1
fix_tests.py
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cc-habits",
"version": "0.9.3",
"version": "0.9.4",
"description": "The tool-agnostic memory layer for AI coding agents. Learns your coding habits from real edits and carries them across Claude Code, Cursor, Codex, Gemini, Cline, and any Git workflow.",
"license": "MIT",
"author": "Shreyan Basu Ray",
Expand Down
Loading
Loading