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 · ◷
Summary
The Hippo memory store continues to surface deprecated workflow output references as an active maintenance tail.
Memory:
mem_f7c45403b6e1,mem_f4f37acf5f61,mem_1daae554e017Rationale
The compiler still rewrites
needs.activation.outputs.text/title/bodytosteps.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
.github/workflows/, docs, examples, and scratchpad content forneeds.activation.outputs.text,needs.activation.outputs.title, andneeds.activation.outputs.body.steps.sanitized.outputs.text/title/bodywhere appropriate.make recompileand confirm there are no unexpected behavior changes.pkg/workflow/expression_extraction.goif any edge cases are uncovered.