Fix link format for related retrieval patterns#1
Closed
sunchuljung wants to merge 2 commits into
Closed
Conversation
Rune is a complete, installable Claude plugin that provides zero-knowledge organizational memory for teams using Fully Homomorphic Encryption (FHE). - **Vault MCP Server** (mcp/vault/) - FHE key management and decryption - **enVector MCP Server** (mcp/envector-mcp-server) - Encrypted vector operations - **Agent Specifications** (agents/) - Scribe (capture) and Retriever (search) - **Pattern Libraries** (patterns/) - 250+ capture triggers, 265+ retrieval patterns - **Automated Setup** (scripts/install.sh) - Python venv, dependency installation - **MCP Configuration** (scripts/configure-claude-mcp.sh) - Claude integration - **Infrastructure Validation** (scripts/check-infrastructure.sh) - Health checks - **Server Management** (scripts/start-mcp-servers.sh) - Background MCP servers - **SKILL.md** - Claude skill definition with conditional activation logic - **README.md** - Complete installation and usage guide - **CHANGELOG.md** - Version history and roadmap - **Pattern files** - Comprehensive trigger and query patterns - pyenvector (1.2.0+) - FHE encryption SDK - fastmcp (2.2.0+) - MCP server framework - Additional: psutil, prometheus-client, httpx, pydantic, fastembed ```bash /plugin install github.com/CryptoLabInc/rune ```bash git clone https://github.com/CryptoLabInc/rune.git cd rune ./scripts/install.sh ./scripts/configure-claude-mcp.sh ``` ``` /rune configure # In Claude ``` Claude + Rune Plugin Cloud Infrastructure ├─ Vault MCP Server → Rune-Vault (team-shared) ├─ enVector MCP Server → enVector Cloud (encrypted) ├─ Scribe Agent └─ Retriever Agent - Conditional Activation - Validates infrastructure before activating - Fail-Safe Behavior - Auto-switches to dormant on failures - Token Efficiency - No wasted operations when dormant - Lightweight Checks - Local file validation only (no network pings) - Zero-Knowledge Privacy - All data FHE-encrypted before leaving client - Team Sharing - Same Vault = shared organizational memory - Automatic Redaction - Secrets, API keys, PII filtered - Local Credentials - Stored in ~/.rune/config.json (600 permissions) - Technical decisions and architecture rationale - Security requirements and compliance policies - Performance optimizations and scalability decisions - Product requirements and customer insights - Design decisions and user research findings - Semantic search on encrypted vectors - Decision rationale and implementation history - Team attribution and timeline queries - Natural language query understanding - `/rune configure` - Set up Vault and enVector credentials - `/rune status` - Check plugin activation and infrastructure health - `/rune remember <context>` - Manually store organizational context - `/rune recall <query>` - Search organizational memory - `/rune activate` - Activate after infrastructure is ready - `/rune reset` - Clear configuration and return to dormant 1. Rune-Vault Access (from team admin) - Vault URL: https://vault-TEAM.oci.envector.io - Vault Token: evt_xxx 2. enVector Cloud Credentials - Cluster Endpoint: https://cluster-xxx.envector.io - API Key: envector_xxx Deployment Guide: https://github.com/CryptoLabInc/rune-admin v0.2.0 - Complete plugin with infrastructure (2026-02-02) - Initial release with full MCP server integration - Smart activation with fail-safe behavior - Comprehensive pattern libraries (250+ triggers, 265+ queries) - Automated installation and configuration scripts MIT License - Copyright (c) 2026 CryptoLab Inc. - Issues: https://github.com/CryptoLabInc/rune/issues - Email: zotanika@cryptolab.co.kr - Docs: https://github.com/CryptoLabInc/rune-admin/tree/main/docs Signed-off-by: Sunchul Jung <zotanika@cryptolab.co.kr>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes a broken relative link in the documentation by correcting the path format to a related patterns document.
Changes:
- Updated the relative link format in
capture-triggers.mdto properly reference the retrieval patterns document
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.