Skip to content

ci(deps): bump docker/metadata-action from 5 to 6#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/metadata-action-6
Open

ci(deps): bump docker/metadata-action from 5 to 6#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/docker/metadata-action-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown

Bumps docker/metadata-action from 5 to 6.

Release notes

Sourced from docker/metadata-action's releases.

v6.0.0

Full Changelog: docker/metadata-action@v5.10.0...v6.0.0

v5.10.0

Full Changelog: docker/metadata-action@v5.9.0...v5.10.0

v5.9.0

Full Changelog: docker/metadata-action@v5.8.0...v5.9.0

v5.8.0

Full Changelog: docker/metadata-action@v5.7.0...v5.8.0

v5.7.0

Full Changelog: docker/metadata-action@v5.6.1...v5.7.0

... (truncated)

Commits
  • 80c7e94 Merge pull request #613 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • 8e0ddab chore: update generated content
  • a8db14b chore(deps): Bump @​docker/actions-toolkit from 0.79.0 to 0.90.0
  • 63a7371 Merge pull request #617 from docker/dependabot/npm_and_yarn/csv-parse-6.2.0
  • c6916a6 chore: update generated content
  • aca9205 chore(deps): Bump csv-parse from 6.1.0 to 6.2.1
  • 9dcfe60 Merge pull request #629 from docker/dependabot/npm_and_yarn/handlebars-4.7.9
  • 43dea76 chore: update generated content
  • 7a56f5a chore(deps): Bump handlebars from 4.7.8 to 4.7.9
  • e49e0aa Merge pull request #658 from docker/dependabot/npm_and_yarn/brace-expansion-5...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](docker/metadata-action@v5...v6)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github May 25, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

valani9 added a commit that referenced this pull request Jun 8, 2026
Applies the uplift template (OUTPUT SCHEMA literals, one-shot example,
DO NOT rules, calibration anchors) to all six Trust Triangle prompts.

Trust-Triangle-specific additions:

- TRUST_SYSTEM_PROMPT now ships the Frei & Morriss 2020 central
  insight as a load-bearing posture rule: most agents wobble on
  EXACTLY ONE leg. Scoring all three legs the same flags as a
  diagnostic failure, not a tie.
- Per-leg wobble signatures spelled out in the system prompt so
  the model does not blend logic / authenticity / empathy.
- Four-band calibration table maps wobble_score directly onto the
  four-label wire format.
- LEG_SCORE_PROMPT one-shot demonstrates an authenticity wobble
  with verbatim quotes ("Yes, the API definitely returns 200..."
  + "I'm 100% sure...") and a Frei & Morriss 2020 anchor.
- Canonical leg order enforced (logic, authenticity, empathy) so
  downstream parsers do not have to reorder.
- Forensic prompts now specify the inversion rule on
  context_sensitivity_estimate (HIGHER = less wobble, opposite of
  hallucination and sycophancy estimates) so the LLM does not
  return values consistent with the wrong polarity.

Wire format unchanged. All 44 Trust Triangle tests + 84 diagnose
tests still pass.
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants