dashboard: drop matrix-accounts experimental notice; relabel list as provisioned

Per-account token-failure isolation is now live on the matrix daemon, so a
bad credential entered via this form can no longer take down the agent's
whole matrix session — remove the experimental notice (+ its now-unused CSS).

Also relabel the account list 'configured accounts' -> 'provisioned accounts'
to match the v1 read path (lists accounts with a stored token; a
config-declared-but-unprovisioned account appears once provisioned through
the form). Docs + module header updated to match.
This commit is contained in:
iris 2026-06-16 09:42:11 +02:00 committed by mara
commit 8bb3bd82a1
4 changed files with 8 additions and 26 deletions

View file

@ -227,9 +227,9 @@ password?, token?` → `2xx { ok, user_id }` on success or
the agent's `matrixAccounts.<account>.tokenFile` via the same
privileged write path as the hive-internal `matrix-token`; the token is
**never** echoed back, and the page clears the secret inputs on submit
regardless of outcome. Because a bad credential can currently disturb
the agent's whole matrix session until per-account failure isolation
lands on the daemon, the form carries an explicit experimental notice.
regardless of outcome. The account list reflects what is *provisioned*
(an account with a stored token), so a config-declared-but-unprovisioned
account appears only once it has been provisioned through the form.
## P3RM1SS10NS tab