docs: reconcile every user-facing surface with the source (17.0.0) - #146
Merged
Conversation
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
# Conflicts: # CHANGELOG.md
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.
Reconciles the user-facing documentation with the live Tablassert schemas, CLI, optional extras, workflows, and contributor tooling, while adding source-derived guards so the same drift fails tests instead of silently returning.
Documentation accuracy
source.urlto the list-valued form required byBaseSource.url, and brings the documentation links into parity with the published MkDocs navigation.distill, itsdatasets>=3.0.0requirement, preflight ordering, and the distinction between zero-dependencyagent --distillrecording anddistill-exportrequiring[distill].NodeEncoding.exclude_prefixesandexclude_regex, including exact prefix behavior, case-sensitive regex filtering, validation of empty patterns, post-resolution filtering, and qualifier inheritance.resolve(),fullmap_audit(), andresolve_many()documentation with their live signatures and behavior, including exclusion filters and theon_phasecallback labels. Separates the.tablassert/logdirectory from thetablassert.logfile.llms.txt's implementation and documentation index around the live Python modules, canonical Rust stub, Biolink vocabulary, Graph fields, six-command CLI, four workflows, and MkDocs navigation. Removes retired configuration labels and the nonexistent Docker workflow.smolagents,litellm, anddspy, and adds--distilland--task-modelto the compact flag reminder.examples/,.github/, andMakefilelayout entries.Unreleaseddocumentation section inCHANGELOG.mdwithout modifying existing release history.Drift guards
tests/test_docs_source_of_truth.py.inspect.signature, Cyclopts metadata,pyproject.toml, MkDocs YAML, workflow files, the Makefile, AST call sites, and filesystem listings.Design and scope
docs:commit per Ralph story rather than rewriting history into one commit. No reset, rebase, force-push, or other history mutation was performed.Follow-ups
src/tablassert/errors.pystill pointsDOCS_URLathttps://tablassert.readthedocs.io/errors/, although the project publishes athttps://skyeav.github.io/Tablassert/and has no corresponding errors page. Fixing this is a source decision outside this documentation-drift pass.TablassertErrorCodesvalues remain undocumented. An error-code reference should be added after theDOCS_URLdecision..pre-commit-config.yamlremains unchanged because automation configuration was explicitly out of scope for this docs-only pass.Testing
uv run ruff check .→ passed.uv run ruff format --check .→ 85 files already formatted.uv run pyright→ 0 errors, 0 warnings, 0 informations.uv run pytest→ 1297 passed, 43 skipped, 87% coverage.cargo fmt --check --manifest-path rust/Cargo.toml→ passed.cargo test --manifest-path rust/Cargo.toml→ 131 passed, 1 ignored.cargo clippy --manifest-path rust/Cargo.toml --all-targets -- -D warnings→ passed.uv run mkdocs build --strict→ passed.