Skip to content

docs(context): add missing modules to zeph-context lib.rs module index#4637

Merged
bug-ops merged 1 commit into
mainfrom
4559-docs-context-tool-compress
May 29, 2026
Merged

docs(context): add missing modules to zeph-context lib.rs module index#4637
bug-ops merged 1 commit into
mainfrom
4559-docs-context-tool-compress

Conversation

@bug-ops
Copy link
Copy Markdown
Owner

@bug-ops bug-ops commented May 29, 2026

Summary

  • fidelity, tool_result_compress, and typed_page were declared as pub mod in lib.rs but omitted from the # Modules docstring section
  • Added 3 lines to bring the module index in sync with the actual public modules

Test plan

  • RUSTDOCFLAGS="--deny rustdoc::broken_intra_doc_links" cargo doc --no-deps -p zeph-context — passes, no broken intra-doc links
  • cargo nextest run -p zeph-context — 228/228 pass

Closes #4559

@github-actions github-actions Bot added rust Rust code changes documentation Improvements or additions to documentation size/XS Extra small PR (1-10 lines) labels May 29, 2026
@bug-ops bug-ops enabled auto-merge (squash) May 29, 2026 15:18
fidelity, tool_result_compress, and typed_page were declared as pub mod
but omitted from the # Modules docstring section.

Closes #4559
@bug-ops bug-ops force-pushed the 4559-docs-context-tool-compress branch from 50ada45 to aafb953 Compare May 29, 2026 15:22
@github-actions github-actions Bot added documentation Improvements or additions to documentation and removed documentation Improvements or additions to documentation labels May 29, 2026
@bug-ops bug-ops merged commit 0de3c5c into main May 29, 2026
32 checks passed
@bug-ops bug-ops deleted the 4559-docs-context-tool-compress branch May 29, 2026 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation rust Rust code changes size/XS Extra small PR (1-10 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(context): tool_result_compress module missing from zeph-context lib.rs module-level docstring

1 participant