fix(#272): remove signing from convention discovery lists - #273
fix(#272): remove signing from convention discovery lists#273fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
The fix and code agents sometimes adopt target-repo signing conventions (e.g. git commit -s) because the convention discovery steps in both skills told agents to learn "signing" requirements. This conflicted with the later prohibition against Signed-off-by trailers, and the conflict resolved non-deterministically — causing repeated post-script blocks. Remove "signing" from the Determine/discover lists in both fix-review/SKILL.md and code-implementation/SKILL.md so the agent never picks up signing instructions from target repos. The existing NEVER prohibitions and post-script hard gates remain as defense-in-depth. Closes #272
|
This should be fixed over at fullsend-ai/agents. |
|
🤖 Finished Retro · ✅ Success · Started 6:11 AM UTC · Completed 6:23 AM UTC |
Retro: PR #273 — Remove signing from convention discovery listsOutcome: PR was erroneously closed without merging. The underlying fix (issue #272) is still needed and should be re-attempted. Timeline
Agent performance
What went wrongThe PR was closed by a human reviewer whose comment suggests repo-context confusion — the PR was already on Self-healing statusIssue #272 remains open and labeled Existing issue coverageNo novel proposals filed for these — the gaps are already tracked:
Proposals filed
|
Summary
fix-review/SKILL.mdandcode-implementation/SKILL.mdso agents no longer pick up target-repo signing conventions (e.g.git commit -s)git commit -s") that caused repeated post-script blocks on docs(adr): update repos-management plan to reflect all PRs merged fullsend#5273Changes
skills/fix-review/SKILL.mdline 200(message format, signing)→(message format)skills/code-implementation/SKILL.mdline 182signing requirements, message format→message formatTesting
NEVER use git commit -s) remain intact at lines 350 and 659 respectivelypost-triage-test.shis unrelated)Closes #272
Post-script verification
agent/272-remove-signing-discovery)6565264dd3ce65cbf5361202aadab0047b71f015..HEAD)