一键导入
memoria-world
The Stonecrest world, the Darklight Chambers library, and the Memoria Engine — CK's creative universe that shapes the architecture of everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
The Stonecrest world, the Darklight Chambers library, and the Memoria Engine — CK's creative universe that shapes the architecture of everything.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
The Aurelion cognitive architecture — five modules that together form a complete autonomous agentic AI system.
Chase-Key's cognitive identity — who he is, how he thinks, and how to work with him effectively.
The RELL compliance audit engine — architecture, philosophy, active modules, and development status.
The workload tracker system — scoring engine, team operations, and the Josefina deployment context.
The Aurelion cognitive architecture — five modules that together form a complete autonomous agentic AI system.
Chase-Key's cognitive identity — who he is, how he thinks, and how to work with him effectively.
基于 SOC 职业分类
| name | memoria-world |
| version | 1.0.0 |
| description | The Stonecrest world, the Darklight Chambers library, and the Memoria Engine — CK's creative universe that shapes the architecture of everything. |
| author | z3rosl33p |
| tags | ["stonecrest","memoria","world-building","dnd","darklight-chambers","nexus-premium"] |
| last_updated | "2026-03-22T00:00:00.000Z" |
Stonecrest is Chase-Key's D&D campaign world. It is also the conceptual origin of the entire Aurelion architecture. The Darklight Chambers — a 5-floor circular library inside Stonecrest — became the organizing metaphor for the AAAI knowledge engine. The Memoria Engine is the AI-powered implementation of this world as a persistent, living system.
Location: memoria-engine/ — sibling project in your Personal Projects folder
Stonecrest is an active D&D campaign world with persistent NPCs, faction dynamics, consequence tracking, and 30+ sessions of accumulated history. It is run by CK as Dungeon Master.
The Darklight Chambers is a legendary circular library within Stonecrest — 5 floors of organized knowledge that serves as the real-world metaphor for CK's AAAI architecture:
Floor 5 — VISION VAULT The highest floor. Long-term prophecy, destiny, world direction.
Floor 4 — STRATEGY WING Frameworks, maps, faction plans, political models.
Floor 3 — RELATIONS ARCHIVE NPCs, relationships, alliances, grudges.
Floor 2 — OPERATIONS LEDGER Active quests, current events, recent sessions.
Floor 1 — FOUNDATION STONES Immutable lore: creation myths, world laws, hard facts.
The 5-floor architecture used in CK's AAAI kernel is a direct translation of this structure into a professional knowledge management system.
Memoria is the AI-powered world engine built to manage Stonecrest.
memoria-engine/
├── engine/ ← Core AI reasoning loop
├── agents.py ← NPC agent behaviors
├── memory.py ← Persistent memory storage
├── retrieval.py ← Semantic retrieval of lore/events
├── llm_integration.py ← OpenAI integration
├── state_manager.py ← World state persistence
├── lore_indexer.py ← Lore ingestion and indexing
├── library_system.py ← The Darklight Chambers interface
├── characters/ ← NPC definitions
├── lore/ ← World lore documents
├── state/ ← Current world state
└── rules/ ← D&D rules as data
Stack: Python, OpenAI, ChromaDB (vector store), FastAPI, Fly.io deployment
Memoria Engine IS Aurelion Nexus Premium in prototype form. The ROADMAP for AURELION-ECO explicitly notes that rell-engine should "Remove AURELION-specific references (Stonecrest, Memoria, D&D world engine)" — confirming Memoria is the source from which rell-engine was extracted.
This means:
memoria-engine = the showcase that proved the architecture worksaurelion-nexus-premium = the productized, portable version of what memoria is doingrell-engine = the compliance-specific derivativeWhen CK references "the library," "Stonecrest," "the chambers," or "Rell's world" — he is using his D&D world as conceptual shorthand for architectural decisions. Understanding Stonecrest helps understand why:
memoria-engine/talk_to_rell.py — This is the CLI for talking to the Stonecrest world AI. The name "Rell" here refers to a character or entity within Stonecrest, predating the RELL-ECO compliance product. The naming shares roots.
To run Memoria locally:
cd memoria-engine
python main.py cli