refactor(solve-issue): align committer/publish prompts and conventions with agent workflow #11
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "refactor/9-committer-agent-workflow"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Aligns the solve-issue workflow prompts and CONVENTIONS.md with the actual Hermes agent-based committer/publish architecture described in issue #9. Adds
Fixes #Nto the publish prompt, guards against empty PRs in the committer prompt, and synchronises documentation.Why
Issue #9 identified that the committer role had been migrated to a Hermes agent (
createRole) but documentation and prompt details lagged behind — missingFixes #Nlinkage in publish, outdated Role Patterns table in CONVENTIONS.md, and no defaultBranch guard to prevent empty-diff PRs.Changes
workflows/solve-issue/roles/publish/prompt.ts— requireFixes #<number>line in the Ref sectionCONVENTIONS.md— update Role Implementation Patterns and Meta Convention tables to match actualcreateRole(hermesAdapter, …)usage and{ committed: boolean }/{ success: boolean }schemasworkflows/solve-issue/roles/committer/prompt.ts— add defaultBranch verification step before branching to prevent empty PRsworkflows/solve-issue/roles/implement/prompt.ts— strengthen git commit prohibition wordingRef
Fixes #9
#9
Pull request closed