@olegkoval/agent-skills 1.35.1 → 1.35.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -9,8 +9,11 @@ The version source is `package.json`. Conventional commits on `main` and
9
9
  `beta` are evaluated by semantic-release, which updates the package version,
10
10
  changelog, Git tag, GitHub release, and npm publication. The generated Claude
11
11
  plugin manifests receive that same version during semantic-release's `prepare`
12
- phase, after the npm plugin calculates the next version and before the release
13
- commit is created.
12
+ phase from semantic-release's explicit `nextRelease.version`, before the
13
+ release commit is created. The release commit explicitly includes the generated
14
+ plugin manifests; otherwise semantic-release would generate the right files and
15
+ then omit them from the commit. This avoids depending on the order in which
16
+ release plugins update `package.json`.
14
17
 
15
18
  Do not add a version to an individual skill unless that skill becomes an
16
19
  independently distributed package with its own compatibility and release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olegkoval/agent-skills",
3
- "version": "1.35.1",
3
+ "version": "1.35.3",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-apple-kit",
3
3
  "description": "Build and ship Apple platform apps: macOS menubar apps, App Store submissions.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-creative",
3
3
  "description": "Creative and personal projects: photo galleries, music players, listings, wiki editing.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-garmin-kit",
3
3
  "description": "Build, test and publish Garmin Connect IQ watch faces.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-git-tools",
3
3
  "description": "Everyday git and GitHub CLI operations: conventional commits, branch hygiene.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-github-pr",
3
3
  "description": "Drive GitHub pull requests to merge-ready: review-bot loops, CI fixes, descriptions, dependency triage.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-obsidian",
3
3
  "description": "Keep an Obsidian vault in sync with work: PR sync, task rollover, morning routine.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-product",
3
3
  "description": "Take a product idea to a shippable build: MVP passes, full-stack scaffolds, launch plans.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-reflection",
3
3
  "description": "Look back and improve: self-critique, retrospectives, performance review, rapid learning.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-release",
3
3
  "description": "Ship a release: semantic-release setup, changelogs, store listing copy, release-day routine.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-skill-meta",
3
3
  "description": "Author and maintain agent skills and the AI toolchain itself.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "olko-web-ops",
3
3
  "description": "Operate a website: WAF rules, search console audits, analytics bootstrap, docs indexes.",
4
- "version": "1.35.1",
4
+ "version": "1.35.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -9,6 +9,7 @@ import { loadCatalog } from './scripts/lib/catalog.mjs'
9
9
  const root = process.cwd()
10
10
  const catalog = loadCatalog()
11
11
  const packageJson = JSON.parse(readFileSync(join(root, 'package.json'), 'utf8'))
12
+ const manifestVersion = process.env.RELEASE_VERSION || packageJson.version
12
13
  const MARKETPLACE = 'olko-agent-skills'
13
14
  const DESCRIPTION = 'Agent-agnostic skill catalog for Codex, Claude, Cursor, Grok, Copilot, Windsurf, Kiro, and other skill-aware tools.'
14
15
  const generatedHeader = '<!-- Generated by scripts/build-adapters.sh. Do not edit directly. -->'
@@ -48,7 +49,7 @@ for (const plugin of catalog.plugins) {
48
49
  writeJson(join(root, 'plugins', plugin.name, '.claude-plugin', 'plugin.json'), {
49
50
  name: plugin.name,
50
51
  description: plugin.description,
51
- version: packageJson.version,
52
+ version: manifestVersion,
52
53
  author: { name: 'Oleg Koval' },
53
54
  homepage: 'https://github.com/oleg-koval/agent-skills',
54
55
  repository: 'https://github.com/oleg-koval/agent-skills',
@@ -1,7 +1,10 @@
1
1
  const { execFileSync } = require('node:child_process')
2
2
 
3
3
  module.exports = {
4
- prepare() {
5
- execFileSync('npm', ['run', 'build'], { stdio: 'inherit' })
4
+ prepare(_pluginConfig, context) {
5
+ execFileSync('npm', ['run', 'build'], {
6
+ stdio: 'inherit',
7
+ env: { ...process.env, RELEASE_VERSION: context.nextRelease.version },
8
+ })
6
9
  },
7
10
  }