lib-process:shared--fork-contribution-sync
fork-contribution-sync overview
Composable fork contribution maintenance component providing infrastructure for keeping a fork in sync with its upstream, detecting breaking changes, and generating migration checklists. Designed for projects that maintain long-lived forks or contribute patches upstream. The module exposes three surfaces: - `createForkSync(config)` — factory that builds task definitions for upstream sync, compatibility testing, API surface snapshotting, and migration diffing. - `executeForkSync(ctx, config)` — convenience wrapper that runs the full sync pipeline and returns a structured result with per-step outcomes. - Preset factories for common patterns: - `createUpstreamSyncCheck(config)` — rebase dry-run against upstream - `createCompatibilityTestSuite(config)` — interface conformance + build integrity - `createApiSurfaceSnapshot(config)` — baseline export snapshot + diff detection - `createMigrationHelper(config)` — AST-based breaking change checklist generation
Attributes
- sdk-fork
- fork-migration-analyzer
Outgoing edges
- domain:software-engineering·DomainSoftware Engineering
- topic:test-driven-development·TopicTest-Driven Development
- topic:code-review-best-practices·TopicCode Review Best Practices
- workflow:code-review·Workflow
- workflow:feature-development·Workflow
- workflow:release-management·Workflow
- role:backend-engineer·RoleBackend Engineer
- role:tech-lead·RoleTech Lead
- role:qa-engineer·RoleQA Engineer
- skill-area:code-review-practice·SkillAreaCode Review Practice
- skill-area:e2e-testing·SkillAreaEnd-to-End Testing