Glossary of Terms
Definitions for specialized terms used by Human Developers and AI Agents within this project.
| Term | Definition |
|---|---|
| posts-ai-chatboxes | The custom WordPress plugin previously known as "Research Papers". Handles AI content generation. |
| Tailscale | The VPN mesh network used to securely connect the web server to the AI backend. |
| Tunnel | An SSH port forwarding session that exposes internal ports (5678, 5435) to the local environment. |
| Docusaurus | The static site generator used to build this documentation. |
| Secretary Agent | The AI agent responsible for maintaining this Knowledge Base and syncing it to production. |
| Saver Agent | The AI agent responsible for saving chat history summaries before session close. |
<remote_host> | The public IPv4 address of the production WordPress server. |
| 100.115.246.57 | The Tailscale IPv4 address of the AI Service backend. |
| .htaccess | The Apache configuration file used to enforce IP-based access control on the documentation folder. |
| Kant L0/L1/L2 Architecture | L0 (= Source text/raw data); L1 (= Bridge/schematics/formulas); L2 (= Narrative application using visual heroic flow via ACF). |
| L2 Tab | The tab displaying the main content of the current post (Level 2), stored in an ACF Repeater. |
| L1 Tab | The tab displaying the content of the parent/category post (Level 1). |
| ACF Repeater | Advanced Custom Fields type used for 'content_with_repated_images' to structure L2 visual story logic flow. |
| MCP | Model Context Protocol. A standard for tools like this RAG server to expose functionality to AI models. |
| RAG | Retrieval-Augmented Generation. Combining vector search with LLMs to answer questions using private documentation. |
| pgvector | A PostgreSQL extension for storing and searching vector embeddings. |
| KSES | WordPress's security filter (wp_filter_post_kses) that strips unsafe HTML (including <style> tags) from post content on save. |
| Parallel Texts | The /kant-critique-of-pure-reason-parallel-texts/ page, a multi-column layout showing German A, German B, and English editions. |
| L0 Post | The deepest-level child post containing the raw formatted source text (e.g., Post 6693 = German A). |
| UnifrakturMaguntia | The Google Font used for historical German Fraktur typeface rendering in the Kant parallel texts. |
| No-Quote CSS Strategy | A pattern for safely injecting CSS into WordPress by removing quotes from url() and font-family to bypass wptexturize. |
| Docser Agent | The unified documentation AI agent. Saves chat history, updates the knowledge base, and deploys docs. |
| Gallery Mode / Chat Mode | UI states within posts-ai-chatboxes. Tracks whether the sidebar shows AI chat or image visual assets. |
| kant-term-highlight | A global CSS class used across L0 posts to natively highlight strictly defined taxonomy vocabulary (like Intuition or Form) with dotted borders. |