Skip to content

chore(release): v0.1.2#4

Merged
CybotTM merged 1 commit into
mainfrom
chore/release-0.1.2
May 2, 2026
Merged

chore(release): v0.1.2#4
CybotTM merged 1 commit into
mainfrom
chore/release-0.1.2

Conversation

@CybotTM
Copy link
Copy Markdown
Member

@CybotTM CybotTM commented May 2, 2026

Summary

Patch release. The keyword-on-coordinator fix from #2 needs an actual published version to reach users, so this PR bumps package.json to 0.1.2 and cuts CHANGELOG.md.

What v0.1.2 fixes / adds (since v0.1.1 on npm)

  • fix(pkg): drop ai-agent-skill keyword from the coordinator's own package.json (was triggering a self-detection warning on every install)
  • chore: Dependabot for github-actions + Renovate for everything else
  • ci: idempotency check uses curl against the registry REST endpoint instead of npm view (which 404s under the runner's OIDC auth context)
  • security: default branch ruleset (required status checks, no force-push, no deletion, required linear history, required thread resolution, Copilot auto-review)
  • security: default workflow permissions changed from write to read
  • security: .npmrc added to .gitignore

Release flow

After merge, git tag -s v0.1.2 -m "v0.1.2" && git push origin v0.1.2. The release workflow publishes to npm via OIDC Trusted Publishing (configured by maintainer after v0.1.1) and creates the GitHub Release.

Patch release: ships the keyword-on-coordinator fix from #2 (the false
'SKILL.md not found' warning that fired against the coordinator
package itself when installed alongside any real skill package), plus
the dependabot/renovate setup, idempotency-probe correction, and the
ruleset/workflow-perms hardening that landed since v0.1.1.

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
Copilot AI review requested due to automatic review settings May 2, 2026 08:41
@CybotTM CybotTM merged commit 4444728 into main May 2, 2026
8 checks passed
@CybotTM CybotTM deleted the chore/release-0.1.2 branch May 2, 2026 08:42
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares the v0.1.2 patch release of @netresearch/agent-skill-coordinator by bumping the package version and recording the release notes.

Changes:

  • Bump package.json version from 0.1.1 to 0.1.2.
  • Add a 0.1.2 entry to CHANGELOG.md summarizing fixes and hardening since 0.1.1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
package.json Version bump to 0.1.2 for the release.
CHANGELOG.md Adds release notes for 0.1.2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread package.json
Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request bumps the version to 0.1.2 and updates the changelog to include bug fixes, new dependency management configurations, and security hardening measures. The feedback suggests renaming the Hardened section to Security to align with the Keep a Changelog standard and adding a missing version link reference at the end of the file.

Comment thread CHANGELOG.md
Comment thread CHANGELOG.md
CybotTM added a commit that referenced this pull request May 2, 2026
The lockfile root version remained at 0.1.0 after the v0.1.2 bump, so
`npm install` and lockfile-aware tooling reported a mismatched root
package version. `package-lock.json` is not included in the published
npm tarball (the `files` allowlist excludes it), so this only affects
the development checkout and CI installs — no v0.1.3 release needed.

Addresses review feedback on #4 from copilot-pull-request-reviewer.

Signed-off-by: Sebastian Mendel <sebastian.mendel@netresearch.de>
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.

2 participants