docs: remove website-only llms index - #756
Merged
Merged
Conversation
forkwright
added a commit
that referenced
this pull request
Sep 1, 2026
## What `cargo update -p chacha20` → 0.10.2. chacha20 0.10.0 was yanked from crates.io and harmonia's `cargo audit` config denies yanked crates, so every PR's required `cargo audit` check currently reds (observed blocking #756, a docs-only change). Pre-existing on main (lockfile pin), surfaced by the advisory-DB refresh. ## Evidence - #756's cargo audit failure: `error: 1 denied warning found! / Crate: chacha20 / Version: 0.10.0 / Warning: yanked`. - Lockfile diff: chacha20 0.10.0 → 0.10.2 only (2 lines); latest Rust-1.89-compatible patch; no API change within the patch series. - cargo audit should flip green on this branch; #756 rebases onto it after merge. Co-authored-by: forkwright <cody@forkwright.com>
forkwright
force-pushed
the
docs/remove-llms-index
branch
from
September 1, 2026 18:32
cafbd32 to
0ad1b2a
Compare
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
Lands the operator's 2026-08-05 admin commit
2dc497a7("docs: remove website-only llms index"), which was found as an unlanded reflog orphan in the metis clone during the 2026-09-01 dangling-work sweep. Cherry-picked onto current main; the deletion applies cleanly (llms.txt unchanged since).Evidence
git cherry-pickonto origin/main applied with no conflicts; diff is exactlyllms.txtdeleted (26 lines).