Summary
Workflow markdown examples and prompts should use steps.sanitized.outputs.text/title/body directly instead of the deprecated needs.activation.outputs.* form.
Memory: mem_f7c45403b6e1, mem_f4f37acf5f61, mem_1daae554e017
Rationale
Hippo repeatedly recalled the deprecation guidance around activation outputs. Cleaning up examples and source workflows will reduce warning noise, keep documentation current, and make new workflows match the compiler’s preferred form.
Next steps
- Search
.github/workflows/, docs, and examples for needs.activation.outputs.text, .title, and .body.
- Update eligible workflow markdown and docs to
steps.sanitized.outputs.*.
- Recompile any changed workflow markdown with
make recompile.
- Add or update tests/docs to demonstrate the preferred output references.
Generated by 🦛 Daily Hippo Learn · 23.9 AIC · ⌖ 21.3 AIC · ⊞ 5.4K · ◷
Summary
Workflow markdown examples and prompts should use
steps.sanitized.outputs.text/title/bodydirectly instead of the deprecatedneeds.activation.outputs.*form.Memory:
mem_f7c45403b6e1,mem_f4f37acf5f61,mem_1daae554e017Rationale
Hippo repeatedly recalled the deprecation guidance around activation outputs. Cleaning up examples and source workflows will reduce warning noise, keep documentation current, and make new workflows match the compiler’s preferred form.
Next steps
.github/workflows/, docs, and examples forneeds.activation.outputs.text,.title, and.body.steps.sanitized.outputs.*.make recompile.