docs: add docs:list helper and front matter

This commit is contained in:
Peter Steinberger
2025-12-09 17:51:05 +00:00
parent b3d4e5cfdf
commit bc3a14cde2
44 changed files with 436 additions and 74 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "clawdis",
"version": "2.0.0",
"description": "WhatsApp relay CLI (Baileys web) with Pi RPC agent",
"description": "WhatsApp gateway CLI (Baileys web) with Pi RPC agent",
"type": "module",
"main": "dist/index.js",
"bin": {
@@ -9,6 +9,7 @@
},
"scripts": {
"dev": "tsx src/index.ts",
"docs:list": "tsx scripts/docs-list.ts",
"build": "tsc -p tsconfig.json",
"start": "tsx src/index.ts",
"clawdis": "tsx src/index.ts",