@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.
- package/README.md +1 -10
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,16 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
---
|
|
15
15
|
|
|
16
|
-
##
|
|
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
|
|