PageIndex/pageindex
mountain 9f01ba41ac Merge upstream/main into dev; port hardening into index/
main's changes landed on the top-level pageindex/page_index.py and
page_index_md.py, which are deprecation shims on dev (the pipeline now
lives in pageindex/index/). Resolving the conflict by keeping the shims
would silently drop main's work, so port it into index/ instead:

- page_index.py: prompt-injection hardening (_SYSTEM_HARDENING,
  _secure_doc_text and the redact/wrap helpers) applied to every prompt
  builder, plus physical_index validation (_validate_physical_indices,
  _validate_chunk_physical_indices) wired into toc_index_extractor,
  process_no_toc and process_toc_no_page_numbers, and TOC-identity
  validation (reject reordered/modified/count-mismatched LLM output).
  Combined with dev's existing robustness edits in the same functions.
- page_index_md.py: recognize whole-line **bold** as a level-1 heading,
  skip empty bold headings, use the stored node level.
- tests: retarget the ported tests at pageindex.index.* instead of the
  shim (underscore helpers aren't re-exported by the shim's `import *`,
  and patching the shim wouldn't intercept the real pipeline calls).

311 passed, 2 skipped.
2026-07-17 18:11:14 +08:00
..
backend fix: enforce collection membership on cloud query doc_ids 2026-07-16 14:40:19 +08:00
index Merge upstream/main into dev; port hardening into index/ 2026-07-17 18:11:14 +08:00
parser fix: empty-list scope, get_tree bool casing, md fence tracking; dedupe base URL 2026-07-10 11:17:20 +08:00
storage fix: resolve concurrency and DoS pitfalls from PR #272 review 2026-07-10 14:49:55 +08:00
__init__.py fix: address xhigh review findings for PR #272 2026-07-16 01:31:57 +08:00
agent.py fix: enforce collection membership on cloud query doc_ids 2026-07-16 14:40:19 +08:00
client.py fix: default SDK retrieve_model to gpt-5.4 instead of following model 2026-07-16 16:09:07 +08:00
cloud_api.py fix: address xhigh review findings for PR #272 2026-07-16 01:31:57 +08:00
collection.py fix: enforce collection membership on cloud doc-scoped operations 2026-07-16 06:20:24 +08:00
config.py fix: default SDK retrieve_model to gpt-5.4 instead of following model 2026-07-16 16:09:07 +08:00
config.yaml fix: default SDK retrieve_model to gpt-5.4 instead of following model 2026-07-16 16:09:07 +08:00
errors.py fix: address max-effort review findings 2026-07-13 18:49:09 +08:00
events.py fix: enforce collection membership on cloud query doc_ids 2026-07-16 14:40:19 +08:00
page_index.py Merge commit from fork 2026-07-17 13:57:21 +08:00
page_index_md.py fix(markdown): skip empty bold headings 2026-07-16 19:36:52 +08:00
retrieve.py fix: CMYK image drop, empty-doc crash, page_index shadowing, sqlite hardening, flaky tests 2026-07-09 11:58:59 +08:00
tokens.py refactor(sdk): typed returns, protocol contract, parser layering 2026-07-07 12:15:34 +08:00
types.py fix: CMYK image drop, empty-doc crash, page_index shadowing, sqlite hardening, flaky tests 2026-07-09 11:58:59 +08:00
utils.py fix: address xhigh review findings for PR #272 2026-07-16 01:31:57 +08:00