refactor: rename container from dossier to ctxd

- docker-compose.yml: service name dossier → ctxd, container_name dossier → ctxd
- README.md, SKILL.md, LLM.txt: all docker exec/logs references updated
- Hermes skill files: all references updated
This commit is contained in:
2026-06-24 23:19:08 +00:00
parent b91d03a6cd
commit b9f911994d
4 changed files with 22 additions and 18 deletions
+4
View File
@@ -130,6 +130,10 @@ class CtxConfig:
def log_level(self) -> str:
return _env_str("LOG_LEVEL", "info")
@property
def demo_mode(self) -> bool:
return _env_bool("CTXD_DEMO_MODE", False)
# ── Snapshots ─────────────────────────────────────────────────
@property
def min_snapshots(self) -> int: