Releases: wessamfathi/suhail
Releases · wessamfathi/suhail
Release list
v1.1.0
Switched to patch-isolated Part commits, fixed fail-closed verdicts, hardened gates. Resolves all findings from the plugin evaluation report:
- Per-Part commits rebuilt on exact patch isolation via new suhail-git
helper (temp-index snapshot/patch/commit plumbing, pristine-index
reconcile after each commit); no-commit diff_baseline mechanism removed - Verdict readers fail closed: non-enum values parse as null; orchestrator
defines the worst-of ordering explicitly - Trivial fast path excludes Parts with external-dependency/risk markers;
checkpoint scans the original Part body as a backstop - no-commit is INIT-only; continuations preserve state.auto_commit
- batch_first selects by numeric Part id; INIT validates duplicate ids and
dangling dependencies - /su-init detects linked git worktrees (.git pointer file)
- Docs lead with namespaced /suhail:* commands; minimum tested Claude Code
version declared; nested-subagent rationale updated - New tests: git-isolation suite (61 cases), fail-closed verdict cases,
unsorted-parts matrix cases
Initial release
What's Changed
- Public-release hardening for v1.0.0 by @wessamfathi in #1
New Contributors
- @wessamfathi made their first contribution in #1
Full Changelog: https://github.com/wessamfathi/suhail/commits/1.0.0