From e1bee277dc4f888181aabd35635ec5b0028dddcc Mon Sep 17 00:00:00 2001 From: kane Date: Wed, 15 Jul 2026 09:56:26 -0500 Subject: [PATCH 1/2] update docs/rfcs/RFC-AI-0003.md --- docs/rfcs/RFC-AI-0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/RFC-AI-0003.md b/docs/rfcs/RFC-AI-0003.md index cd6d3fecd..a8b48983f 100644 --- a/docs/rfcs/RFC-AI-0003.md +++ b/docs/rfcs/RFC-AI-0003.md @@ -322,7 +322,7 @@ uv run --project /tools/privacy-llm/redactor pii-list `` is the standard placeholder convention — substitutes to the snapshot path inside an adopter, or to `.` standalone. The redactor reads no config file: it just does what the caller passes via `--field`. Per-project knobs are applied by the calling skill (see §7). -The implementation is **stdlib-only** by design — `argparse`, `hashlib`, `json`, `pathlib`, `tempfile`, `os`. No third-party runtime dependencies. The dev group adds `pytest`, `ruff`, `mypy` for lint and test. Test count: **48 unit tests**, all passing. +The implementation is **stdlib-only** by design — `argparse`, `hashlib`, `json`, `pathlib`, `tempfile`, `os`. No third-party runtime dependencies. The dev group adds `pytest`, `ruff`, `mypy` for lint and test. Test count: **53 unit tests**, all passing. ### 6.2 The checker sub-tool — `tools/privacy-llm/checker/` (PR #51) From 4c1c6cc64b1936f28ec8b7d7a3ea7ca33bf4f6d4 Mon Sep 17 00:00:00 2001 From: kane Date: Wed, 15 Jul 2026 22:48:09 -0500 Subject: [PATCH 2/2] update docs/rfcs/RFC-AI-0003.md --- docs/rfcs/RFC-AI-0003.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rfcs/RFC-AI-0003.md b/docs/rfcs/RFC-AI-0003.md index a8b48983f..f3f731aca 100644 --- a/docs/rfcs/RFC-AI-0003.md +++ b/docs/rfcs/RFC-AI-0003.md @@ -322,7 +322,7 @@ uv run --project /tools/privacy-llm/redactor pii-list `` is the standard placeholder convention — substitutes to the snapshot path inside an adopter, or to `.` standalone. The redactor reads no config file: it just does what the caller passes via `--field`. Per-project knobs are applied by the calling skill (see §7). -The implementation is **stdlib-only** by design — `argparse`, `hashlib`, `json`, `pathlib`, `tempfile`, `os`. No third-party runtime dependencies. The dev group adds `pytest`, `ruff`, `mypy` for lint and test. Test count: **53 unit tests**, all passing. +The implementation is **stdlib-only** by design — `argparse`, `hashlib`, `json`, `pathlib`, `tempfile`, `os`. No third-party runtime dependencies. The dev group adds `pytest`, `ruff`, `mypy` for lint and test. Tests all passing. ### 6.2 The checker sub-tool — `tools/privacy-llm/checker/` (PR #51)