Skip to content

Releases: guataiba/isac-cli

@guataiba/isac-nextjs@2.2.1

04 Mar 12:10
7357c5a

Choose a tag to compare

Patch Changes

  • Updated dependencies [ee14526]
    • @guataiba/isac-core@2.2.1

@guataiba/isac-nextjs@2.2.0

04 Mar 02:38
441adf5

Choose a tag to compare

Minor Changes

  • b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.

Patch Changes

  • Updated dependencies [b60997f]
    • @guataiba/isac-core@2.2.0

@guataiba/isac-core@2.2.1

04 Mar 12:10
7357c5a

Choose a tag to compare

Patch Changes

  • ee14526: fix: Windows compatibility for Claude CLI spawning

    • Resolve the actual cli.js entry point on Windows instead of relying on POSIX shell shims that child_process.spawn cannot execute
    • Strip the CLAUDECODE environment variable from child processes to allow running ISAC from within a Claude Code session

@guataiba/isac-core@2.2.0

04 Mar 02:39
441adf5

Choose a tag to compare

Minor Changes

  • b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.

@guataiba/isac-cli@2.2.1

04 Mar 12:10
7357c5a

Choose a tag to compare

Patch Changes

  • Updated dependencies [ee14526]
    • @guataiba/isac-core@2.2.1
    • @guataiba/isac-nextjs@2.2.1

@guataiba/isac-cli@2.2.0

04 Mar 02:39
441adf5

Choose a tag to compare

Minor Changes

  • b60997f: Replace Playwright with agent-browser for fully deterministic Phase 0 pipeline (zero Claude API cost). Add section catalog, page renderers, and pixel-diff for visual verification. Fix theme toggle and hydration issues via finalizeProject() adapter hook.

Patch Changes

  • Updated dependencies [b60997f]
    • @guataiba/isac-core@2.2.0
    • @guataiba/isac-nextjs@2.2.0

@guataiba/isac-nextjs@2.1.0

02 Mar 13:55

Choose a tag to compare

Minor Changes

  • Replace Claude CLI with pure TypeScript css-generator in Phase 1A

    Phase 1A token extraction no longer spawns Claude CLI. A deterministic generateGlobalsCss() function reads the Phase 0 JSON artifacts and generates globals.css directly, reducing execution time from ~3 min to <1s with zero LLM cost.

Patch Changes

  • Updated dependencies
    • @guataiba/isac-core@2.1.0

@guataiba/isac-core@2.1.0

02 Mar 13:55

Choose a tag to compare

Minor Changes

  • Replace Claude CLI with pure TypeScript css-generator in Phase 1A

    Phase 1A token extraction no longer spawns Claude CLI. A deterministic generateGlobalsCss() function reads the Phase 0 JSON artifacts and generates globals.css directly, reducing execution time from ~3 min to <1s with zero LLM cost.

@guataiba/isac-cli@2.1.0

02 Mar 13:55

Choose a tag to compare

Minor Changes

  • Replace Claude CLI with pure TypeScript css-generator in Phase 1A

    Phase 1A token extraction no longer spawns Claude CLI. A deterministic generateGlobalsCss() function reads the Phase 0 JSON artifacts and generates globals.css directly, reducing execution time from ~3 min to <1s with zero LLM cost.

Patch Changes

  • Updated dependencies
    • @guataiba/isac-core@2.1.0
    • @guataiba/isac-nextjs@2.1.0

v2.0.0

01 Mar 18:31

Choose a tag to compare

ISAC v2.0.0 — Initial Public Release

First public release of ISAC — Intelligent Site Analysis & Cloning CLI.

Packages

Package npm
@guataiba/isac-cli npm
@guataiba/isac-core npm
@guataiba/isac-nextjs npm

Install

npm install -g @guataiba/isac-cli

Highlights

  • 7 specialized agents (screenshot-capturer, ds-extractor, ds-page-builder, animation-detector, page-planner, page-builder, visual-verifier)
  • isac capture <url> command with full pipeline
  • Chrome DevTools MCP integration for screenshot capture
  • Design token extraction with light/dark mode
  • Design system documentation page generation
  • Animation detection and Motion.dev mapping
  • Page structure planning and implementation
  • Visual verification with correction loop
  • Multipackage monorepo architecture with pluggable framework adapters
  • Automated releases via Changesets + GitHub Actions