Merged
Conversation
…nostic
Thread agent_runtime into prompt vars and add computed template variables:
- {skill_section}: runtime × language → Claude skill invocation / Codex guidance / CLAUDE.md fallback
- {verification_section}: test_commands from pipeline YAML or generic CLAUDE.md fallback
- {reviewer_skill_section}: now runtime-aware (Claude → /code-review, others → inline checklist)
- {commit_format_hint}: references repo CLAUDE.md instead of hardcoded format
Update engineer.md to use template vars instead of hardcoded /rust + cargo commands.
Add language + test_commands to all 3 pipeline YAMLs (default, honeyjourney, economy).
Inject agent_runtime in poll.rs and task_builder.rs prompt builders.
13 new tests covering all runtime × language combinations + integration tests.
Contributor
Author
Code reviewFound 1 issue:
werma/engine/src/pipeline/prompt.rs Lines 110 to 117 in eb438ba Root config that triggers it: werma/engine/pipelines/honeyjourney.yaml Lines 6 to 9 in eb438ba Fix: add a runtime guard in 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Pipeline engineer task
20260407-039.Linear: RIG-401