police sweep 2026-05-25: docs sync#1
Merged
Merged
Conversation
…y gate
- api-reference/openapi.json: refresh snapshot (adds POST /models/{handle}/samples/synthesize,
SynthesizeRequest schema, SampleRecordOut.provenance field); sanitize internal-path leak
in SynthesizeRequest descriptions
- api-reference/mcp.mdx: add synthesize_samples to lifecycle table; extend polling note to
include synthesize_samples; add owner-only markers to list_samples/list_versions/get_version
rows; update tool-group preamble to reflect the new access model
- CLAUDE.md: add synthesize_samples to lifecycle group in MCP tools list; mark
list_samples/list_versions/get_version as owner-only
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Driven by monorepo commits 2e50fc1..HEAD. Four surface changes:
POST /models/{handle}/samples/synthesize,SynthesizeRequestschema,SampleRecordOut.provenancefield. Sanitized two internal-path leaks in the new schema descriptions before publishing (leak scan: clean).trainanddiscover_traits.list_samples,list_versions,get_versionwere silently changed from read-access to owner-only in this cycle (PR owner-gate authoring-artifact reads, U22-142). Updated the tool-group preamble and added "Owner-only." to those three rows.synthesize_samplesto the lifecycle group; marked the three owner-only reading tools.Verification
python .../police/leak_scan.py --root .→ clean (34 files, no leaks)python scripts/openapi_freshness.py→ structurally in syncMonorepo commit range: 2e50fc1..HEAD
Generated by Claude Code