Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 10 column 20
---
FrontmatterVersion: 1
DocumentType: Guide
Title: Fathym Reference Runtime (@fathym/runtime)
Summary: Runtime layer for Fathym (deno-kv, fluent, oauth, workers/services, tailwind-oriented utils).
Created: 2025-11-20
Updated: 2025-11-20
Owners:
- fathym
References:
- Label: Projects: Ref-Arch README
Path: ../README.md
- Label: Projects: Ref-Arch AGENTS
Path: ../AGENTS.md
- Label: Projects: Ref-Arch Guide
Path: ../GUIDE.md
- Label: Root README
Path: ../../../README.md
- Label: Root Agents Guide
Path: ../../../AGENTS.md
- Label: Root Workspace Guide
Path: ../../../WORKSPACE_GUIDE.md
---
Runtime-focused utilities layered on top of @fathym/common: deno-kv helpers, fluent interfaces, OAuth/JWT helpers, worker/service primitives, and tailwind-focused utils.
- Goal: host runtime-level building blocks while keeping
@fathym/commonlean. - Outputs: runtime library exports, build/test tasks, and integration docs for downstream runtimes and CLIs.
- Code location:
projects/ref-arch/reference-runtime/.
- Modules moved here from
@fathym/common:deno-kv,fluent,oauth,services,workers, and tailwind-oriented utils. - Entry point
mod.tsexports runtime modules viasrc/.exports.ts; tasks defined indeno.jsonc. - Adjust imports in downstream packages to target
@fathym/runtimefor runtime helpers.
- Review parent Instruction Documents (
../README.md,../AGENTS.md,../GUIDE.md). - Declare intent before editing; summarize outcomes and open questions in this README.
- Keep links relative; record prompt/script usage in References when applicable.
- Update
UPSTREAM.mdif vendoring or pinning external sources.