• Joined on 2025-12-21
alvis closed issue alvis/oO#53 2026-04-16 15:23:03 +00:00
Connector interface: revoke() is mandatory; surface provider-side revocation
alvis closed issue alvis/oO#1 2026-04-16 15:23:03 +00:00
Monorepo tooling: pnpm workspaces + uv/poetry + turbo + pre-commit
alvis closed issue alvis/oO#2 2026-04-16 15:23:03 +00:00
docker-compose dev environment
alvis closed issue alvis/oO#4 2026-04-16 15:23:03 +00:00
Shared types package: OpenAPI source of truth
alvis closed issue alvis/oO#5 2026-04-16 15:23:03 +00:00
Secrets convention and .env.example per service
alvis closed issue alvis/oO#10 2026-04-16 15:23:03 +00:00
integrations: Todoist connector (OAuth2, read tasks, complete task)
alvis closed issue alvis/oO#11 2026-04-16 15:23:03 +00:00
recommender: service skeleton with POST /recommend and policy registry
alvis commented on issue alvis/oO#9 2026-04-16 15:23:03 +00:00
integrations: Connector interface + encrypted token vault

Closed: token vault exists in integration_tokens table. Encryption (libsodium) deferred to M2 security hardening.

alvis closed issue alvis/oO#9 2026-04-16 15:23:03 +00:00
integrations: Connector interface + encrypted token vault
alvis commented on issue alvis/oO#53 2026-04-16 15:23:03 +00:00
Connector interface: revoke() is mandatory; surface provider-side revocation

Closed: revoke() implemented in services/api/src/routes/integrations.ts:106-139 — calls Todoist revocation endpoint + deletes local token.

alvis closed issue alvis/oO#56 2026-04-16 03:56:24 +00:00
Shadow-deploy infrastructure for policies
alvis closed issue alvis/oO#65 2026-04-16 03:56:24 +00:00
admin: model registry panel — embed MLflow at /admin/models
alvis closed issue alvis/oO#66 2026-04-16 03:56:24 +00:00
admin: experiment dashboard — LinUCB per-arm stats and bandit reset
alvis closed issue alvis/oO#67 2026-04-16 03:56:24 +00:00
admin: recommendation log — per-tip explainability (features, policy, score, feedback)
alvis closed issue alvis/oO#68 2026-04-16 03:56:24 +00:00
admin: reward analytics — reaction distribution over time, per-policy compare
alvis closed issue alvis/oO#69 2026-04-16 03:56:24 +00:00
admin: data quality widget — missing-signal rate, stale-token rate, feature NaN heatmap
alvis closed issue alvis/oO#70 2026-04-16 03:56:24 +00:00
admin: ops actions — replay signal, disable/promote policy, force-retrain, revoke token
alvis closed issue alvis/oO#71 2026-04-16 03:56:24 +00:00
admin: read-only SQL runner against Postgres replica (sunsets to Superset in M4)
alvis closed issue alvis/oO#72 2026-04-16 03:56:24 +00:00
admin: health rollup — gateway, ml/serving, DB, event bus, MLflow, Grafana status
alvis closed issue alvis/oO#63 2026-04-16 03:56:23 +00:00
admin: event stream viewer — live tail of signals.* events