Skip to content

v1.0.0 — first stable release

Latest

Choose a tag to compare

@Feloguarin Feloguarin released this 19 Jun 17:40
67a22ed

First tagged release of Claude Insight — the known-good baseline existing users can pin to.

What it does: reads your local Claude Code transcripts and produces one self-contained HTML report — a 0–100 fluency score, your builder archetype, a 4-competency skill map, and your highest-leverage next moves. Everything runs on your machine; transcripts never leave it and originals are never touched.

Install

curl -fsSL https://raw.githubusercontent.com/Feloguarin/claude-insight/main/install.sh | bash

Then run /ai-fluency inside Claude Code.

Scope of this release

  • Single source: Claude Code terminal transcripts.
  • Single-file, pure-stdlib engine (insight.py) — clone and run, nothing to pip install.
  • 38 passing tests.

Multi-source support (Claude Desktop, Codex, Cursor, Cowork) and a report redesign are in flight for v1.1.0.