izanagi-ai 2.2.7 → 2.2.8

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,4 +1,5 @@
1
1
  ---
2
+ name: "Agents Orchestrator"
2
3
  description: "Izanagi Multi-Agent Orchestrator - Select single/multiple agents, auto-detect, or use all agents"
3
4
  color: "#a855f7"
4
5
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "izanagi-ai",
3
- "version": "2.2.7",
3
+ "version": "2.2.8",
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",
@@ -78,6 +78,7 @@
78
78
  "url": "git+https://github.com/pedrohenriquesanchesleal4-debug/izanagi-ai.git"
79
79
  },
80
80
  "dependencies": {
81
+ "izanagi-ai": "^2.2.7",
81
82
  "undici-types": "^6.21.0"
82
83
  },
83
84
  "bugs": {