rune

Category: Tools & Productivity | Uploader: CryptoLabIncCryptoLabInc | Downloads: 0 | Version: v1.0(Latest)

Encrypted organizational memory workflow for Rune with activation checks and /rune (or $rune for Codex CLI) command behaviors across MCP-compatible agents.

Changelog: Source: GitHub https://github.com/CryptoLabInc/rune

Directory Structure

Current level: tree/main/

  • 📁 .claude/
    • 📄 mcp_servers.template.json 433 B
    • 📄 settings.json 3 B
  • 📁 .claude-plugin/
    • 📄 marketplace.json 899 B
    • 📄 plugin.json 706 B
  • 📁 .github/
    • 📁 scripts/
      • 📄 ci_changed_tests.py 3.3 KB
      • 📄 post_pr_comment.js 8.6 KB
    • 📁 workflows/
      • 📄 pr-comment.yml 1.8 KB
      • 📄 pr-tests.yml 3.0 KB
    • 📄 pull_request_template.md 797 B
  • 📁 agents/
    • 📁 claude/
      • 📄 retriever.md 5.9 KB
      • 📄 scribe.md 11.4 KB
    • 📁 codex/
      • 📄 scribe.md 11.1 KB
    • 📁 common/
      • 📁 schemas/
        • 📄 __init__.py 948 B
        • 📄 decision_record.py 9.1 KB
        • 📄 embedding.py 1.9 KB
        • 📄 templates.py 10.7 KB
      • 📄 __init__.py 419 B
      • 📄 config.py 13.6 KB
      • 📄 embedding_service.py 5.0 KB
      • 📄 envector_client.py 6.5 KB
      • 📄 language.py 5.9 KB
      • 📄 llm_client.py 4.8 KB
      • 📄 llm_utils.py 963 B
      • 📄 pattern_cache.py 6.2 KB
    • 📁 gemini/
      • 📄 retriever.md 4.6 KB
      • 📄 scribe.md 11.1 KB
    • 📁 retriever/
      • 📄 __init__.py 807 B
      • 📄 query_processor.py 15.3 KB
      • 📄 searcher.py 21.6 KB
      • 📄 synthesizer.py 14.9 KB
    • 📁 scribe/
      • 📁 handlers/
        • 📄 __init__.py 493 B
        • 📄 base.py 3.5 KB
        • 📄 notion.py 7.9 KB
        • 📄 slack.py 6.8 KB
      • 📄 __init__.py 1.4 KB
      • 📄 detector.py 6.6 KB
      • 📄 llm_extractor.py 16.6 KB
      • 📄 pattern_parser.py 14.4 KB
      • 📄 record_builder.py 25.8 KB
      • 📄 review_queue.py 11.2 KB
      • 📄 server.py 18.6 KB
      • 📄 tier2_filter.py 5.3 KB
    • 📁 tests/
      • 📄 __init__.py 75 B
      • 📄 test_agent_delegated.py 24.0 KB
      • 📄 test_batch_capture.py 12.0 KB
      • 📄 test_config.py 13.0 KB
      • 📄 test_detector.py 6.3 KB
      • 📄 test_language.py 5.2 KB
      • 📄 test_llm_client.py 1.7 KB
      • 📄 test_llm_utils.py 1.2 KB
      • 📄 test_novelty_check.py 1.8 KB
      • 📄 test_pattern_parser.py 10.2 KB
      • 📄 test_pipeline_scenario.py 48.7 KB
      • 📄 test_record_builder.py 27.9 KB
      • 📄 test_retriever.py 32.6 KB
      • 📄 test_schemas.py 1.0 KB
      • 📄 test_team_day_scenario.py 41.6 KB
      • 📄 test_tier2_filter.py 9.2 KB
    • 📄 __init__.py 634 B
    • 📄 README.md 388 B
    • 📄 SLACK_SETUP.md 168 B
  • 📁 benchmark/
    • 📁 datasets/
      • 📄 embedding_token_length.json 111.3 KB
    • 📁 reports/
      • 📄 .gitignore 68 B
    • 📁 runners/
      • 📄 __init__.py 0 B
      • 📄 common.py 4.7 KB
      • 📄 embedding_bench.py 9.5 KB
      • 📄 retriever_bench.py 4.3 KB
      • 📄 scribe_bench.py 20.9 KB
    • 📁 scenarios/
      • 📁 capture/
        • 📁 should_capture/
          • 📁 architecture/
            • 📄 edge_cases.jsonl 1.7 KB
            • 📄 scenarios.jsonl 6.1 KB
          • 📁 coding_context/
            • 📄 architecture_pivot.jsonl 5.7 KB
            • 📄 optimization.jsonl 6.4 KB
            • 📄 pattern_establish.jsonl 5.9 KB
            • 📄 reframing.jsonl 5.6 KB
            • 📄 root_cause.jsonl 6.9 KB
          • 📁 debugging/
            • 📄 edge_cases.jsonl 954 B
            • 📄 scenarios.jsonl 6.2 KB
          • 📁 incident/
            • 📄 scenarios.jsonl 5.3 KB
          • 📁 pr_review/
            • 📄 edge_cases.jsonl 1.7 KB
            • 📄 scenarios.jsonl 6.8 KB
          • 📁 process/
            • 📄 scenarios.jsonl 4.7 KB
          • 📁 product/
            • 📄 scenarios.jsonl 6.3 KB
          • 📁 tradeoff/
            • 📄 scenarios.jsonl 5.2 KB
        • 📁 should_not_capture/
          • 📁 casual/
            • 📄 scenarios.jsonl 1.1 KB
          • 📁 code_noise/
            • 📄 scenarios.jsonl 2.6 KB
          • 📁 pr_noise/
            • 📄 scenarios.jsonl 1.8 KB
          • 📁 question/
            • 📄 scenarios.jsonl 1.2 KB
          • 📁 slop/
            • 📄 edge_cases.jsonl 1.1 KB
            • 📄 scenarios.jsonl 2.7 KB
          • 📁 status_update/
            • 📄 scenarios.jsonl 1.3 KB
      • 📁 extraction/
        • 📁 bundle/
          • 📄 scenarios.jsonl 5.8 KB
        • 📁 phase_chain/
          • 📄 scenarios.jsonl 4.6 KB
        • 📁 single/
          • 📄 scenarios.jsonl 2.3 KB
      • 📁 recall/
        • 📁 cross_domain/
          • 📄 scenarios.jsonl 2.9 KB
        • 📁 exact_match/
          • 📄 scenarios.jsonl 2.7 KB
        • 📁 semantic_match/
          • 📄 edge_cases.jsonl 1.4 KB
          • 📄 scenarios.jsonl 2.6 KB
        • 📁 temporal/
          • 📄 scenarios.jsonl 2.5 KB
      • 📄 schema.json 4.6 KB
    • 📄 README.md 9.7 KB
    • 📄 requirements.txt 199 B
  • 📁 ci/
    • 📁 tests/
      • 📄 test_ci_changed_tests.py 2.7 KB
  • 📁 commands/
    • 📁 claude/
      • 📄 activate.md 4.4 KB
      • 📄 capture.md 858 B
      • 📄 configure.md 6.0 KB
      • 📄 deactivate.md 1.3 KB
      • 📄 delete.md 850 B
      • 📄 history.md 1.0 KB
      • 📄 recall.md 867 B
      • 📄 reset.md 554 B
      • 📄 status.md 2.4 KB
    • 📁 rune/
      • 📄 activate.toml 2.3 KB
      • 📄 capture.toml 4.0 KB
      • 📄 configure.toml 3.1 KB
      • 📄 deactivate.toml 1.5 KB
      • 📄 delete.toml 1.4 KB
      • 📄 history.toml 1.7 KB
      • 📄 recall.toml 1.4 KB
      • 📄 reset.toml 527 B
      • 📄 status.toml 2.7 KB
  • 📁 config/
    • 📄 config.template.json 563 B
    • 📄 README.md 5.3 KB
  • 📁 examples/
    • 📄 team-setup-example.md 6.9 KB
    • 📄 usage-patterns.md 10.9 KB
  • 📁 hooks/
    • 📄 hooks.json 140 B
  • 📁 mcp/
    • 📁 adapter/
      • 📁 vault_proto/
        • 📄 __init__.py 0 B
        • 📄 vault_service_pb2.py 3.2 KB
        • 📄 vault_service_pb2_grpc.py 7.3 KB
      • 📄 __init__.py 441 B
      • 📄 document_preprocess.py 5.2 KB
      • 📄 embeddings.py 5.1 KB
      • 📄 envector_sdk.py 13.2 KB
      • 📄 vault_client.py 13.7 KB
    • 📁 server/
      • 📄 __init__.py 0 B
      • 📄 errors.py 3.2 KB
      • 📄 server.py 84.5 KB
    • 📁 tests/
      • 📄 __init__.py 0 B
      • 📄 test_errors.py 4.6 KB
      • 📄 test_server.py 18.6 KB
      • 📄 test_vault_client.py 8.0 KB
      • 📄 test_vault_direct.py 4.6 KB
    • 📄 .env.example 700 B
    • 📄 requirements.txt 177 B
  • 📁 patterns/
    • 📄 capture-triggers.ja.md 7.6 KB
    • 📄 capture-triggers.ko.md 6.8 KB
    • 📄 capture-triggers.md 21.8 KB
    • 📄 retrieval-patterns.ja.md 2.2 KB
    • 📄 retrieval-patterns.ko.md 1.8 KB
    • 📄 retrieval-patterns.md 15.2 KB
  • 📁 scripts/
    • 📄 bootstrap-mcp.sh 7.1 KB
    • 📄 bundle-rune-core.sh 1.3 KB
    • 📄 check-infrastructure.sh 3.1 KB
    • 📄 configure-claude-mcp.sh 7.6 KB
    • 📄 ensure-codex-ready.sh 1.0 KB
    • 📄 install-codex.sh 3.4 KB
    • 📄 install.sh 2.6 KB
    • 📄 migrate_embeddings.py 3.9 KB
    • 📄 register-plugin.sh 3.7 KB
    • 📄 setup-slack-app.sh 4.6 KB
    • 📄 smoke-test-agents.sh 1.3 KB
    • 📄 start-mcp-servers.sh 2.3 KB
    • 📄 uninstall.sh 6.6 KB
  • 📁 setup/
    • 📄 check-prerequisites.md 3.9 KB
  • 📄 .geminiignore 185 B
  • 📄 .gitignore 513 B
  • 📄 AGENT_INTEGRATION.md 7.2 KB
  • 📄 CLAUDE.md 3.4 KB
  • 📄 CONTRIBUTING.md 9.8 KB
  • 📄 gemini-extension.json 564 B
  • 📄 GEMINI.md 5.2 KB
  • 📄 LICENSE 10.5 KB
  • 📄 package.json 281 B
  • 📄 README.md 10.5 KB
  • 📄 requirements.txt 720 B
  • 📄 rune-onepager.drawio.png 374.0 KB
  • 📄 SKILL.md 15.3 KB

SKILL.md

Login to download/like/favorite ❤ 15 | ★ 0
Comments 0

Please login before commenting.

Loading comments...