@uzysjung/agent-harness 26.88.0 → 26.88.1
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.
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ Coding agents keep getting stronger out of the box — piling on skills and MCPs
|
|
|
10
10
|
|
|
11
11
|

|
|
12
12
|
|
|
13
|
-
> **What "vetted" means** — ≥ 1000 GitHub stars + active maintenance + a Docker install-verification run (49/
|
|
13
|
+
> **What "vetted" means** — ≥ 1000 GitHub stars + active maintenance + a Docker install-verification run (49/58 assets green today), re-checked monthly by a CI cron ([catalog-verify](docs/COMPATIBILITY.md), [trust-tier-drift](.github/workflows/)). It is **not** a line-by-line security audit or a prompt-injection scan of asset contents. npm/npx assets are version-pinned; **plugin/skill assets resolve to upstream HEAD (not commit-pinned yet)**. Treat installed assets like any third-party dependency — see [SECURITY.md](SECURITY.md).
|
|
14
14
|
|
|
15
15
|
🇰🇷 [한국어](./README.ko.md)
|
|
16
16
|
|
package/dist/index.js
CHANGED
|
@@ -699,7 +699,7 @@ var cac = (name = "") => new CAC(name);
|
|
|
699
699
|
// package.json
|
|
700
700
|
var package_default = {
|
|
701
701
|
name: "@uzysjung/agent-harness",
|
|
702
|
-
version: "26.88.
|
|
702
|
+
version: "26.88.1",
|
|
703
703
|
description: "Curate vetted AI-coding skills & plugins by your tech stack \u2014 install only what you need, across Claude Code, Codex, OpenCode & Antigravity",
|
|
704
704
|
type: "module",
|
|
705
705
|
publishConfig: {
|