Skip to content

Commit 779ea50

Browse files
Document architecture guard test suites
Co-authored-by: Shri Sukhani <shrisukhani@users.noreply.github.com>
1 parent ebaad79 commit 779ea50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ This runs lint, format checks, compile checks, tests, and package build.
6767
- Add tests for any bug fix or behavior change.
6868
- Keep sync/async behavior in parity where applicable.
6969
- Prefer deterministic unit tests over network-dependent tests.
70+
- Preserve architectural guardrails with focused tests. Current guard suites include:
71+
- `tests/test_manager_model_dump_usage.py` (manager serialization centralization),
72+
- `tests/test_mapping_reader_usage.py` (shared mapping-read parser usage),
73+
- `tests/test_tool_mapping_reader_usage.py` (tools mapping-helper usage).
7074

7175
## Code quality conventions
7276

0 commit comments

Comments
 (0)