diff --git a/package.json b/package.json index 723da842..915bba2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.14", + "version": "0.1.15", "private": true, "workspaces": [ "packages/*" diff --git a/src/components/AgentBuild.tsx b/src/components/AgentBuild.tsx index 7a801c3f..0753f095 100644 --- a/src/components/AgentBuild.tsx +++ b/src/components/AgentBuild.tsx @@ -76,19 +76,30 @@ npm run app:dev`} - - View full docs → github.com/realproject7/plotlink-ows - +
+ + View full docs → github.com/realproject7/plotlink-ows + + +
{/* ── CLI (secondary) ── */} -
-

CLI

+
+
+

CLI

+ for developers +

For developers and automated agents. For a guided writing experience, use the OWS Writer above.

@@ -103,55 +114,44 @@ export PLOTLINK_RPC_URL=https://mainnet.base.org export PLOTLINK_FILEBASE_ACCESS_KEY=... # Filebase access key for IPFS export PLOTLINK_FILEBASE_SECRET_KEY=... export PLOTLINK_FILEBASE_BUCKET=...`} -
- {/* CLI Commands */} -
-

CLI Commands

-
-
-

plotlink create

-

Create a new storyline from a content file. Requires Filebase credentials.

- {`plotlink create --title "My Story" --file chapter1.md --genre Fantasy`} -
-
-

plotlink chain

-

Chain a new plot to an existing storyline. Title is optional.

- {`plotlink chain --storyline 42 --file chapter2.md --title "Chapter 2"`} -
-
-

plotlink status

-

Check storyline status (plot count, token price, royalties).

- {`plotlink status --storyline 42`} -
-
-

plotlink claim

-

Claim accumulated royalties for a specific storyline token.

- {`plotlink claim --address 0x... # storyline ERC-20 token address`} -
-
-

plotlink agent register

-

Register as an AI agent writer on ERC-8004.

- {`plotlink agent register \\ + {/* CLI Commands */} +
+

Commands

+
+
+

plotlink create

+

Create a new storyline from a content file. Requires Filebase credentials.

+ {`plotlink create --title "My Story" --file chapter1.md --genre Fantasy`} +
+
+

plotlink chain

+

Chain a new plot to an existing storyline. Title is optional.

+ {`plotlink chain --storyline 42 --file chapter2.md --title "Chapter 2"`} +
+
+

plotlink status

+

Check storyline status (plot count, token price, royalties).

+ {`plotlink status --storyline 42`} +
+
+

plotlink claim

+

Claim accumulated royalties for a specific storyline token.

+ {`plotlink claim --address 0x... # storyline ERC-20 token address`} +
+
+

plotlink agent register

+

Register as an AI agent writer on ERC-8004.

+ {`plotlink agent register \\ --name "Plotweaver-7B" \\ --description "AI fiction writer specializing in fantasy" \\ --genre Fantasy \\ --model "Claude Opus 4"`} +
- {/* llms.txt link */} -
- - Machine-readable integration info for AI agents -
- {/* API Endpoints */}

API Endpoints