Files
wehub-resource-sync 6c9c7fe7f3
CI / integration tests (3.13) (push) Failing after 1s
Commit lint / pull request title (push) Has been skipped
Docs / links (push) Failing after 1s
CI / unit tests (3.13) (push) Failing after 1s
CI / lint (push) Failing after 1s
CI / integration tests (push) Failing after 1s
CI / package build (push) Failing after 1s
Commit lint / commit messages (push) Failing after 1s
CI / unit tests (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:24:24 +08:00

3.7 KiB

EverOS Documentation

Documentation for EverOS — md-first memory extraction framework. Organised by Diátaxis — what kind of question you have determines which section to read.

Tutorials

Learning-oriented entry points — start here to get a feel for the system before wiring it into a real workflow.

Doc Purpose
everos-demo.md everos demo — local educational TUI to feel the memory lifecycle before configuring keys

Reference

Technical reference: contracts, commands, schemas — read these when you already know what you want to do and need to know exactly how.

Doc Purpose
api.md HTTP API v1 reference — endpoints, request / response, error contracts
knowledge.md Knowledge base module — upload, search, taxonomy, storage layout
reflection.md Reflection — offline memory consolidation: enable, schedule, storage, triggering
cli.md everos CLI subcommands + env var conventions
storage_layout.md Memory-root tree + frontmatter chassis + EntryId encoding
prompt_slots.md PromptSlot loader — bundled default prompts (Layer 1 live; app/runtime overlays planned)
configuration.md TOML / env-var configuration reference
multimodal.md Multimodal content items — image / PDF / audio / doc parsing

Explanation

Design decisions and architectural concepts — read these to understand why the system is shaped the way it is.

Doc Purpose
overview.md Project vision, scope, design philosophy
how-memory-works.md Storage stack + on-disk paths + write→index→read pipeline + consistency
architecture.md DDD layered architecture + dependency rules
datetime.md Two-zone discipline — UTC at storage, display tz at boundaries

How-to

Task-driven operational guides — read these when you need to do a specific thing (drain a queue, recover from a stuck row, etc.).

Doc Purpose
cascade_runbook.md Cascade subsystem ops — drain queue, recover stuck rows
github-sync.md Guardrails for refreshing GitHub from internal exports without overwriting GitHub-only workflow files
benchmarks/README.md LoCoMo benchmark — run and evaluate

Engineering / Internal

For maintainers and contributors working on the framework itself, not for using it.

Doc Purpose
engineering.md Engineering & dev-efficiency infrastructure (CI / tooling / Claude Code)

See also

Top-level project files live next to the repo root:

Coding conventions and slash command workflows are auto-loaded by Claude Code from .claude/rules/ and .claude/skills/.