fix: publish llm-task docs and harden tool

This commit is contained in:
Peter Steinberger
2026-01-24 01:44:36 +00:00
parent 00ae21bed2
commit 309fcc5321
14 changed files with 312 additions and 85 deletions

View File

@@ -1,7 +1,11 @@
{
"name": "@clawdbot/llm-task",
"private": true,
"version": "2026.1.23",
"type": "module",
"main": "index.ts",
"version": "0.0.0"
"description": "Clawdbot JSON-only LLM task plugin",
"clawdbot": {
"extensions": [
"./index.ts"
]
}
}