This repository was archived by the owner on Feb 14, 2026. It is now read-only.
Releases: intelligentcode-ai/intelligent-claude-code
Releases · intelligentcode-ai/intelligent-claude-code
v10.2.9
v10.2.8
Highlights
Memory is now reliable out of the box
- Public memory is first-class: committed Markdown under
memory/exports/**is auto-imported before reads/writes so searches always include shared knowledge. - Works without native deps: if SQLite /
better-sqlite3isn't available, the memory skill falls back to scanningmemory/exports/**sosearch/list/get/writestill work.
Cleaner workflow docs
- Skills docs now prefer
memory search: "<query>"(with CLI fallback examples) instead of hardcoding a single CLI path. - Stage 3 review docs now correctly clone before
gh pr checkout.
Quality
- Added a Makefile check that validates public memory exports are searchable after install.
Full Changelog: v10.2.7...v10.2.8
v10.2.7
This is a docs-only release to make ICC friendlier for new users.
What's changed
- README now includes a short "New here?" banner that points cross-platform users to ICA, while keeping ICC focused on Claude Code specifics.
Notes
- No functional changes in this release.
Full diff: v10.2.6...v10.2.7
v10.2.6
Highlights
This release fixes a Claude Code configuration breakage and makes the Memory skill far more practical on fresh clones.
Claude Code Hooks
- Fixed installer hook merge to use the new
commandkey insettings.json. - Prevents the Claude Code startup error: "Expected string, but received undefined".
Memory Skill
memory initnow seeds the local SQLite index from committed markdown exports inmemory/exports/**.- More robust handling for ID collisions during imports/concurrent writes.
- Safer FTS searching for hyphenated terms (for example
ICC-REVIEW).
Upgrade
- Re-run
make install(orinstall.ps1 installon Windows) to roll the hook merge fix into your local~/.claude/settings.json.
v10.2.5
What changed
This release refreshes the project docs to match the current workflow and makes the core path easier to understand.
Highlights
- Role invocation examples now use
PM: .../Reviewer: ...(no@Rolerequired) - Workflow docs are now plain-English and focus on the receipt gate (
ICC-REVIEW-RECEIPT) Reviewer-Agentreceipt field is nowReviewer (subagent)(tooling-friendlier)
Full changelog
- See
CHANGELOG.mdin the repo
Compare
- v10.2.4 .. v10.2.5
v10.2.4
v10.2.3
Changed
- Auto-merge skill workflow now includes a pragmatic GitHub approval step after a NO FINDINGS Stage 3 receipt.
v10.2.2
Added
- Skills-driven PR closed-loop: fix -> Stage 3 review -> receipt -> merge.
- New
pr-automergeskill describing end-to-end auto-review-and-merge workflow. - Workflow documentation for enabling standing approval via
icc.workflow.json(auto_merge: true).
Changed
- Merge gate now requires
ICC-REVIEW-RECEIPTwithFindings: 0andNO FINDINGSfor the current PR head SHA.
v10.2.1
Fixed
- Remove broken
.claude/skills/icc-setupsymlink from the repository.
v10.2.0
v10.2.0
Added
- Dev-first workflow enforcement in skills (all changes go to dev first, main is stable releases only)
- Phase 4: Release (dev → main) in process skill
- PR target branch rules in commit-pr skill (defaults to dev)
- Branch hierarchy documentation in branch-protection skill
Changed
- Renamed ansible role
mcp-integrationtomcp_integration(ansible-lint compliance) - Updated version examples from v1.2.0 to v10.x.y in skill documentation
- Fixed fragile
git log dev..HEADto useorigin/devreference
Fixed
- ansible-lint role-name rule violation (hyphens not allowed in role names)
- Non-existent
git.integration_branchconfig reference removed - Removed broken icc-setup symlink from .claude/skills/