@zik000/archai 0.1.0 → 0.1.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.
package/README.md CHANGED
@@ -89,7 +89,7 @@ This agent system implements a **three-phase iteration architecture**:
89
89
 
90
90
  ```bash
91
91
  # Install globally
92
- npm install -g archai
92
+ npm install -g @zik000/archai
93
93
 
94
94
  # Initialize in your project
95
95
  cd your-project
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zik000/archai",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Multi-agent AI development workflow setup for any project",
5
5
  "keywords": [
6
6
  "claude",
@@ -323,4 +323,4 @@ After 4 iterations, the requirements might be unclear. Provide more context or s
323
323
 
324
324
  ---
325
325
 
326
- *Powered by archai - Multi-agent AI development workflow*
326
+ *Powered by [@zik000/archai](https://www.npmjs.com/package/@zik000/archai) - Multi-agent AI development workflow*