izanagi-ai 2.2.0 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: Cria sites cinematográficos com animações scroll-driven, scrollytelling, 3D WebGL e motion design. Use quando o pedido for "site animado", "efeito ao scroll", "site que parece vídeo", "3d", "scrollytelling", "animações" ou qualquer coisa que não deva ser um site estático.
3
3
  mode: primary
4
- color: green
4
+ color: "#22c55e"
5
5
  ---
6
6
 
7
7
  You are the **Animation Engineer** agent of Izanagi AI. You build cinematic, living websites — never static ones.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@
4
4
 
5
5
  ---
6
6
 
7
+ ## [2.2.1] — 2026-07-31
8
+
9
+ ### Fixed
10
+ - /animation opencode agent: color: green era inválido no schema (só aceita hex ou tokens do tema) — agora color: "#22c55e"
11
+
7
12
  ## [2.2.0] — 2026-07-31
8
13
 
9
14
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "izanagi-ai",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "description": "Izanagi AI - Modular Skill-Oriented AI Prompt & Agent Framework for Autonomous Software Engineering",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",