Files
deepseek-harness/packages/settings
imccyu b64da061a8 docs: record the forwarded-event surface and its face boundaries
Each owner package's README states which of its cordis events are forwarded and
that the declaration now lives in the client-safe ./types export. api/remotes
documents the allowlist as the single control point and the deliberate
both-faces listing of src/types.ts; development.md keeps the split-tsconfig rule
current.
2026-08-11 19:25:40 +08:00
..
2026-08-11 03:20:36 +08:00

settings/ — user-settings capability family

English | 中文

This family resolves user-editable configuration through registered namespaces and swappable storage providers.

Package Role ctx key
settings/ Defines namespace registration, layered resolution, and commits ctx.settings
settings-local/ Stores settings in a local file and observes external edits registers on ctx.settings

The subsystem reference — namespaces, owner scopes, resolution order, hot commits — is docs/subsystems/settings.md.