10 Commits

Author SHA1 Message Date
22d85d638f Add GitHub Pages landing page
- Obsidian dark theme design
- Links to ClawHub, GitHub, and william.mantly.vip
- Feature comparison with web-search RAG tools
- Responsive layout with terminal UI preview
2026-02-12 18:11:50 +00:00
3c9cee28d7 v1.0.3: Fix hard-coded paths, address security scan feedback
- Replace all absolute paths with dynamic resolution
- Add path portability and network behavior documentation
- Verify no custom network calls in codebase
- Update version to 1.0.3
v1.0.3
2026-02-12 16:59:33 +00:00
448a000c24 Bump version to 1.0.2 v1.0.2 2026-02-12 14:27:55 +00:00
57d6d81da2 Update CHANGELOG for v1.0.2: ClawHub compatibility, security docs, cron fixes 2026-02-12 14:27:33 +00:00
97649d7c7f Add YAML front matter with description, security notes, and auto-update script 2026-02-12 14:22:32 +00:00
f81c8b1e70 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
2026-02-11 16:49:56 +00:00
66ce8fd943 Add LICENSE, package.json, CHANGELOG, and enhance documentation
- Add MIT License
- Add package.json with OpenClaw skill metadata
  - Explicitly declares NO required environment variables (fully local)
  - Documents data storage path: ~/.openclaw/data/rag/
  - Includes installation steps and available scripts
- Add CHANGELOG.md with version history (v1.0.0)
- Update README.md to:
  - Clarify no API keys required (fully local system)
  - Add documentation files section
  - Reference CHANGELOG, LICENSE, package.json
- Addresses security scanner best practices for transparency
2026-02-11 16:37:24 +00:00
0c2f98004a Add automatic daily RAG updates + cron job integration 2026-02-11 15:58:48 +00:00
3a46dfdff9 Add automatic context checker for RAG integration 2026-02-11 04:09:28 +00:00
b272748209 Initial commit: OpenClaw RAG Knowledge System
- Full RAG system for OpenClaw agents
- Semantic search across chat history, code, docs, skills
- ChromaDB integration (all-MiniLM-L6-v2 embeddings)
- Automatic AI context retrieval
- Ingest pipelines for sessions, workspace, skills
- Python API and CLI interfaces
- Document management (add, delete, stats, reset)
2026-02-11 03:47:38 +00:00