@scotthuang/agent-knock-knock 0.2.32 → 0.2.33

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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.33 - 2026-07-09
4
+
5
+ ### Fixed
6
+
7
+ - Include the README architecture diagram asset in the published npm package so relative image links resolve on package readme surfaces.
8
+
3
9
  ## 0.2.32 - 2026-07-09
4
10
 
5
11
  ### Fixed
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scotthuang/agent-knock-knock",
3
- "version": "0.2.32",
3
+ "version": "0.2.33",
4
4
  "description": "OpenClaw plugin bridge for delegating work to local coding agents through ACPX.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -35,6 +35,7 @@
35
35
  "files": [
36
36
  "dist/src",
37
37
  "templates",
38
+ "docs/assets/architecture.png",
38
39
  "openclaw.plugin.json",
39
40
  "README.md",
40
41
  "LICENSE",