Skip to main content

Glossary of Terms

Definitions for specialized terms used by Human Developers and AI Agents within this project.

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