Skip to content

Fix link format for related retrieval patterns#1

Closed
sunchuljung wants to merge 2 commits into
mainfrom
feature/chores-1
Closed

Fix link format for related retrieval patterns#1
sunchuljung wants to merge 2 commits into
mainfrom
feature/chores-1

Conversation

@sunchuljung
Copy link
Copy Markdown
Contributor

No description provided.

sunchuljung and others added 2 commits February 2, 2026 18:57
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>
@sunchuljung sunchuljung requested a review from Copilot February 2, 2026 10:11
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md to properly reference the retrieval patterns document

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants