adaria-ai 0.1.1 → 0.1.3
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 +3 -3
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://raw.githubusercontent.com/
|
|
2
|
+
<img src="https://raw.githubusercontent.com/ahn283/adaria-ai/main/assets/logo.png" alt="adaria.ai" width="420" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<p align="center">
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
<p align="center">
|
|
10
10
|
<a href="https://www.npmjs.com/package/adaria-ai"><img src="https://img.shields.io/npm/v/adaria-ai.svg" alt="npm version" /></a>
|
|
11
|
-
<a href="https://github.com/
|
|
11
|
+
<a href="https://github.com/ahn283/adaria-ai/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/adaria-ai.svg" alt="license" /></a>
|
|
12
12
|
<img src="https://img.shields.io/node/v/adaria-ai.svg" alt="node version" />
|
|
13
13
|
<img src="https://img.shields.io/badge/platform-macOS-blue.svg" alt="platform" />
|
|
14
14
|
</p>
|
|
@@ -32,7 +32,7 @@ Built for the [Adaria.ai](https://adaria.ai) app portfolio (Fridgify, Arden TTS,
|
|
|
32
32
|
| Mode | Trigger | Example |
|
|
33
33
|
|------|---------|---------|
|
|
34
34
|
| **Mode A** — Skill command | `@adaria-ai aso fridgify` | Runs full ASO analysis with keyword rankings, competitor diffs, and metadata proposals |
|
|
35
|
-
| **Mode B** — Conversational | `@adaria-ai
|
|
35
|
+
| **Mode B** — Conversational | `@adaria-ai how are reviews this week?` | Claude answers using 4 read-only MCP tools against your marketing data |
|
|
36
36
|
|
|
37
37
|
**Automated Briefings** — Weekly growth reports and daily threshold alerts delivered to Slack on a launchd cron schedule.
|
|
38
38
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "adaria-ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "Single-user marketing operations agent for the Adaria.ai app portfolio, running as a macOS launchd daemon with Slack interface",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"license": "MIT",
|
|
47
47
|
"repository": {
|
|
48
48
|
"type": "git",
|
|
49
|
-
"url": "https://github.com/
|
|
49
|
+
"url": "https://github.com/ahn283/adaria-ai.git"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"@eslint/js": "^9.39.4",
|