Block a user
feat: connectivity verification and service topology docs (#94)
shahondin1624
pushed to feature/issue-94-verify-dns-connectivity at llm-multiverse/llm-multiverse
2026-03-11 10:50:40 +01:00
shahondin1624
created branch feature/issue-94-verify-dns-connectivity in llm-multiverse/llm-multiverse
2026-03-11 10:50:40 +01:00
Tech debt: deduplicate agent type name strings across manifest and config
This has worsened: _AGENT_TYPE_NAMES is now duplicated in 3 files (context.py, memory_gate.py, session_config.py) with inconsistent values. Created #200 with a concrete fix proposal (shared…
Tech debt: Config.load() scaling — consider splitting config by service
This has progressed: Config.load() is now 180 lines of boilerplate with 9 sub-config sections. Created #199 with a concrete fix proposal (generic _load_dataclass helper). This issue can be…
Refactor: deduplicate Rust Dockerfile builder stage boilerplate
Bug: Docker Compose network config missing internal:true and edge network separation
Refactor: extract duplicated _CONFIDENCE_MAP and _JSON_BLOCK_RE to shared modules
Refactor: consolidate duplicated _AGENT_TYPE_NAMES mappings into shared module
Refactor: Config.load() boilerplate — replace manual field-by-field parsing
Tech debt: deduplicate context compaction logic between rolling_compactor and context_manager
Closing: resolved during Phase 9-11 implementation. The original rolling_compactor.py and context_manager.py files no longer exist. The code was cleanly refactored into compaction.py…
Tech debt: deduplicate context compaction logic between rolling_compactor and context_manager
Configure secrets service D-Bus socket mounting
Implemented in PR #198 (merged).
- D-Bus session and system bus sockets mounted read-only into secrets container
DBUS_SESSION_SOCKETenv var for configurable host socket path (default:…
shahondin1624
deleted branch feature/issue-93-dbus-socket from llm-multiverse/llm-multiverse
2026-03-11 10:46:34 +01:00
feat: configure D-Bus socket mounting for secrets service (#93)
Configure secrets service D-Bus socket mounting
feat: configure D-Bus socket mounting for secrets service (#93)
shahondin1624
pushed to feature/issue-93-dbus-socket at llm-multiverse/llm-multiverse
2026-03-11 10:46:15 +01:00
shahondin1624
created branch feature/issue-93-dbus-socket in llm-multiverse/llm-multiverse
2026-03-11 10:46:15 +01:00