Skip to content
This repository was archived by the owner on Feb 14, 2026. It is now read-only.

Releases: intelligentcode-ai/intelligent-claude-code

v10.2.9

14 Feb 18:54
ca5d2ea

Choose a tag to compare

What's Changed

Full Changelog: v10.2.8...v10.2.9

v10.2.8

09 Feb 16:42
692396a

Choose a tag to compare

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-sqlite3 isn't available, the memory skill falls back to scanning memory/exports/** so search/list/get/write still 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

09 Feb 10:04
3b37dce

Choose a tag to compare

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

08 Feb 14:42
9623896

Choose a tag to compare

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 command key in settings.json.
  • Prevents the Claude Code startup error: "Expected string, but received undefined".

Memory Skill

  • memory init now seeds the local SQLite index from committed markdown exports in memory/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 (or install.ps1 install on Windows) to roll the hook merge fix into your local ~/.claude/settings.json.

v10.2.5

08 Feb 11:50
7ee4ac7

Choose a tag to compare

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 @Role required)
  • Workflow docs are now plain-English and focus on the receipt gate (ICC-REVIEW-RECEIPT)
  • Reviewer-Agent receipt field is now Reviewer (subagent) (tooling-friendlier)

Full changelog

  • See CHANGELOG.md in the repo

Compare

  • v10.2.4 .. v10.2.5

v10.2.4

08 Feb 10:48
b165340

Choose a tag to compare

What's Changed

Full Changelog: v10.2.3...v10.2.4

v10.2.3

08 Feb 10:08
93129c4

Choose a tag to compare

Changed

  • Auto-merge skill workflow now includes a pragmatic GitHub approval step after a NO FINDINGS Stage 3 receipt.

v10.2.2

08 Feb 09:55
7f45ae6

Choose a tag to compare

Added

  • Skills-driven PR closed-loop: fix -> Stage 3 review -> receipt -> merge.
  • New pr-automerge skill 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-RECEIPT with Findings: 0 and NO FINDINGS for the current PR head SHA.

v10.2.1

08 Feb 08:42
031a671

Choose a tag to compare

Fixed

  • Remove broken .claude/skills/icc-setup symlink from the repository.

v10.2.0

08 Feb 08:27
d284725

Choose a tag to compare

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-integration to mcp_integration (ansible-lint compliance)
  • Updated version examples from v1.2.0 to v10.x.y in skill documentation
  • Fixed fragile git log dev..HEAD to use origin/dev reference

Fixed

  • ansible-lint role-name rule violation (hyphens not allowed in role names)
  • Non-existent git.integration_branch config reference removed
  • Removed broken icc-setup symlink from .claude/skills/