@miller-tech/uap 1.16.0 → 1.17.0

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 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -13,16 +13,7 @@
13
13
 
14
14
  ---
15
15
 
16
- ## 📊 Recent Analysis & Optimizations (2026-03-20)
17
-
18
- A comprehensive deep analysis of the UAP codebase has been completed. See the analysis documentation:
19
-
20
- | Document | Description |
21
- |----------|-------------|
22
- | **[FINAL_SUMMARY.md](./FINAL_SUMMARY.md)** | TL;DR and key findings |
23
- | **[ANALYSIS_INDEX.md](./ANALYSIS_INDEX.md)** | Complete navigation guide |
24
- | **[DEEP_ANALYSIS_REPORT.md](./DEEP_ANALYSIS_REPORT.md)** | Full technical analysis |
25
- | **[OPTIMIZATION_ROADMAP.md](./OPTIMIZATION_ROADMAP.md)** | Implementation timeline |
16
+ ## Recent Updates
26
17
 
27
18
  **New Feature:** `uap worktree prune` - Automatically clean up stale worktrees!
28
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miller-tech/uap",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Autonomous AI agent memory system with CLAUDE.md protocol enforcement",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",