Skip to content

Commit eec371d

Browse files
committed
chore(meta): sharpen package description, sync CLI banner
The npm description now names the whole surface — CLI, MCP server, and agent skills — and the CLI root description reads it from package.json so the two can never drift. Keywords gain ai-agent/agent-skills/openclaw/clawhub/cli — the skills already ship openclaw install metadata in their frontmatter, so ClawHub compatibility is a present fact even before registry publication.
1 parent 02d32fe commit eec371d

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

cli/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "foc-cli",
33
"version": "0.1.1",
4-
"description": "CLI for Filecoin Onchain Cloud — decentralized storage on Filecoin with PDP verification and USDFC payments.",
4+
"description": "CLI, MCP server, and AI agent skills for Filecoin Onchain Cloud — upload, verify (PDP), and pay for storage on Filecoin with USDFC.",
55
"type": "module",
66
"main": "dist/src/index.js",
77
"bin": {
@@ -33,7 +33,12 @@
3333
"synapse",
3434
"decentralized-storage",
3535
"web3",
36-
"mcp"
36+
"mcp",
37+
"ai-agent",
38+
"agent-skills",
39+
"openclaw",
40+
"clawhub",
41+
"cli"
3742
],
3843
"author": "Filb <nijoe1@fil.builders>",
3944
"license": "Apache-2.0 OR MIT",

cli/src/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ import { wallet } from './commands/wallet/index.ts'
1212

1313
const cli = Cli.create('foc-cli', {
1414
version: packageJson.version,
15-
description:
16-
'CLI for Filecoin Onchain Cloud — decentralized storage on Filecoin with PDP verification and USDFC payments.',
15+
// Single source of truth: npm, the CLI banner, and --llms all tell the
16+
// same story.
17+
description: packageJson.description,
1718
sync: {
1819
include: ['_root'],
1920
suggestions: [

0 commit comments

Comments
 (0)