Skip to content

chore: relicense to MIT#12

Merged
vreshch merged 1 commit into
masterfrom
chore/relicense-mit
Jul 6, 2026
Merged

chore: relicense to MIT#12
vreshch merged 1 commit into
masterfrom
chore/relicense-mit

Conversation

@vreshch

@vreshch vreshch commented Jul 6, 2026

Copy link
Copy Markdown
Member

What

Relicense @agentage/memory-core from UNLICENSED to MIT.

  • Add root LICENSE (standard MIT, "Copyright (c) 2026 Agentage Contributors").
  • package.json: "license": "UNLICENSED" -> "MIT".
  • package.json: version 0.1.0 -> 0.1.1 (see Publishing below).
  • package-lock.json: synced root version/license to match.
  • README: add a short License section pointing to LICENSE.

Why

Makes the package openly reusable and unblocks the MIT-licensed @agentage/cli, which depends on this package - a permissive dependency must itself be permissively licensed.

Publishing (after merge)

The publish workflow only runs on workflow_dispatch or a release-pattern commit to master, and it skips any version already on npm. 0.1.0 is already published, so this bump to 0.1.1 is required for the MIT build to actually publish. This chore: commit does not match the release pattern, so merging does not auto-publish - a maintainer triggers the release separately.

Verification

npm ci && npm run verify and npm run test:coverage both pass locally (49 tests, build green).

@vreshch vreshch marked this pull request as ready for review July 6, 2026 00:54
@vreshch vreshch merged commit 55aab76 into master Jul 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant