docpull 6.5.2__tar.gz → 6.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {docpull-6.5.2/src/docpull.egg-info → docpull-6.5.3}/PKG-INFO +1 -1
- {docpull-6.5.2 → docpull-6.5.3}/pyproject.toml +1 -1
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/__init__.py +1 -1
- {docpull-6.5.2 → docpull-6.5.3/src/docpull.egg-info}/PKG-INFO +1 -1
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_ci_policy.py +9 -1
- {docpull-6.5.2 → docpull-6.5.3}/LICENSE +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/README.md +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/setup.cfg +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/__main__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/accounting.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/acquisition_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/agent_publish.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/auth_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/basis.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/benchmark.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/cache/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/cache/frontier.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/cache/manager.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/cache/streaming_dedup.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/change_events.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_aliases.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_ci.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/_legacy_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/brand.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/common.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/dataset.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/feed.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/openapi.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/package.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/paper.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/policy_pack.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/product.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/relationship.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/repo.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/schema_extract.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/search.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/standards.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/styleguide.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/transcript.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/typed.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/typed_models.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/visuals.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/website.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/wiki.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/context_packs/workflow_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/contracts.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/contracts_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/article_cleanup.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/chunking.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/ensemble.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/extractor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/filings.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/markdown.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/protocols.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/special_cases.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/conversion/trafilatura_extractor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/core/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/core/fetcher.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/_fetch.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/composite.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/contracts.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/crawler.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/filters.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/link_extractors/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/link_extractors/enhanced.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/link_extractors/protocols.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/link_extractors/static.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/protocols.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery/sitemap.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/discovery_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/doctor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/document_parse.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/document_worker.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/eval_grade.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/evidence.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/evidence_pack.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/export_formats.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/exports.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/fixtures/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/fixtures/parallel-search-extract.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/free_core.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/free_core_smoke.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/graph.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/hosted.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/http/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/http/client.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/http/protocols.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/http/rate_limiter.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/integrations/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/integrations/_records.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/integrations/langchain.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/integrations/llamaindex.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/judge.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/llm_client.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/local_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/mcp/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/mcp/server.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/mcp/sources.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/mcp/tools.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/metadata_extractor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/config.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/document.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/events.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/profiles.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/run.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/models/schema.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/monitor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/native_integrations.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/output_contract.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pack_reader.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pack_tools.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/parallel_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/parity.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/parity_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/passk.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/base.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/manifest.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/chunk.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/convert.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/dedup.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/fetch.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/metadata.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/render.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/save.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/save_json.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/save_ndjson.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/save_okf.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/save_sqlite.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/screen.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/pipeline/steps/validate.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/policy.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/policy_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/project.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provenance.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provider_adapters.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provider_capabilities.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provider_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provider_keys.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/provider_probes.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/py.typed +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/redaction.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/rendering.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/artifact-manifest.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/basis.v2.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/change-event.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/citation-map.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/document.v3.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/intelligence-bundle.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/pack.v3.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/provenance.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/relationship-pack.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/rights.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/run-identity.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/website-snapshot.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/workflow-request.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/schemas/workflow-result.v1.schema.json +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/scraper.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/__init__.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/download_policy.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/injection.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/optout.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/robots.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/security/url_validator.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/server.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/share.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/skill_export.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/source_scoring.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/surface.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/time_utils.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/warc.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull/workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull.egg-info/SOURCES.txt +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull.egg-info/dependency_links.txt +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull.egg-info/entry_points.txt +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull.egg-info/requires.txt +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/src/docpull.egg-info/top_level.txt +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_accounting.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_acquisition_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_archive_discovery.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_auth_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_basis.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_benchmark.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_cache_conditional_get.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_chunking.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_claim_audit_script.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_context_ci.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_context_packs.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_conversion.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_convert_step_new.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_discovery.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_discovery_contracts.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_doctor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_document_parse.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_document_record.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_evidence_pack.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_exports.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_extractor_ensemble.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_feed_pack.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_free_core.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_frontier_resume.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_graph.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_hosted.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_http_efficiency.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_import_efficiency.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_injection_screen.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_integration.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_integrations.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_judge.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_link_extractors.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_live_web_smoke.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_llm_extract.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_local_pack_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_local_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_mcp_server.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_mcp_tools.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_metadata_extractor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_monitor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_naming.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_native_integrations.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_openapi_pack.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_optional_extras_installed.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_optout.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_output_contract.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_outputs_e2e.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_pack_server.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_pack_tools.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_parallel_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_parity_workflows.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_passk.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_pipeline.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_policy.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_policy_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_project.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_provenance.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_provider_adapters.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_provider_cli.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_provider_keys.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_provider_probes.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_public_feature_smoke.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_qa_judge.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_rate_limiter.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_real_feature_smoke_script.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_real_site_regressions.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_relationship_workflow.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_release_a_plus_check_script.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_rendering.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_reproducible_release_build.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_save_ndjson.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_save_sqlite.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_security_hardening.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_share.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_source_scoring.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_special_cases.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_surface_contract.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_time_utils.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_token_metrics.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_trafilatura_extractor.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_typed_knowledge_packs.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_warc.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_website_snapshot.py +0 -0
- {docpull-6.5.2 → docpull-6.5.3}/tests/test_workflow_contracts.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docpull
|
|
3
|
-
Version: 6.5.
|
|
3
|
+
Version: 6.5.3
|
|
4
4
|
Summary: Declare, sync, diff, and lock context dependencies for AI agents
|
|
5
5
|
Author-email: Zachary Roth <support@raintree.technology>
|
|
6
6
|
Maintainer-email: Raintree Technology <support@raintree.technology>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "docpull"
|
|
7
|
-
version = "6.5.
|
|
7
|
+
version = "6.5.3"
|
|
8
8
|
dynamic = []
|
|
9
9
|
description = "Declare, sync, diff, and lock context dependencies for AI agents"
|
|
10
10
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: docpull
|
|
3
|
-
Version: 6.5.
|
|
3
|
+
Version: 6.5.3
|
|
4
4
|
Summary: Declare, sync, diff, and lock context dependencies for AI agents
|
|
5
5
|
Author-email: Zachary Roth <support@raintree.technology>
|
|
6
6
|
Maintainer-email: Raintree Technology <support@raintree.technology>
|
|
@@ -323,7 +323,15 @@ def test_plugin_launcher_reports_actionable_setup_when_docpull_is_missing() -> N
|
|
|
323
323
|
)
|
|
324
324
|
|
|
325
325
|
assert proc.returncode == 127
|
|
326
|
-
assert "pipx install 'docpull[mcp]==6.5.
|
|
326
|
+
assert "pipx install 'docpull[mcp]==6.5.3'" in proc.stderr
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
def test_codex_plugin_default_prompt_fits_host_limit() -> None:
|
|
330
|
+
manifest = json.loads(
|
|
331
|
+
(REPO_ROOT / "plugin" / ".codex-plugin" / "plugin.json").read_text(encoding="utf-8")
|
|
332
|
+
)
|
|
333
|
+
|
|
334
|
+
assert len(manifest["interface"]["defaultPrompt"]) <= 128
|
|
327
335
|
|
|
328
336
|
|
|
329
337
|
def test_mcp_registry_manifest_versions_match_project_version() -> None:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|