@aiiware/aii 0.14.0 → 0.14.2
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 +6 -3
- package/bin/aii +372 -363
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ An autonomous AI assistant that lives in your terminal. Ask it anything — it r
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
<strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.14.
|
|
12
|
+
<strong>npm:</strong> <code>@aiiware/aii</code> · <strong>Version:</strong> 0.14.1 · <strong>Node.js:</strong> >= 18
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -293,8 +293,11 @@ Your preference persists across sessions and channels.
|
|
|
293
293
|
Bundle soul, skills, hooks, instructions, and theme into a single installable package — one command to load a complete AI engineering identity.
|
|
294
294
|
|
|
295
295
|
```bash
|
|
296
|
-
# Install
|
|
297
|
-
aii persona install github:aiiware/aii-personas/full-stack-engineer
|
|
296
|
+
# Install from GitHub
|
|
297
|
+
aii persona install github:aiiware/aii-personas/aiiware-full-stack-engineer
|
|
298
|
+
|
|
299
|
+
# Install from GitLab
|
|
300
|
+
aii persona install github:aiiware/aii-personas/aiiware-full-stack-engineer
|
|
298
301
|
|
|
299
302
|
# Activate it
|
|
300
303
|
aii persona use aiiware/full-stack-engineer
|