Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 23 May 09:59
· 21 commits to main since this release

Maintainer GitHub username changed from sandy001-kki to
sandeepbollavaram; swept stale repository links and ownership
metadata.

Fixed

  • .github/CODEOWNERS@sandy001-kki no longer resolves after
    the rename (GitHub mention resolution doesn't follow username
    redirects). Updated to @sandeepbollavaram so review requests route
    correctly.
  • package.jsonhomepage, repository.url, bugs.url all
    swept. npm package page and IDE "view source" links resolve directly
    instead of through GitHub's redirect.

Changed

  • README.md — CI badge URL, latest-release badge URL, and the
    bug-report link in the Troubleshooting section all point at the new
    username.
  • CHANGELOG.md — every compare link (all prior version diffs) now
    points at the new namespace. Existing tags resolve identically; the
    URLs just no longer rely on GitHub's redirect.
  • PUBLISHING.md — install commands and the scoped-name fallback
    example updated.
  • .github/ISSUE_TEMPLATE/config.yml — the Discussions deflection
    link points at the new namespace.
  • docs/adr/0017-ci-and-repo-policy.md — CODEOWNERS reference in
    the ADR text updated to match the file.

Not changed

  • No MCP contract changes. No schema changes. No new tools. No
    behavioural changes.
    Pure docs / metadata.
  • No published kairo-mcp tarball semantics change — the
    consumer-facing dist/ is identical to v1.4.0. A republish to npm
    is optional (the README badges and install commands work either
    way; the metadata fields in package.json affect only the next
    npm view output).
  • The old sandy001-kki GitHub URLs keep working via GitHub's
    redirect as long as nobody claims the old username. This sweep is
    insurance against that day, not an emergency.

Notes

  • 205/205 tests pass.
  • Git history retains the old maintainer email — past commits are
    byte-identical, only the live URL metadata moved.