From 923479b4cfbe046534d85193c3945e120f9ed841 Mon Sep 17 00:00:00 2001 From: slhafzjw Date: Wed, 25 Feb 2026 14:59:45 +0800 Subject: [PATCH] docs(readme): add compiled script cache to feature list --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bfbb16..83bb587 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ Language: - Dynamic script loading from `scripts/*.hub.kts` without restarting host - Root/Sub token authorization model - Metadata in script comments (`@desc`, `@timeout`, `@param`) +- Compiled script cache (reuses compiled artifacts when script file is unchanged) - Script CRUD + run + metadata APIs - Subtoken management APIs - Run concurrency limit (`--max-run-concurrency`) diff --git a/README.zh-CN.md b/README.zh-CN.md index 1036d16..71786f4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -10,6 +10,7 @@ - 从 `scripts/*.hub.kts` 动态加载脚本,无需重启 host - Root/Sub token 鉴权模型 - 脚本注释 metadata(`@desc`、`@timeout`、`@param`) +- 编译缓存(脚本文件未变化时复用已编译产物) - 脚本 CRUD + run + meta API - subtoken 管理 API - 运行并发限制(`--max-run-concurrency`)