v5.0.437 docs follow-up: document AI-agent discovery + em-dash work, fix stale counts#29
Open
dylanroscover wants to merge 1 commit into
Open
v5.0.437 docs follow-up: document AI-agent discovery + em-dash work, fix stale counts#29dylanroscover wants to merge 1 commit into
dylanroscover wants to merge 1 commit into
Conversation
…/ASCII work, fix stale counts Post-release documentation fixes surfaced by a 4-dimension release audit of v5.0.437: - Changelog + GitHub release notes: document the AI-agent discovery surface (llms.txt / llms-full.txt, /for-ai page + for-ai.json/txt endpoints, schema.org JSON-LD) and the em-dash mojibake fix + ascii-punctuation rule -- both shipped in v5.0.437 but previously undocumented (like diff_tdn was). - docs/testing.md: 60/1,449 -> 61/1,469 (lagged the v5.0.437 bump). - README: "and 37 more" -> "and 42 more" (49 MCP tools minus the 7 shown). - test_git_status.py docstring: _gitRelPath -> _mapChangedToOps (stale after the async-fix refactor that replaced the helper). The published GitHub release v5.0.437 notes are already updated to match. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
odd-heart-e305 | 464f0df | Commit Preview URL Branch Preview URL |
Jun 08 2026, 12:53 AM |
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.
Post-release documentation follow-up for v5.0.437, from a 4-dimension release audit.
The v5.0.437 release shipped two substantive changes that were undocumented in the changelog/release notes -- the same class of gap that initially hit
diff_tdn:llms.txt/llms-full.txt, the/for-aipage +for-ai.json/for-ai.txtendpoints, schema.orgSoftwareApplicationJSON-LD (served at embody.tools)execute.py, repo-wide ASCII-punctuation normalization, new shipped.claude/rules/ascii-punctuation.mdBoth are now documented under the v5.0.437 changelog entry, and the published GitHub release notes are already updated to match.
Also fixes stale figures the audit caught:
docs/testing.md: 60/1,449 -> 61/1,469test_git_status.pydocstring:_gitRelPath->_mapChangedToOps(stale after the async-fix refactor)Known gaps the audit flagged (not addressed here)
test_git_status20/20,test_claude_config71/71).test_git_status.pycovers only the pure statics. Recommended as a focused follow-up (fake-ThreadManager pattern).🤖 Generated with Claude Code