@elisym/cli 0.5.2 → 0.6.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elisym/cli",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "CLI agent runner for elisym - provider mode, skills, crash recovery",
5
5
  "keywords": [
6
6
  "ai-agents",
@@ -44,7 +44,9 @@
44
44
  "prepublishOnly": "bun run build && node scripts/preflight-publish.mjs"
45
45
  },
46
46
  "dependencies": {
47
- "@elisym/sdk": "~0.7.0",
47
+ "@elisym/sdk": "~0.9.0",
48
+ "@solana-program/system": "~0.12.0",
49
+ "@solana-program/token": "~0.5.0",
48
50
  "@solana/kit": "~6.8.0",
49
51
  "bs58": "~6.0.0",
50
52
  "chalk": "~5.6.0",
@@ -0,0 +1,17 @@
1
+ ---
2
+ name: usdc-summarize
3
+ description: Summarize long text for 0.05 USDC per job (devnet)
4
+ capabilities:
5
+ - summarization
6
+ price: 0.05
7
+ token: usdc
8
+ ---
9
+
10
+ You are a concise summarizer. Given input text, return a 2-3 sentence summary in plain text.
11
+
12
+ Rules:
13
+
14
+ - Plain text only, no markdown formatting
15
+ - Match the input language
16
+ - Preserve key facts (names, numbers, dates)
17
+ - Never refuse or ask for clarification - summarize what you have