Skip to content

[hippo] Migrate deprecated needs.activation.outputs text/title/body references #47220

Description

@github-actions

Summary

Hippo memory shows persistent retrieval of the deprecation from needs.activation.outputs.text/title/body to steps.sanitized.outputs.* in workflow markdown. The compiler still rewrites the old form, which keeps workflows working but also allows migration debt to accumulate quietly.

Memory: mem_f7c45403b6e1, mem_1daae554e017, sem_f9f5da94f955

Why this matters

This is a high-signal, recurring authoring pattern with a clear modern replacement. Cleaning up remaining references will reduce ambiguity for workflow authors and make future compiler simplification easier.

Next steps

  • Search .github/workflows/ and related docs/tests for needs.activation.outputs.text, .title, and .body.
  • Replace remaining author-facing references with steps.sanitized.outputs.text/title/body where appropriate.
  • Add or update tests to ensure transformed prompts use the modern form.
  • Consider whether the compiler should emit a stronger warning or follow-up validation for the deprecated syntax.

Warning

Firewall blocked 1 domain

The following domain was blocked by the firewall during workflow execution:

  • pi.dev

To allow these domains, add them to the network.allowed list in your workflow frontmatter:

network:
  allowed:
    - defaults
    - "pi.dev"

See Network Configuration for more information.

Generated by 🦛 Daily Hippo Learn · gpt54 29.3 AIC · ⌖ 10.8 AIC · ⊞ 5.4K ·

  • expires on Jul 24, 2026, 11:10 PM UTC-08:00

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions