• Joined on 2025-12-21
alvis pushed to main at alvis/oO 2026-05-06 06:56:22 +00:00
a75be0d832 docs: update CLAUDE.md with session learnings (#97, #113)
alvis pushed to main at alvis/oO 2026-05-06 06:55:01 +00:00
26fc67776f feat(agents): semantic task clustering + focus-area inferred preferred_areas (#97, #113)
336644a90a docs: update CLAUDE.md with rich per-agent inference completions (#112–#116)
1d9a395591 feat(agents): quiet window + peak hours + tz prefs for time-of-day agent (#112)
bc71dc203d feat(agents): adaptive lookback + weekly/daily cycle detection for recent-patterns (#116)
4cade4868b feat(agents): per-user baseline + stdev inference for momentum agent (#114)
Compare 6 commits »
alvis closed issue alvis/oO#113 2026-05-06 06:54:37 +00:00
agents/focus-area: auto-infer focus areas from task clustering
alvis closed issue alvis/oO#97 2026-05-06 06:54:36 +00:00
feat: embedding-based task clustering — nomic-embed-text for semantic dedup + pattern extraction
alvis closed issue alvis/oO#112 2026-05-06 06:15:34 +00:00
agents/time-of-day: auto-infer quiet hours, peak hours, timezone drift
alvis closed issue alvis/oO#116 2026-05-06 05:59:52 +00:00
agents/recent-patterns: adaptive lookback window + weekly cycle detection
alvis closed issue alvis/oO#114 2026-05-06 05:27:14 +00:00
agents/momentum: auto-infer per-user momentum baseline
alvis closed issue alvis/oO#115 2026-05-06 05:14:30 +00:00
agents/overdue-task: auto-infer per-user lateness tolerance
alvis pushed to main at alvis/oO 2026-05-05 11:50:43 +00:00
35257b7756 docs: mark ADR-0014 complete in CLAUDE.md
ed1705cb5d feat(db): drop users.consentGiven/consentAt (ADR-0014 step 8)
Compare 2 commits »
alvis pushed to main at alvis/oO 2026-05-05 11:21:14 +00:00
afb0e9b0cb feat(agents): per-agent inference — momentum, overdue-task, recent-patterns, focus-area (ADR-0014 step 7)
alvis pushed to main at alvis/oO 2026-05-05 11:14:30 +00:00
ad6747c242 feat(profile): /api/profile + eligibility filter + inference framework (ADR-0014 steps 4-6)
305eeae38b feat(agents): manifest plumbing + GET /agents/registry (ADR-0014 step 3)
5d43339616 feat(api): unified Profile schema + consent backfill (ADR-0014 step 1-2)
d454a0a8bf docs: ADR-0014 — unified Profile model + agent registry
Compare 4 commits »
alvis opened issue alvis/oO#113 2026-05-05 09:26:02 +00:00
agents/focus-area: auto-infer focus areas from task clustering
alvis opened issue alvis/oO#114 2026-05-05 09:26:02 +00:00
agents/momentum: auto-infer per-user momentum baseline
alvis opened issue alvis/oO#115 2026-05-05 09:26:02 +00:00
agents/overdue-task: auto-infer per-user lateness tolerance
alvis opened issue alvis/oO#116 2026-05-05 09:26:02 +00:00
agents/recent-patterns: adaptive lookback window + weekly cycle detection
alvis opened issue alvis/oO#112 2026-05-05 09:26:01 +00:00
agents/time-of-day: auto-infer quiet hours, peak hours, timezone drift
alvis opened issue alvis/oO#111 2026-05-05 09:24:29 +00:00
meta: shared context-inference framework for agents
alvis pushed to main at alvis/oO 2026-05-04 10:56:07 +00:00
41302d9f36 fix: repair Docker build — TS errors and missing docs in image
alvis pushed to main at alvis/oO 2026-05-04 10:45:38 +00:00
05f748159b chore: remove shadow policy machinery (ADR-0013 step 10)
alvis pushed to main at alvis/oO 2026-05-04 10:42:04 +00:00
8e9718e8ba chore(ml): remove bandit endpoints + helpers (ADR-0013 step 9)