surfaces/adapter/matrix
Mikhail Putilovskij b1aaa210a1 feat(deploy): platform handoff — agent routing, persistence, docs cleanup
Agent routing:
- Remove !agent command and manual agent selection flow
- Registry auto-assigns agent from user_agents mapping (fallback: agents[0])
- provision_workspace_chat and !new both write agent_id to room_meta
- Reconciliation backfills agent_id from registry on cold start
- Fix duplicate agent_id block in auth.py

Deployment stability:
- Add bot-state named volume to persist lambda_matrix.db and matrix_store
- Fix docker-compose.prod.yml duplicate environment: key (was silently losing all Matrix credentials)
- Fix MATRIX_AGENT_REGISTRY_PATH to use absolute container path /app/config/...
- Add bot-state volume declaration to docker-compose.fullstack.yml

Docs and config:
- Rewrite README.md for platform handoff (deploy table, working commands only)
- Rewrite docs/matrix-prototype.md (remove stale commands and mock descriptions)
- Remove !save/!load/!context/!agent from help text and welcome message
- Add !clear, !list, !remove, !yes/!no to help text
- Clean up .env.example (remove Telegram token, internal vars, real URLs)
- Update config/matrix-agents.example.yaml with user_agents section and comments
- Add explanatory comment to Dockerfile for --ignore-requires-python
- Remove silent uv sync fallbacks in Dockerfile
2026-04-28 03:05:11 +03:00
..
handlers feat(deploy): platform handoff — agent routing, persistence, docs cleanup 2026-04-28 03:05:11 +03:00
__init__.py feat(matrix): add adapter baseline and platform-aware command hints 2026-04-01 01:04:54 +03:00
agent_registry.py feat(deploy): platform handoff — agent routing, persistence, docs cleanup 2026-04-28 03:05:11 +03:00
bot.py feat(deploy): platform handoff — agent routing, persistence, docs cleanup 2026-04-28 03:05:11 +03:00
converter.py feat: support shared-workspace file flow for matrix 2026-04-21 00:26:21 +03:00
files.py feat: finalize matrix platform audit and docs 2026-04-21 15:35:03 +03:00
reactions.py feat(01-06): remove matrix reaction-era adapter UX 2026-04-03 12:33:15 +03:00
reconciliation.py feat(deploy): platform handoff — agent routing, persistence, docs cleanup 2026-04-28 03:05:11 +03:00
room_router.py fix(01-01): stop auto-registering unknown matrix rooms 2026-04-02 22:50:28 +03:00
routed_platform.py feat: add matrix routed platform facade 2026-04-24 13:22:05 +03:00
store.py feat(deploy): platform handoff — agent routing, persistence, docs cleanup 2026-04-28 03:05:11 +03:00