@olegkoval/agent-skills 1.38.2 → 1.38.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.
@@ -23,7 +23,8 @@ description: >
23
23
  form.
24
24
  license: MIT
25
25
  allowed-tools: Bash, Read, Write, Edit, Agent, Workflow, AskUserQuestion, Artifact
26
- compatibility: Claude Code only. Requires the Workflow tool (multi-agent orchestration)
26
+ compatibility: >
27
+ Claude Code only. Requires the Workflow tool (multi-agent orchestration)
27
28
  and the Artifact tool (living review page): other Agent Skills-compatible tools
28
29
  without an equivalent to Workflow cannot run the review/verify/critic pipeline this
29
30
  skill depends on. Requires git and gh (GitHub CLI) authenticated.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@olegkoval/agent-skills",
3
- "version": "1.38.2",
3
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },
@@ -23,7 +23,8 @@ description: >
23
23
  form.
24
24
  license: MIT
25
25
  allowed-tools: Bash, Read, Write, Edit, Agent, Workflow, AskUserQuestion, Artifact
26
- compatibility: Claude Code only. Requires the Workflow tool (multi-agent orchestration)
26
+ compatibility: >
27
+ Claude Code only. Requires the Workflow tool (multi-agent orchestration)
27
28
  and the Artifact tool (living review page): other Agent Skills-compatible tools
28
29
  without an equivalent to Workflow cannot run the review/verify/critic pipeline this
29
30
  skill depends on. Requires git and gh (GitHub CLI) authenticated.
@@ -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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.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.38.2",
4
+ "version": "1.38.3",
5
5
  "author": {
6
6
  "name": "Oleg Koval"
7
7
  },