v0.0.4
🚀 Features
- PR template minor improvement - by @jd-solanki (58789)
- Generalize krutrimbox to Target Issues: standalone + parent discovery, merge-driven close, commit-footer Done Set - by @jd-solanki in #20 (6d244)
- Add claude support - by @jd-solanki (d5e81)
- Rewrite origin SSH remote to HTTPS so remote git operations can authenticate - by @jd-solanki (e0990)
- Support committed template overrides from Project Configuration - by @jd-solanki in #22 (aaad8)
- Derive commit subjects and PR title from issue titles - by @jd-solanki (f8de7)
- Support append-only Prompt Extensions for Sandboxed Agent prompts - by @jd-solanki (d1a79)
- Publish Target Issue Branch from the host so sandboxes use a read-only token - by @jd-solanki (527b4)
- Route Target Issues by assignee instead of a fixed author - by @jd-solanki (c41bf)
- factory:
- Mention use certain skills if available when implementing AFK issue - by @jd-solanki (96e1d)
- Use more skills if available when implementing AFK issue - by @jd-solanki (dfa65)
🐞 Bug Fixes
- Typo fix - by @jd-solanki (9cb34)
- Fix entrypoint to execute CLI via pnpm link & make it easily testable - by @jd-solanki (f0a4c)
- Use correct image for generating claude template - by @jd-solanki (345a9)
- On factory run error, gh comment has missing
--agentin suggested command - by @jd-solanki (116a5) - Scope Target Issue Sandbox name per repository so issue numbers don't collide across repos - by @jd-solanki (c85f2)
- Instruct agent to check if previous work is done by checking repo instead of GitHub issue state - by @jd-solanki (ffb7b)
- Cut Target Issue Branch from a clean origin base and add --base-branch flag - by @jd-solanki (b9ff6)
- Clamp Target Issue Sandbox name to Docker's 63-char hostname limit - by @jd-solanki (a681c)