From dea8ef3638c8e1c9c76103a758caab2e6ab463e5 Mon Sep 17 00:00:00 2001 From: Michael Magan Date: Sun, 23 Aug 2026 11:28:36 -0700 Subject: [PATCH] Remove stray merge-conflict marker, re-pin npm install version main shipped a literal leftover '>>>>>>> 111dce1 (...)' conflict-marker line from #9's merge, live on the public repo and served by ClawHub and Hermes. Also re-applies the version pin on the npm install example, lost in the same merge (ClawHub's security scan flags a bare, unpinned npm install -g as MEDIUM supply_chain risk). --- skills/charming/SKILL.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/skills/charming/SKILL.md b/skills/charming/SKILL.md index fc17fa5..619b36b 100644 --- a/skills/charming/SKILL.md +++ b/skills/charming/SKILL.md @@ -17,7 +17,7 @@ metadata: # Charming CLI -Charming is a hosting platform for personal apps you and your agent build, update, and use together. Learn more at [usecharming.com](https://usecharming.com). Install: `npm install -g usecharming`. +Charming is a hosting platform for personal apps you and your agent build, update, and use together. Learn more at [usecharming.com](https://usecharming.com). Install: `npm install -g usecharming@0.1.1` (check [npm](https://www.npmjs.com/package/usecharming) for the latest version). Charming hosts small single-purpose personal apps. You write two files, push them with `charming`, and the user gets a real URL with real storage that any agent — including this one, later — can keep editing. @@ -29,8 +29,6 @@ An app is a directory: Do not free-hand the skeleton. Copy `templates/crud`, then change the data model. -> > > > > > > 111dce1 (Teach the skill to build apps, not just drive the CLI) - ## Start 1. `charming auth status`. If `"authenticated": false`, run `charming auth login --no-open` and give the user the approval URL and code.