mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-11 21:57:14 +03:00
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:
+6
-6
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user