Memory consolidation: archive 2026-03-08..09, update MEMORY.md

This commit is contained in:
2026-03-15 03:00:41 +00:00
parent 1e89367cba
commit 437ebd34c1
6 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 2026-03-08
## Decisions
- Use Poetry for package management
- Install aiohttp to fix CLI dependency
## Learnings
- Poetry virtualenvs need to be rebuilt after dependency changes
- Use `pip install -e` for development
## Facts
- Python 3.13.5
- Debian Trixie

View File

@@ -0,0 +1,9 @@
# 2026-03-09
## Learnings
- Matrix plugin duplicate issue caused silent failures
- `groupAllowFrom` needed for group policy allowlist
## Actions
- Removed duplicate plugin copies
- Reinstalled matrix plugin via npm