Collected sources and patterns will appear here. Add from search or the patterns library.
The reusable building blocks distilled from the corpus. Each one is a mechanism stated as takes X → produces Y, with the real sources it was found in. These are the ingredients you compose into an Enhancement.
Showing 25–26 of 26 patterns
TraceContext -> List<LogLine>
Query log lines from a columnar database filtered by a specific TraceId and timestamp window.
Commit -> List<ReleaseTask>
Analyze Git history at a milestone commit to identify which monorepo sub-packages had semver version bumps, and skip release workflows for unchanged components.