Skip to content

[hippo] Sweep workflow markdown and docs for deprecated needs.activation.outputs.text/title/body references #47743

Description

@github-actions

Summary

The Hippo memory store continues to surface deprecated workflow output references as an active maintenance tail.

Memory: mem_f7c45403b6e1, mem_f4f37acf5f61, mem_1daae554e017

Rationale

The compiler still rewrites needs.activation.outputs.text/title/body to steps.sanitized.outputs.*, but it emits a deprecation warning and new workflow authoring should use the modern form directly. A focused sweep is small, low risk, and should reduce warning noise while preventing new outdated examples from spreading.

Proposed Next Steps

  • Search .github/workflows/, docs, examples, and scratchpad content for needs.activation.outputs.text, needs.activation.outputs.title, and needs.activation.outputs.body.
  • Replace matching authoring examples with steps.sanitized.outputs.text/title/body where appropriate.
  • Recompile affected workflows with make recompile and confirm there are no unexpected behavior changes.
  • Add or update tests/examples around pkg/workflow/expression_extraction.go if any edge cases are uncovered.

Generated by 🦛 Daily Hippo Learn · gpt54 · 10.9 AIC · ⌖ 9.58 AIC · ⊞ 5.5K ·

  • expires on Jul 26, 2026, 11:09 PM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions