Release v1.0.1: Add metadata, changelog, and license

- Bump version to 1.0.1
- Add CHANGELOG.md entry for v1.0.1 (documentation and metadata additions)
- Add package.json with OpenClaw skill metadata
- Explicitly declares NO required environment variables (fully local)
- Add LICENSE (MIT)
- Enhanced documentation transparency for security best practices
This commit is contained in:
2026-02-11 16:49:56 +00:00
parent 66ce8fd943
commit f81c8b1e70
2 changed files with 17 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "rag-openclaw",
"version": "1.0.0",
"version": "1.0.1",
"description": "RAG Knowledge System for OpenClaw - Semantic search across chat history, code, docs, and skills with automatic memory retrieval",
"homepage": "http://git.theta42.com/nova/openclaw-rag-skill",
"author": {