Fix ruff format after rename#1
Merged
Merged
Conversation
valani9
added a commit
that referenced
this pull request
Jun 8, 2026
The uplift template introduced in v0.13.0 on Lencioni has now been applied uniformly across the ten highest-leverage patterns: #1 Lewin Formula (Lewin 1936; Kelley 1967; Cemri et al. 2025) #6 Yerkes-Dodson (Yerkes-Dodson 1908; Sweller; Liu et al. 2024) #14 Process Gain/Loss (Steiner 1972; Hill 1982; Diehl & Stroebe) #17 Lencioni (Lencioni 2002 + 2005; Edmondson 1999) #18 Trust Triangle (Frei & Morriss 2020) #20 Psych Safety (Edmondson 1999 + 2018) #26 Debate Pathology (Janis 1972; Stoner 1968; Hatfield et al. 1993) #27 Bias Stack (Kahneman/Tversky 1974, 1979, 2011; Staw 1976) #28 Devil's Advocate (Janis 1972; Schwenk 1990) #30 AAR Generator (Wharton; US Army TC 25-20; Edmondson 1999) Each pattern's prompts.py now ships: - explicit OUTPUT SCHEMA blocks with literal JSON shape - one-shot example demonstrating verbatim evidence + named anchoring - DO NOT rules covering invented quotes, vague interventions, and schema-violating labels - severity calibration anchors tied to score bands - canonical ordering rules for downstream parsers This release also includes the Lewin #1 uplift itself, plus the version bump + CHANGELOG entry consolidating the 9 follow-up commits shipped on top of v0.13.0. Wire format unchanged across all ten patterns. assemble_prompt semantics unchanged. Public template constant names + placeholder fields unchanged. All 2,181 tests pass (1 skipped: crewai adapter). The remaining 24 patterns will receive the same uplift in future releases.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reformat _logging.py after sed rename