Conversation
…S, and Assistance endpoints New API endpoints: - list_offices(), get_office() - Office hierarchy data - list_organizations(), get_organization() - Organization structure with shaping - list_otas(), get_ota() - Other Transaction Agreements - list_otidvs(), get_otidv() - Other Transaction IDVs - list_subawards() - Subaward data with shaping - list_naics() - NAICS code lookup - list_assistance() - Federal assistance awards Also includes: - New model schemas (Organization, OTA, OTIDV, Subaward) - Default shape configurations for new endpoints - Explicit schemas for response shaping - Integration tests with VCR cassettes - Production smoke tests for new endpoints - Updated API documentation and developer guides - New filter/shape conformance checking script - Search parameter support for list_agencies() Co-authored-by: Cursor <cursoragent@cursor.com>
Convert the commented-out `test_list_assistance` block into a real pytest test marked with a skip reason so the intent is visible in test output and code-quality checks no longer flag dead commented code. Co-authored-by: Cursor <cursoragent@cursor.com>
Clarify resource-to-method ownership, improve diagnostics for mapped/unmapped resources, and rename missing-endpoint output to unmapped-resources for clearer endpoint coverage reporting.
Promote the current unreleased SDK changes to 0.3.0 and align package metadata, runtime version, lockfile, and changelog for publishing. Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
RESOURCE_TO_METHODmap and use it for filter conformance checks instead of candidate inference.--list-missingto--list-unmappedwithunmapped_resourcesJSON.Why
Testing
uv run python scripts/check_filter_shape_conformance.py --manifest ../tango/contracts/filter_shape_contract.json