From 928f66f10bdf99d2f57aaba7325a0616196b5623 Mon Sep 17 00:00:00 2001 From: t Date: Thu, 20 Aug 2026 12:53:18 -0600 Subject: Prepare the 0.1.0 release Add a LICENSE file, point source.url at code.tjp.lol with a v0.1.0 tag, set version 0.1.0-1, and add homepage and labels so the rock can be published to luarocks.org. Add mise tasks for cutting a version and publishing a release. --- panto-web-scm-1.rockspec | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 panto-web-scm-1.rockspec (limited to 'panto-web-scm-1.rockspec') diff --git a/panto-web-scm-1.rockspec b/panto-web-scm-1.rockspec deleted file mode 100644 index e98cc2d..0000000 --- a/panto-web-scm-1.rockspec +++ /dev/null @@ -1,31 +0,0 @@ -rockspec_format = "3.0" -package = "panto-web" -version = "scm-1" - -source = { - -- Placeholder until the extension moves to its own repository. - url = "git+https://example.invalid/panto-web.git", -} - -description = { - summary = "Lightpanda-backed web fetch and Exa search tools for pantograph", - detailed = [[ -Web access for the panto CLI: web.fetch returns JavaScript-rendered Markdown -through a Lightpanda MCP subprocess, and web.search uses Exa's keyless MCP HTTP -endpoint or its REST API when EXA_API_KEY is configured. -Lightpanda must be on PATH. -Load by adding "panto-web" to `extensions.rocks` in panto's config.toml. -]], - license = "MIT", -} - -dependencies = { - "lua >= 5.4, < 5.5", -} - -build = { - type = "builtin", - modules = { - ["panto-web"] = "panto-web/init.lua", - }, -} -- cgit v1.3