docs: repo polish — release archive, Discussions, published benchmark - #19
Merged
Conversation
- docs/releases: add the missing v0.1.1, v0.1.2, v0.1.3, v0.1.5 notes (mirrored from the GitHub Releases page) so the archive is complete through the latest release. - README Contributing: point feedback/questions/ideas at GitHub Discussions (now enabled); keep Issues for reproducible bugs + concrete requests. - README Performance (new): publish the LangGraph tracer overhead benchmark (p99 ~0.3 ms, ~15x under the 5 ms budget) with a DB-free, reproducible command — backs the previously-unpublished sub-5ms p99 claim (ADR-004). Repo metadata updated out-of-band (not in this diff): homepage set to getprovidex.com; topics + mcp, eu-ai-act, soc2, agent-accountability, governance. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Summary
A batch of low-risk repo-polish fixes (docs + metadata). No source/behavior changes.
In this PR (docs)
docs/releases/archive completed — added the missingv0.1.1,v0.1.2,v0.1.3,v0.1.5notes, mirrored from the Releases page. The folder previously had onlyv0.1.0andv0.1.4.## Performance) — backs the previously-unpublished sub-5 ms p99 claim (ADR-004) with a measured table (p99 ~0.3 ms, ~15× under the 5 ms budget) and a DB-free reproduce command:ROOTSIGN_SKIP_DB_BOOTSTRAP=1 python -m pytest \ tests/performance/test_langgraph_benchmarks.py -m benchmark -sDone out-of-band (repo settings, not in this diff)
https://getprovidex.com(was empty). Easy to repoint to a product/PyPI URL if preferred.mcp,eu-ai-act,soc2,agent-accountability,governance(16 total).Not addressed here — needs your input
v0.1.3— the only0.1.3references are a test docstring and theexamples/dependency floor (rootsign[langgraph]>=0.1.3). So the banner you're seeing is almost certainly on the external site (getprovidex.com) or the GitHub social-preview image, neither of which lives in this repo. Point me at where it renders and I'll help, or update it on that surface directly.🤖 Generated with Claude Code