Release: engine 0.1.3, CLI 4.0.4 and skill 4.2.2 (#752)

* Release: prepare engine 0.1.3, CLI 4.0.4 and skill 4.2.2

Ship the merged DeepSeek Harness, picker and launcher-refusal fixes. Intentionally refresh generated provider and plugin release metadata. Keep this branch off main until all engine binaries and npm platform packages exist; refresh bun.lock after publication. AI assistance: Codex, under maintainer direction.

* Release: lock published engine 0.1.3 packages

Refresh exact platform package resolutions after publication. All five npm binaries match the checksum-verified release assets. Addresses both lockfile review findings. AI assistance: Codex.
This commit is contained in:
Paul Bakaus
2026-09-06 15:43:17 -07:00
committed by GitHub
parent bdfc59ee30
commit f64da20b07
48 changed files with 77 additions and 77 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "impeccable",
"version": "4.0.3",
"version": "4.0.4",
"author": "Paul Bakaus",
"description": "Design skills, commands, and anti-pattern detection for AI coding agents",
"keywords": [
@@ -71,11 +71,11 @@
"check:engine-release": "node scripts/check-engine-release.mjs"
},
"optionalDependencies": {
"@impeccable/cli-darwin-arm64": "0.1.2",
"@impeccable/cli-darwin-x64": "0.1.2",
"@impeccable/cli-linux-x64": "0.1.2",
"@impeccable/cli-linux-arm64": "0.1.2",
"@impeccable/cli-windows-x64": "0.1.2"
"@impeccable/cli-darwin-arm64": "0.1.3",
"@impeccable/cli-darwin-x64": "0.1.3",
"@impeccable/cli-linux-x64": "0.1.3",
"@impeccable/cli-linux-arm64": "0.1.3",
"@impeccable/cli-windows-x64": "0.1.3"
},
"devDependencies": {
"@ai-sdk/anthropic": "^4.0.7",