refactor: committer → agent role with proper branch/commit/PR workflow #9
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
Problem
Current committer is a hand-written script Role that does blind git add/commit/push. This causes:
Solution
Replace the script committer with an agent role (hermesAdapter + createRole). The agent can read thread history and produce proper git workflow.
Revised role responsibilities:
implement (cursor adapter):
done: truewhen code changes are readycommitter (hermes adapter, NEW):
fix/<number>-<slug>orfeat/<number>-<slug>publish (hermes adapter):
Fixes #N)Key change:
Also fix
小橘 🍊(NEKO Team)