You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Summary
Hippo memory shows persistent retrieval of the deprecation from
needs.activation.outputs.text/title/bodytosteps.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_f9f5da94f955Why 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
.github/workflows/and related docs/tests forneeds.activation.outputs.text,.title, and.body.steps.sanitized.outputs.text/title/bodywhere appropriate.Warning
Firewall blocked 1 domain
The following domain was blocked by the firewall during workflow execution:
pi.devSee Network Configuration for more information.