mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-13 06:36:26 +03:00
Release: CLI 4.0.2 and engine 0.1.1
Ship signed skill-bundle verification, fix annotated-session checkpoint ordering, and pin all published engine platform packages. Validated with Rust, Node, browser, and provider-backed end-to-end tests. AI assistance: prepared and validated with Codex under Paul Bakaus direction.
This commit is contained in:
+6
-6
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "impeccable",
|
||||
"version": "4.0.1",
|
||||
"version": "4.0.2",
|
||||
"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.0",
|
||||
"@impeccable/cli-darwin-x64": "0.1.0",
|
||||
"@impeccable/cli-linux-x64": "0.1.0",
|
||||
"@impeccable/cli-linux-arm64": "0.1.0",
|
||||
"@impeccable/cli-windows-x64": "0.1.0"
|
||||
"@impeccable/cli-darwin-arm64": "0.1.1",
|
||||
"@impeccable/cli-darwin-x64": "0.1.1",
|
||||
"@impeccable/cli-linux-x64": "0.1.1",
|
||||
"@impeccable/cli-linux-arm64": "0.1.1",
|
||||
"@impeccable/cli-windows-x64": "0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@ai-sdk/anthropic": "^4.0.7",
|
||||
|
||||
Reference in New Issue
Block a user