Skip to content

v0.2.3

Choose a tag to compare

@github-actions github-actions released this 22 Aug 02:26
· 32 commits to master since this release
83b726b

Changelog

  • 83b726b Merge pull request #17 from Laaaaksh/gnhf/get-writ-ready-for-p-e732ec
  • 7753cb8 gnhf 47: Fixed a critical-path bug where writ merge from a linked git worktree (the primary agent workflow) printed an "Auto-mergeable" verdict and then died on git's raw "'main' is already used by worktree" fatal, replacing it with a pre-flight guard that refuses with actionable detach-or-remove instructions, plus CI tests and README documentation.
  • a51ef6a Merge pull request #16 from Laaaaksh/dependabot/github_actions/goreleaser/goreleaser-action-7
  • 88ab9c0 Bump goreleaser/goreleaser-action from 6 to 7
  • 0459f49 Merge pull request #15 from Laaaaksh/gnhf/get-writ-ready-for-p-e732ec
  • 9e358da gnhf 45: Closed the last unaudited maintenance axis by adding .github/dependabot.yml (weekly gomod + github-actions version updates — the one Dependabot capability requiring a config file, never configured despite iteration 43's settings-side toggles), validating it against the official schemastore JSON Schema, documenting it in AGENTS.md, and re-verifying full release closure at HEAD.
  • 0e561fb Merge pull request #14 from Laaaaksh/gnhf/get-writ-ready-for-p-e732ec
  • f2ffeea gnhf 43: Closed the previously unaudited security-posture axis of the public release: enabled Dependabot vulnerability alerts, automated security fixes, and private vulnerability reporting on Laaaaksh/writ via the API (secret scanning and push protection were already on), and added the repo's first SECURITY.md with an accurate private-disclosure channel and writ-specific scope notes, after re-verifying fresh-state closure with a green -race suite and a clean fresh govulncheck.
  • b2ef73d Merge pull request #13 from Laaaaksh/gnhf/get-writ-ready-for-p-e732ec
  • 562cb65 gnhf 39: Fixed two public-release first-run defects — writ claiming "not inside a git repository" when git itself is missing from PATH, and the README's false "no runtime dependencies" claim (writ requires git + POSIX sh, ships for macOS/Linux only) — plus proved the last never-verified README claim (fish completion loading) natively on macOS and audited that no local-only files ever leaked into the public repo history.