Skip to content

Fleet-Wide Cross-Repo Learning Synchronization Engine #388

@github-actions

Description

@github-actions

Strategic Improvement

Discovery system exists but no fleet-wide knowledge sharing. When one repo learns a failure pattern or successful fix, broadcast it to all fleet repos via a shared memory store. Enables multi-repo deployments to benefit from each other's learnings instantly. A repo that has never seen "ESM import error" learns the fix the moment any other fleet repo encounters and solves it.

Acceptance Criteria

  • Shared memory store at ~/.shipwright/fleet-memory/ with per-pattern files
  • When sw-memory.sh captures a pattern, broadcast to fleet-memory if in fleet mode
  • On pipeline start, load fleet-memory patterns in addition to local memory
  • Pattern deduplication: identical patterns from multiple repos merged with vote count
  • Pattern expiry: patterns with no successful applications in 30 days archived
  • Fleet-wide pattern dashboard showing top-10 learned patterns and adoption rate
  • Measure cross-repo pattern reuse rate (target: >20% of patterns used by 2+ repos)

Context

  • Priority: P2
  • Complexity: full
  • Generated by: Strategic Intelligence Agent
  • Strategy alignment: P2: Intelligence & Learning

Metadata

Metadata

Assignees

No one assigned

    Labels

    auto-patrolCreated by autonomous patrol agentsready-to-buildIssue is ready for autonomous pipeline processingstrategicCreated by strategic intelligence agent

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions