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

@@ -48,14 +48,23 @@ All notable changes to the OpenClaw RAG Knowledge System will be documented in t
---
## [1.0.0] - 2026-02-11 (Enhancements)
## [1.0.1] - 2026-02-11
### Security & Metadata
- Added package.json with OpenClaw skill metadata
- Declared data storage path: ~/.openclaw/data/rag/
- Explicitly stated: NO required environment variables
- Added MIT License
- Added CHANGELOG.md
### Added
- `package.json` with complete OpenClaw skill metadata
- `CHANGELOG.md` for version tracking
- `LICENSE` (MIT) for proper licensing
### Changed
- `package.json` explicitly declares NO required environment variables (fully local system)
- Documented data storage path: `~/.openclaw/data/rag/`
- Enhanced `README.md` with clearer installation instructions
- Added references to CHANGELOG, LICENSE, and package.json in README
- Clarified that no API keys or credentials are required
### Documentation
- Improved documentation transparency to meet security scanner best practices
- Clearly documented the fully-local nature of the system (no external dependencies)
---

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": {