Update from code changes: qwed-tax top-level exports and ABC guard rename - #245
Update from code changes: qwed-tax top-level exports and ABC guard rename#245mintlify[bot] wants to merge 1 commit into
Conversation
|
Skipping PR review because a bot author is detected. If you want to trigger CodeAnt AI, comment |
QWED Security Verification Report3 files scanned | 0 blocked | 0 warnings | 0 info | 0 suppressed | 3 verified Engines
Verified Files
Verified by QWED — deterministic security verification. No LLM used. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Greptile SummaryUpdates QWED Tax documentation to reflect the renamed state ABC guard and expanded top-level import surface.
Confidence Score: 5/5The documentation-only PR appears safe to merge with no concrete defects identified. The changed pages consistently distinguish the federal and state classification guards, and no stale state-guard references or internally contradictory examples remain.
|
| Filename | Overview |
|---|---|
| tax/guards.mdx | Renames and disambiguates the ABC Test guard while updating examples to use documented top-level exports. |
| tax/integration.mdx | Documents the expanded public import surface and migrates primary integration examples to top-level imports. |
| tax/overview.mdx | Separates federal and state classification guards in the coverage catalogue and Z3 integration list. |
Reviews (1): Last reviewed commit: "docs: document qwed-tax top-level export..." | Re-trigger Greptile
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Summary
Documents the new top-level
qwed_taxpublic import surface and the rename of the state-level ABC-Test classification guard toABCClassificationGuard.Changes
tax/integration.mdx— added a "Public imports" section listing entry points, diagnostics, and every guard now re-exported fromqwed_tax; switchedTaxPreFlight,TaxVerifier, andQWEDTaxMiddlewareexamples to the top-level import; added a note disambiguating the federalClassificationGuardfrom the stateABCClassificationGuard.tax/guards.mdx— renamed the state ABC-Test section heading toABCClassificationGuard, updated the code example to import and instantiateABCClassificationGuard, and switched the federalClassificationGuardexample to the top-level import.tax/overview.mdx— updated the guard-catalogue row and the Z3 integration list so the ABC Test guard is listed by its new name.Context
TaxPreFlight, diagnostics, and guards from__init__.pyClassificationGuardtoABCClassificationGuard