Skip to content

Self-healing UI: proactive issue detection and auto-fix queue #7

@michaeloboyle

Description

@michaeloboyle

Description

Implement proactive mode where the bridge continuously monitors the app and queues fixes without manual __claude.fix() invocation.

Requirements

  • MutationObserver watches for layout shifts (CLS > 0.1)
  • Console error listener auto-captures context on new errors
  • PerformanceObserver flags slow renders (>100ms paint)
  • Network failure listener queues API-side fix suggestions
  • Fix queue with approve/reject UI (could integrate with claude-remote dashboard)

Human Role

Review and approve a queue of fixes, not detect issues. Shifts from "detect + describe + fix" to "approve/reject".

Depends On

References

  • PKM ADR-0013 Benchmarks: Integration Mode 2 (Self-Healing UI)
  • PKM ADR-0007: Always-On Agent Fleet (approval lane graduation)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions