diff --git a/CHANGELOG.md b/CHANGELOG.md index 85f0b98..5b1df5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ Contributors add user-facing entries under `[Unreleased]` in the same PR. Mainta ## [Unreleased] +### Changed +- **Tests**: Moved `tests/test_mica_module.py` to `tests/skills/compliance/test_mica_module.py` so maintainer skill tests follow the `tests/skills//` layout; `tests/` root is framework-only (#86). + ### Fixed - **`finance/wallet_screening`**: Align examples and docs with `finance/wallet_screening` manifest tool name; fix `gemini_wallet_check.py` and `claude_wallet_check.py` to match tool name dynamically from manifest; correct `card.json` UI fields to match actual skill output schema; update `instructions.md`, provider snippets, Data Schema, and usage docs (#173). diff --git a/tests/test_mica_module.py b/tests/skills/compliance/test_mica_module.py similarity index 100% rename from tests/test_mica_module.py rename to tests/skills/compliance/test_mica_module.py