adds skill for handling upstream changes and merging to local
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
John Lamb
2026-02-17 10:48:20 -06:00
parent 85f97affb5
commit e092c9e5ad
7 changed files with 272 additions and 632 deletions

View File

@@ -5,6 +5,16 @@ All notable changes to the compound-engineering plugin will be documented in thi
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.35.1] - 2026-02-17
### Added
- **`upstream-merge` skill** - Structured workflow for incorporating upstream git changes while preserving local fork intent. Integrates with file-todos system for triage tracking.
### Removed
- **`dspy-python` skill** - Deleted per triage decision (project uses LangChain/LangGraph, not DSPy)
## [2.35.0] - 2026-02-16
### Changed