docs(readme): add compiled script cache to feature list

This commit is contained in:
2026-02-25 14:59:45 +08:00
parent e3886ff2ed
commit 923479b4cf
2 changed files with 2 additions and 0 deletions

View File

@@ -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`)