From 4f5bc0a49321e1d88e5cd2fb7265c0ddeecdcfd3 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Mon, 16 Feb 2026 05:38:11 +0100 Subject: [PATCH] chore(release): align 2026.2.15 metadata --- package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package.json b/package.json index 53c74eacb4..1db9debed7 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,23 @@ "version": "2026.2.15", "description": "Multi-channel AI gateway with extensible messaging integrations", "keywords": [], + "homepage": "https://github.com/openclaw/openclaw#readme", + "bugs": { + "url": "https://github.com/openclaw/openclaw/issues" + }, "license": "MIT", "author": "", + "repository": { + "type": "git", + "url": "git+https://github.com/openclaw/openclaw.git" + }, "bin": { "openclaw": "openclaw.mjs" }, + "directories": { + "doc": "docs", + "test": "test" + }, "files": [ "CHANGELOG.md", "LICENSE",