claude-mpm 6.2.54 → 6.2.58
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 +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -304,13 +304,14 @@ claude-mpm oauth list
|
|
|
304
304
|
[→ Google Workspace Setup](docs/guides/oauth-setup.md) | [→ Notion Setup](docs/integrations/NOTION_SETUP.md) | [→ Confluence Setup](docs/integrations/CONFLUENCE_SETUP.md) | [→ Slack Setup](docs/integrations/SLACK_USER_PROXY_SETUP.md)
|
|
305
305
|
|
|
306
306
|
### ⚡ Performance & Security
|
|
307
|
+
- **ZTK Shell Output Compression** — 80–97% token reduction on shell commands (find, grep, ls, git, etc.) with automatic bundled binary
|
|
307
308
|
- **Near-Instant Startup** — syncs agents and skills once per day; subsequent launches skip all network checks and start in ~100ms
|
|
308
309
|
- **Simplified Architecture** with ~3,700 lines removed for better performance
|
|
309
310
|
- **Enhanced Security** with comprehensive input validation
|
|
310
311
|
- **Intelligent Caching** with hash-based invalidation and TTL-gated sync
|
|
311
312
|
- **Memory Management** with cleanup commands for large conversation histories
|
|
312
313
|
|
|
313
|
-
[→ Learn more: Architecture](docs/developer/ARCHITECTURE.md)
|
|
314
|
+
[→ Learn more: Architecture](docs/developer/ARCHITECTURE.md) | [→ ZTK Compression Guide](docs/features/ztk-compression.md)
|
|
314
315
|
|
|
315
316
|
### ⚙️ Automatic Migrations
|
|
316
317
|
- **Seamless Updates** with automatic configuration migration on first startup after update
|
package/package.json
CHANGED