@tylerl0706/ahpx 0.2.7 → 0.2.8

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -267,7 +267,7 @@ ahpx config show
267
267
 
268
268
  | Document | Description |
269
269
  |----------|-------------|
270
- | [PUBLISHING.md](PUBLISHING.md) | Publishing setup — OIDC trusted publishers, provenance, first-time config |
270
+ | [PUBLISHING.md](PUBLISHING.md) | Publishing setup — OIDC trusted publishers, auto-bump pipeline, first-time config |
271
271
  | [docs/quick-reference.md](docs/quick-reference.md) | One-page command cheat sheet |
272
272
  | [docs/user-guide.md](docs/user-guide.md) | Comprehensive user guide — CLI reference, SDK API, architecture |
273
273
  | [docs/roadmap.md](docs/roadmap.md) | v0.2 roadmap with phase details and acceptance criteria |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tylerl0706/ahpx",
3
- "version": "0.2.7",
3
+ "version": "0.2.8",
4
4
  "type": "module",
5
5
  "description": "Agent Host Protocol client — use as a library or CLI to manage AHP server connections, sessions, and agent interactions",
6
6
  "license": "MIT",