# Karafka AI Policy (ai.txt) # Specification: https://site.spawning.ai/spawning-ai-txt # Updated: 2025-02-12 # ============================================ # TEXT AND DATA MINING (TDM) RESERVATION # ============================================ # This file reserves rights under TDM exceptions in copyright law # Reference: EU Copyright Directive Article 4, UK Copyright Act Section 29A # POLICY STATEMENT # ---------------- # Karafka documentation is provided to help developers use our framework. # # ALLOWED: # - User-facing AI assistants retrieving docs for users (RAG/retrieval) # - Code assistants like Claude Code, GitHub Copilot, Cursor # - Search engines and Q&A platforms serving user queries # - Educational and research purposes with attribution # # NOT ALLOWED without written permission: # - Training or fine-tuning AI models # - Building derivative datasets # - Commercial use in training data # - Bulk scraping for model development # ============================================ # AI ACCESS RULES # ============================================ # Block training/scraping User-agent: * Disallow: / (training) Disallow: / (scraping) Disallow: / (dataset) # Allow user-facing retrieval (RAG) User-agent: * Allow: / (rag) Allow: / (retrieval) Allow: / (search) # Specific bot permissions User-agent: ChatGPT-User Allow: / (rag) User-agent: Claude-Web Allow: / (rag) User-agent: anthropic-ai Allow: / (rag) User-agent: PerplexityBot Allow: / (rag) User-agent: GPTBot Disallow: / (training) User-agent: CCBot Disallow: / (training) User-agent: Google-Extended Disallow: / (training) # ============================================ # LICENSING & ATTRIBUTION # ============================================ # License: Proprietary - All Rights Reserved # Copyright: © 2015-2025 Maciej Mensfeld # Attribution required for derivative works # Contact: contact@karafka.io # ============================================ # MACHINE-READABLE DIRECTIVES # ============================================ Disallow-Learning: yes Disallow-Training: yes Allow-Retrieval: yes Allow-Search: yes Require-Attribution: yes Commercial-Use: contact-required # ============================================ # CONTACT & PERMISSIONS # ============================================ # To request training data access or commercial licensing: # Email: contact@karafka.io # Subject: AI Training Data Request - Karafka Documentation