Skip to content

Commit 5271d7d

Browse files
committed
docs: clarify Claude Code skill install via curl command
- Replace URL paste instruction with explicit `curl` command to avoid WebFetch summarization - Add note not to WebFetch the URL to ensure SKILL.md lands verbatim in one step - Bump version to 0.1.39
1 parent 1cce38a commit 5271d7d

5 files changed

Lines changed: 5 additions & 6 deletions

File tree

.textile-monorepo-source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
810786baa260dfa725947db9fce9f663ac6617c6
1+
640aaffc4156e25a1d7293442783cf4974e2b603

.textile-stitch-release-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.38
1+
0.1.39

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "stitch-bot"
3-
version = "0.1.38"
3+
version = "0.1.39"
44
edition = "2021"
55
description = "Stitch — Textile filler-network operator bot; signs UniswapX limit orders and closes settlement auctions."
66
license = "AGPL-3.0-or-later"

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ changes, upgrades. Ask your agent to install it:
4343

4444
- **Claude Code** — paste:
4545

46-
> Install this skill into `~/.claude/skills/stitch/SKILL.md`:
47-
> https://raw.githubusercontent.com/textile-protocol/textile-stitch/main/.claude/skills/stitch/SKILL.md
46+
> `curl -fsSL https://raw.githubusercontent.com/textile-protocol/textile-stitch/main/.claude/skills/stitch/SKILL.md --create-dirs -o ~/.claude/skills/stitch/SKILL.md` — run that as-is (don't WebFetch the URL).
4847
4948
Then run `/stitch`.
5049

0 commit comments

Comments
 (0)