mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Two-package capability family mirroring session-persistence/: - dsh-settings: abstract Settings service — namespace registry with caller-fiber effect registrations, layered resolution (schema defaults < composition base < user document), schemastery validation, per-namespace deep-equal commit detection, and the settings/updated event. Boot/registration validation fails loud; provider publishes keep last-good per namespace. - dsh-settings-local: settings.yaml/.json provider — resolveSpec defaulting to $DSH_HOME/settings.yaml, chokidar hot reload, content-equality self-write suppression, atomic 0600 tmp+rename writes, comment-preserving YAML namespace patching. Consumers register inside ctx.inject(['settings'], …), so every composition works unchanged without a mounted provider. Real Loader + Include composition test proves cordis.yml boot and external-edit hot propagation; HMR disposal test proves registry cleanup. Both packages hold per-file 100% coverage. Doc budgets rise 1705→1710 (AGENTS.md) and 835→845 (packages/README.md): one structural line per file for the new package group. Agent Note: .agents/notes/implemented/architecture/2026-07-28-user-settings-seam.md
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"AGENTS.md": 1710,
|
|
"docs/AGENTS.md": 1150,
|
|
"docs/architecture.md": 1800,
|
|
"docs/cordis-primer.md": 600,
|
|
"docs/defensive-patterns.md": 550,
|
|
"docs/testing.md": 1100,
|
|
"examples/AGENTS.md": 310,
|
|
"packages/AGENTS.md": 675,
|
|
"packages/README.md": 845
|
|
}
|