One-screen vocabulary map of the 0rk ecosystem. Skim the domain that matches your task; follow the See link for the full page.

1. 🧩 OMP Core

TermDomainOne-linerSee
OMP / Oh My PiFrameworkThe agentic runtime: a reasoning LLM plus tools that loops, plans, and spawns subagents.omp
ExtensionOMPHost-side TS/JS module loaded via jiti; registers tools, commands, and lifecycle hooks.omp
PluginOMPPackaging + CLI install mechanism that maps NPM packages or local folders into extensions/MCP servers.omp
AgentOMPThe active execution unit running the reasoning loop and tools.omp
SubagentOMPSpecialized child agent (explore, plan, oracle) spawned for parallel work.omp
SkillOMPAgent-side SKILL.md instruction sheet injected into prompt context on query match.skill-md
RuleOMPBehavioral constraint β€” Hard Rules (memory records) or Domain Rules (*.md files).agents-md
ProfileOMPIdentity + boundary config; Agent Profile (persona) vs Project Profile (workspace scope).omp
TaskOMPAtomic unit of work β€” sequential via todo, or parallel via subagents.omp
pi-packageOMPA package.json with "pi-package" keyword and a pi manifest, discoverable by the loader.omp
MCP serverOMPModel Context Protocol endpoint surfaced as tools/resources to the agent.omp
AGENTS.mdConventionRepo-scoped instruction file declaring purpose, architecture, and conventions for agents.agents-md

2. 🧠 Memory β€” OmpKeep / Hermes

TermDomainOne-linerSee
OmpKeepMemoryLocal-first, governed persistent-memory extension (SQLite FTS5 + vector search).ompkeep
HermesMemoryPeer agent runtime that shares OmpKeep persistent memory with OMP.omp-hermes-shared-memory
L1 / L2MemoryStorage tiers β€” L1 identity (human-ratified) vs L2 playbooks (auto/manual-curated).ompkeep
FTS5 / BM25MemorySQLite full-text search index providing keyword relevance scoring.ompkeep
qmdMemorySemantic vector search complementing keyword retrieval.ompkeep
RRFMemoryReciprocal Rank Fusion β€” merges keyword + vector result lists into one ranking.ompkeep
Evidence / ProvenanceMemoryTrust records; candidates need β‰₯35% token overlap with their supporting evidence.ompkeep
TombstoneMemoryContent-free delete marker preventing a record from being re-created.ompkeep
Inbox / CandidateMemoryCaptured observations awaiting curation in captured.jsonl.ompkeep
Patch / CurationMemoryDeterministic, gated mutation applied via applyPatch (never raw JSONL writes).ompkeep
DecayMemoryConfidence reduction on overdue records each maintenance loop.ompkeep
Budget AssemblyMemoryCompaction of rules/memory/scratchpad into runtime/context.md under a 14KB budget.ompkeep

3. πŸͺ» Quartz

TermDomainOne-linerSee
Quartz 5SSGYAML-configured static site generator for Obsidian vaults / digital gardens.quartz5
TransformerQuartzPipeline stage that parses/alters the Markdown AST (frontmatter, links, syntax).quartz5-checklist
FilterQuartzPipeline stage that prunes content (drafts, non-published) before build.quartz5-checklist
EmitterQuartzPipeline stage that writes outputs β€” pages, search index, graph, sitemap.quartz5-checklist
quartz.config.yamlQuartzSite-wide config: theme, locale, baseUrl, and the active plugin list.quartz5
baseUrlQuartzRoot domain (ssot.0rk.de) used for feeds, sitemap, and canonical URLs.quartz5
Digital gardenQuartzInterlinked, continuously-grown knowledge site (this wiki).quartz5
WikilinkQuartz[[basename|Label]] link resolved by shortest basename.quartz5
JSON CanvasQuartz.canvas spatial map rendered as a pannable page.CanvasGuru
llms.txtQuartzLLM-readable site aggregator emitted to public/ at build.llms-txt

4. πŸ’¬ Discord β€” Ompycord

TermDomainOne-linerSee
OmpycordDiscordPython (discord.py + FastAPI) rewrite of the always-on OMP⇄Discord bridge.ompycord
Omp (persona)DiscordThe front-facing bot identity answering mentions and slash commands.ompycord
StatusSnapshotDiscordDataclass schema tracking daemon, runtime, run, queue, and usage state.ompycord
Embed DashboardDiscordSingle in-place embed aggregating live session context per thread.ompycord
Rocket Launch ChannelDiscordChannel where posting text + reacting πŸš€ triggers an OMP run.ompycord
Hybrid commandDiscorddiscord.py command registered as both prefix and slash command.ompycord
Webhook telemetryDiscordOMP processes POST OMPEvent to the FastAPI sidecar (port 8901).ompycord
UniDialogDiscordSchema-driven Discord component engine (Red cog) from YAML specs.unidialog
Red vs OMPDiscordCommand/config comparison between Red-DiscordBot and OMP.red-vs-omp