Our tests install SIGINT handlers using sigaction(), but that isn't
available on Windows / mingw, blocking use of the tests there. Use the
more portable signal() instead - it's good enough for our needs. Avoid
strsignal() for the same reason.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Introduce prepare-release for the deterministic parts of preparing a
release. Update AGENTS.md to use that, rather than using an LLM for
deterministic steps.
finalize-release now pushes the release commit and tag after signing, and
prepares a release announcement mail.
Assisted-by: Claude:claude-opus-4-6i
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Document the release workflow in AGENTS.md, splitting it into
agent-preparable draft steps and human-only finalization. Add
scripts/finalize-release which amends the version bump commit with
Signed-off-by, creates a signed tag, and optionally invokes kup-dtc
for upload. Remove the now-redundant dist and kup targets from the
Makefile.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Add AI coding assistant policy to CONTRIBUTING.md, modelled on the
Linux kernel's coding-assistants.rst. Covers DCO/Signed-off-by
restrictions, licensing requirements, and the Assisted-by attribution
format.
Add AGENTS.md with codebase guidance for AI coding assistants.
Assisted-by: Claude:claude-opus-4-6
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>