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:
23
CHANGELOG.md
23
CHANGELOG.md
@@ -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
|
||||||
- Added package.json with OpenClaw skill metadata
|
- `package.json` with complete OpenClaw skill metadata
|
||||||
- Declared data storage path: ~/.openclaw/data/rag/
|
- `CHANGELOG.md` for version tracking
|
||||||
- Explicitly stated: NO required environment variables
|
- `LICENSE` (MIT) for proper licensing
|
||||||
- Added MIT License
|
|
||||||
- Added CHANGELOG.md
|
### 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)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "rag-openclaw",
|
"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",
|
"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",
|
"homepage": "http://git.theta42.com/nova/openclaw-rag-skill",
|
||||||
"author": {
|
"author": {
|
||||||
|
|||||||
Reference in New Issue
Block a user