chore: periodic maintenance - update deps, docs, and add maintenance spec#15
Merged
chore: periodic maintenance - update deps, docs, and add maintenance spec#15
Conversation
…nce spec - Update major deps: thiserror 1→2, schemars 0.8→1, pyo3 0.22→0.28 - Update minor/patch deps via cargo update - Add doc examples to all key public types (FetchRequest, FetchResponse, Tool, ToolBuilder, FetcherRegistry, FetchError, html_to_markdown, etc.) - Add crate-level doc examples with quick-start code - Fix README code snippets (use builder pattern, correct method names, fix Python module import, fix response field types) - Remove obsolete clippy::useless_conversion allow (fixed in pyo3 0.28) - Fix pyo3 0.28 deprecation warnings (add from_py_object attribute) - Fix stale module doc comment (WebFetch → FetchKit in error.rs) - Add specs/maintenance.md defining periodic maintenance checklist - Update AGENTS.md to reference maintenance spec - Verified: specs/initial.md and specs/fetchers.md fully match code https://claude.ai/code/session_01Cd9tmq3DoJ5dVFHZvkBGR3
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.
What
Periodic maintenance run covering dependency updates, documentation improvements, and a new maintenance specification.
Why
Keep the repo healthy with current dependencies, accurate documentation, and a defined process for recurring maintenance.
How
Dependency Updates
from_py_objectattribute, removed obsolete clippy allow)cargo update(reqwest 0.13.2, clap 4.5.58, etc.)Documentation Improvements
FetchRequest,FetchResponse,Tool,ToolBuilder,FetcherRegistry,FetchError,html_to_markdown,html_to_text,fetch()lib.rsfetchkit-cliSpec-Code Alignment
specs/initial.mdandspecs/fetchers.mdfully match code (100% compliance)New Maintenance Spec
specs/maintenance.mddefines 7-section periodic checklist: dependency updates, docs quality, spec-code alignment, example verification, CI health, security/license, changelogAGENTS.mdto reference the new specRisk
Checklist
-D warnings)cargo fmt --check)https://claude.ai/code/session_01Cd9tmq3DoJ5dVFHZvkBGR3