Skip to content

v1.0.0

Latest

Choose a tag to compare

@Shaelz Shaelz released this 09 Jun 16:07
· 2 commits to main since this release

First stable release.

codebase-visualize is a reusable skill for Claude Code and Codex that turns a target repository into a structured graph JSON file and a self-contained interactive HTML map for agent orientation.

Install

Have your coding agent install it, or run the installer directly:

Claude Code (user-level)

# PowerShell
pwsh scripts/install.ps1 -Tool claudecode -Scope user
# bash
bash scripts/install.sh claudecode user

Codex (user-level)

# PowerShell
pwsh scripts/install.ps1 -Tool codex -Scope user
# bash
bash scripts/install.sh codex user

See the README for the full install matrix and first-use instructions.

Validation

All v1 release criteria are met. Evidence is recorded in docs/releases/v1.0-validation-record.md. Known limitation: macOS is explicitly unverified.