Skip to content

Parallel Execution Threads (2026-04-06)

  1. Auth Repair (P0) — GitHub OAuth, Telegram callback/session, admin password flow.
  2. Status Reliability (P0)/api/status correctness and resilience.
  3. Docs/Design IA Separation (P1) — eliminate overlap and establish ownership boundaries.
  • Validate env requirements for GitHub and Telegram auth.
  • Test /api/auth/[...nextauth], /api/auth/telegram/callback, /api/auth/login.
  • Publish pass/fail matrix with root cause by provider.
  • Audit /api/status dependency checks and timeout behavior.
  • Differentiate degraded dependency from full endpoint failure.
  • Add coverage for edge cases (missing env, upstream timeout).
  • Separate docs vs design ownership in nav and index pages.
  • Add canonical relationship pages and cross-links.
  • Remove duplicate UI design ownership from docs site.
  • Production runtime logs unavailable in repository context.
  • Environment secrets required for end-to-end auth validation are not available locally.
  • Historic documentation mixes planned and deployed status claims.