@miller-tech/uap 1.148.25 → 1.149.2

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/docs/INDEX.md CHANGED
@@ -108,3 +108,7 @@ Full map: **[The UAP Delivery Pipeline](guides/DELIVERY_PIPELINE.md)**.
108
108
  ## Contributing
109
109
 
110
110
  See [CONTRIBUTING.md](../CONTRIBUTING.md) for dev setup, the worktree workflow, completion gates, and PR conventions.
111
+
112
+ ## Attribution
113
+
114
+ See [ATTRIBUTION.md](ATTRIBUTION.md) for the research papers, community write-ups, and open-source projects whose ideas UAP implements — and the convention for crediting new inspirations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miller-tech/uap",
3
- "version": "1.148.25",
3
+ "version": "1.149.2",
4
4
  "description": "Autonomous AI agent memory system with CLAUDE.md protocol enforcement",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",