Skip to content

fix(workflow): update system prompt to follow conventional commit format#8

Merged
edenreich merged 4 commits intomainfrom
fix/issue-7
Nov 26, 2025
Merged

fix(workflow): update system prompt to follow conventional commit format#8
edenreich merged 4 commits intomainfrom
fix/issue-7

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

Summary

Resolves #7

This PR updates the system prompt in the infer workflow to follow conventional commit format instead of the previous format that created PR titles like "Fix #5: description".

Changes

  1. Added explicit conventional commit instructions with examples and format guidelines
  2. Updated commit message format from "fix: description of changes" to "fix(scope): description of changes"
  3. Updated PR title format from "Fix #${ISSUE_NUMBER}: brief description" to "fix(scope): brief description"

Acceptance Criteria

  • The system prompt of the agent is adjusted
  • It instructs the agent to follow conventional commit format

Testing

The changes have been tested by:

  • Creating a branch with conventional commit format: fix/issue-7
  • Committing with conventional commit message: fix(workflow): update system prompt to follow conventional commit format
  • Creating this PR with conventional commit title

Now when the infer agent creates PRs, they will follow the conventional commit format like fix(scope): description instead of Fix #5: description.

@edenreich edenreich merged commit efe0b62 into main Nov 26, 2025
@edenreich edenreich deleted the fix/issue-7 branch November 26, 2025 22:34
github-actions bot pushed a commit that referenced this pull request Nov 26, 2025
## [0.3.1](v0.3.0...v0.3.1) (2025-11-26)

### Bug Fixes

* Properly escape GitHub event data in bash scripts ([48e8df7](48e8df7))
* Refactor failed tool call detection to use JSON parsing ([#6](#6)) ([562cb64](562cb64)), closes [#5](#5)
* **workflow:** Update system prompt to follow conventional commit format ([#8](#8)) ([efe0b62](efe0b62))

### Documentation

* Update model provider in README ([90a236b](90a236b))

### Maintenance

* Update version ([4429ff2](4429ff2))
@github-actions
Copy link
Copy Markdown
Contributor Author

🎉 This PR is included in version 0.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Refactor the system prompt in the infer workflow [TASK] Refactor fix the infer workflow

1 participant