From a3b4ecf544578515f9f7b9499e33f0ad88f9be34 Mon Sep 17 00:00:00 2001 From: bkataru Date: Mon, 23 Mar 2026 01:37:56 +0100 Subject: [PATCH] docs: update test count to 331 after PR #10 merge CLI Phase 4.1 added 20 tests (init/run/skill/config commands). Updated README, site, and test counts. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 8 ++++---- docs/public/index.html | 4 ++-- docs/templates/index.html | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 34c6af8..b6e9dca 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

Thulp

- Execution context engineering for AI agents. Rust. 11 crates. 311 tests.
+ Execution context engineering for AI agents. Rust. 11 crates. 331 tests.
One interface for tool discovery, validation, execution, and multi-step workflows.

@@ -14,7 +14,7 @@ CI docs.rs 11 crates - 311 tests + 331 tests License

@@ -64,7 +64,7 @@ No runtime overhead. No framework lock-in. Pure Rust async. | **thulp-registry** | Async thread-safe tool registry with tagging | 8 | | **thulp-browser** | Web fetching, HTML parsing, optional CDP | 7 | | **thulp-guidance** | Template rendering, LLM guidance primitives | 6 | -| **thulp-cli** | CLI with JSON output and shell completions | 36 | +| **thulp-cli** | CLI with JSON output, shell completions, init/run/skill/config commands | 32 | ## Quick Start @@ -169,7 +169,7 @@ thulp/ ```bash cargo build --workspace # build all -cargo test --workspace # 311 tests +cargo test --workspace # 331 tests cargo clippy --workspace -- -D warnings # lint (currently clean) cargo bench -p thulp-core --bench tool_benchmarks # benchmarks ``` diff --git a/docs/public/index.html b/docs/public/index.html index 238b589..fd86b4a 100644 --- a/docs/public/index.html +++ b/docs/public/index.html @@ -42,7 +42,7 @@

Thulp

crates.io CI 11 crates - 311 tests + 331 tests MIT/Apache-2.0
$ cargo install thulp-cli
@@ -81,7 +81,7 @@

Workspace

thulp-registryAsync thread-safe tool registry with tagging8 thulp-browserWeb fetching, HTML parsing, optional CDP7 thulp-guidanceTemplate rendering, LLM guidance primitives6 - thulp-cliCLI with JSON output and shell completions36 + thulp-cliCLI with JSON output and shell completions32 diff --git a/docs/templates/index.html b/docs/templates/index.html index 8e33be0..ddf2db2 100644 --- a/docs/templates/index.html +++ b/docs/templates/index.html @@ -42,7 +42,7 @@

Thulp

crates.io CI 11 crates - 311 tests + 331 tests MIT/Apache-2.0
$ cargo install thulp-cli
@@ -81,7 +81,7 @@

Workspace

thulp-registryAsync thread-safe tool registry with tagging8 thulp-browserWeb fetching, HTML parsing, optional CDP7 thulp-guidanceTemplate rendering, LLM guidance primitives6 - thulp-cliCLI with JSON output and shell completions36 + thulp-cliCLI with JSON output and shell completions32