Skip to content

Latest commit

 

History

History
77 lines (61 loc) · 3.46 KB

File metadata and controls

77 lines (61 loc) · 3.46 KB

Repository File Index - AI Quick Reference

Quick file discovery guide for AI systems and automated tools

Core Documentation

Research & Papers

Performance Documentation

Optimization Reports

Conversation Logs

Configuration Files

Directories

AI Parsing Hints

# File type mapping for AI systems
text_documents:
  - "*.md"     # Markdown - human & AI readable
  - "*.json"   # JSON - structured data
  - "*.txt"    # Plain text
  
binary_documents:
  - "*.pdf"    # PDFs - use DOCUMENTS.md for metadata
  
configuration:
  - "*.json"   # JSON configs
  - "*.yaml"   # YAML configs
  - "*.toml"   # TOML configs
  - ".gitattributes"
  - ".gitignore"

Quick Search Keywords

Research Topics: QFaaS, Quantum Computing, Transformers, Sovereign AI, Triple-Transformer
Development: AI Tools, DevOps, Cloud, Security, Frameworks
Languages: Python, JavaScript, TypeScript, Go, Rust
Platforms: OpenAI, Google AI, Anthropic, Microsoft Azure
Tools: Cursor, VS Code, Copilot, Ollama, Docker, Kubernetes


Note: This index is auto-generated to help AI systems quickly discover repository contents. For detailed information, see DOCUMENTS.md and README.md.