chain-studio/lib/pages
flemming-it 703d961cec
Some checks are pending
Security / Security check (push) Waiting to run
fix(doctor): honest module count, temp-path audit warning, connection line
Three doctor-page findings from the usertest panel:

- Module tile no longer counts the hub's built-in 'system'
  pseudo-module — a fresh hub shows 0 modules, matching the
  welcome checklist's definition of an install. Counting is a
  top-level function with unit tests.
- When the audit DB lives in an OS-cleanable temp directory
  (/var/folders, /tmp, Windows Temp), the daemon-files panel
  says so instead of presenting the state as healthy. The
  classifier is a top-level function with unit tests.
- The daemon card states who-talks-to-whom-how in one line:
  endpoint, transport security (TLS / unencrypted-local /
  unencrypted), and whether a bearer token is attached (length
  only) — the auditor's baseline the green dot cannot answer.

Also syncs pubspec.yaml (0.70.0 -> 0.72.0) with kStudioVersion,
which had drifted to 0.71.0 while pubspec stayed behind.

Signed-off-by: flemming-it <stefan.a.flemming@googlemail.com>
2026-07-18 00:56:46 +02:00
..
approvals.dart feat: workspace switcher, per-project filters and run stamping (stage 1) 2026-07-12 13:49:51 +02:00
audit.dart feat(audit): free-text search, JSONL export of the view, labeled dev reset 2026-07-18 00:08:51 +02:00
doctor.dart fix(doctor): honest module count, temp-path audit warning, connection line 2026-07-18 00:56:46 +02:00
federation.dart fix(federation): primary action in the app bar and empty state, no FAB 2026-07-18 00:08:51 +02:00
flows.dart feat(store): trust gate before every module install 2026-07-17 23:44:14 +02:00
runs.dart fix(runs): honest empty state — feature off vs. no runs yet 2026-07-18 00:20:43 +02:00
setup_gate.dart feat(setup): first-run gate, hub-first preview, honest wording — setup before the app 2026-07-17 00:59:22 +02:00
store.dart fix(welcome,store): sticky flow-completed tick, carousel position text 2026-07-18 00:36:00 +02:00
welcome.dart fix(welcome,store): sticky flow-completed tick, carousel position text 2026-07-18 00:36:00 +02:00