| name | github-sync-version-alignment-strategy |
| description | Sub-skill of github-sync: Version Alignment Strategy (+1). |
| version | 1.0.0 |
| category | development |
| type | reference |
| scripts_exempt | true |
Version Alignment Strategy (+1)
Version Alignment Strategy
const syncStrategy = {
nodeVersion: ">=20.0.0",
dependencies: {
"typescript": "^5.0.0",
"jest": "^29.0.0"
},
engines: {
aligned: true,
strategy: "highest_common"
}
};
Documentation Sync Pattern
const docSyncPattern = {
sourceOfTruth: "primary-repo/AGENTS.md",
targets: [
"secondary-repo/AGENTS.md",
"tertiary-repo/AGENTS.md"
],
customSections: {
"secondary-repo": "Package-Specific Configuration",
"tertiary-repo": "Local Customizations"
}
};