@miller-tech/uap 1.17.1 → 1.17.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/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -70,7 +70,7 @@ uap setup -p all
|
|
|
70
70
|
| Models | 10 modules | Multi-model routing, planning, execution, validation, 13 model profiles |
|
|
71
71
|
| Patterns | 23 patterns | Battle-tested workflows from Terminal-Bench 2.0 |
|
|
72
72
|
| Droids | 8 experts | Specialized agents for security, performance, docs, testing |
|
|
73
|
-
| Skills |
|
|
73
|
+
| Skills | 33 skills | Reusable domain expertise (chess, polyglot, compression, etc.) |
|
|
74
74
|
| Tasks | 7 modules | Full task lifecycle with dependencies, claims, JSONL sync |
|
|
75
75
|
| Worktrees | 1 module | Isolated git branches per agent, auto-numbered |
|
|
76
76
|
| Hooks | 2 hooks | Session start (memory injection) and pre-compact (preservation) |
|
|
@@ -364,13 +364,13 @@ Battle-tested patterns from Terminal-Bench 2.0, stored in `.factory/patterns/`.
|
|
|
364
364
|
| Sysadmin Expert | System administration |
|
|
365
365
|
| Terminal-Bench Optimizer | Benchmark optimization |
|
|
366
366
|
|
|
367
|
-
### Skills (
|
|
367
|
+
### Skills (33)
|
|
368
368
|
|
|
369
369
|
**Project Skills** (5): codebase-navigator, memory-management, near-miss-iteration, terminal-bench, worktree-workflow
|
|
370
370
|
|
|
371
371
|
**Claude Skills** (5): hooks-session-start, hooks-pre-compact, scripts-tool-router, scripts-preload-memory, session-context-preservation-droid
|
|
372
372
|
|
|
373
|
-
**Factory Skills** (
|
|
373
|
+
**Factory Skills** (23): adversarial, balls-mode, batch-review, chess-engine, cli-design-expert, codebase-navigator, compression, git-forensics, near-miss, polyglot, service-config, terminal-bench-strategies, typescript-node-expert, unreal-engine-developer, tuistory, agent-browser, figma-mcp-promotion, infra-worker, uap-coordination, uap-patterns, uap-tasks, uap-worktree
|
|
374
374
|
|
|
375
375
|
---
|
|
376
376
|
|
|
@@ -446,7 +446,7 @@ uap hooks install omp # Oh-My-Pi
|
|
|
446
446
|
| `uap update` | Update all components |
|
|
447
447
|
| `uap analyze` | Analyze project structure |
|
|
448
448
|
| `uap compliance check` | Verify UAP compliance |
|
|
449
|
-
| `uap dashboard` | Rich terminal dashboard (
|
|
449
|
+
| `uap dashboard` | Rich terminal dashboard (11 views) |
|
|
450
450
|
| `uap memory <action>` | Memory management (9 subcommands) |
|
|
451
451
|
| `uap patterns <action>` | Pattern RAG management (4 subcommands) |
|
|
452
452
|
| `uap worktree <action>` | Git worktree management (5 subcommands) |
|