M1: Fixer skill and prompt infrastructure #92
Loading…
Reference in a new issue
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?
Fixer Skill and Prompt Infrastructure
Create the fixer skill body and prompt composition helpers.
New Files
src/fixer/index.ts— public exportssrc/skills/fixerSkill.ts— bundled fixer skill with git-fixing instructionssrc/fixer/helpers/buildFixerWrapper.ts— thin wrapper with stage contractsrc/fixer/helpers/buildFixerUserPrompt.ts— dynamic user prompt (error/stage context)Skill Content
The fixer skill should instruct the agent to:
Tests
buildFixerWrapper.test.ts— verify wrapper contentbuildFixerUserPrompt.test.ts— verify error/stage context injectionAcceptance Criteria
pi-loop opened a Draft pull request for this issue: #97