Skip to content

Commit a5afdb7

Browse files
lucianfialhoclaude
andcommitted
chore(release): v2.1.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 1632233 commit a5afdb7

File tree

6 files changed

+38
-3
lines changed

6 files changed

+38
-3
lines changed

packages/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @guataiba/isac-cli
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Replace Claude CLI with pure TypeScript css-generator in Phase 1A
8+
9+
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.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies
14+
- @guataiba/isac-core@2.1.0
15+
- @guataiba/isac-nextjs@2.1.0
16+
317
## 2.0.1
418

519
### Patch Changes

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-cli",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "ISAC CLI — Intelligent Site Analysis & Cloning. Captures screenshots, extracts design systems, and generates pixel-perfect Next.js replicas powered by Claude Code.",
55
"type": "module",
66
"bin": {

packages/core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @guataiba/isac-core
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Replace Claude CLI with pure TypeScript css-generator in Phase 1A
8+
9+
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.
10+
311
## 2.0.1
412

513
## 2.0.0

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-core",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Framework-agnostic pipeline engine for ISAC — Intelligent Site Analysis & Cloning",
55
"type": "module",
66
"main": "./dist/index.js",

packages/nextjs/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @guataiba/isac-nextjs
22

3+
## 2.1.0
4+
5+
### Minor Changes
6+
7+
- Replace Claude CLI with pure TypeScript css-generator in Phase 1A
8+
9+
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.
10+
11+
### Patch Changes
12+
13+
- Updated dependencies
14+
- @guataiba/isac-core@2.1.0
15+
316
## 2.0.1
417

518
### Patch Changes

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@guataiba/isac-nextjs",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "Next.js (App Router) adapter for ISAC — Intelligent Site Analysis & Cloning",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)