Skip to content

Replace broken PlutoLang/Pluto example with ggml-org/llama.cpp#159

Open
dgenio wants to merge 1 commit intoagentsmd:mainfrom
dgenio:fix/replace-broken-pluto-link
Open

Replace broken PlutoLang/Pluto example with ggml-org/llama.cpp#159
dgenio wants to merge 1 commit intoagentsmd:mainfrom
dgenio:fix/replace-broken-pluto-link

Conversation

@dgenio
Copy link

@dgenio dgenio commented Mar 2, 2026

What changed

Why

PlutoLang/Pluto removed their AGENTS.md file (renamed to CONTRIBUTING.md in PlutoLang/Pluto#1387), causing the example tile on the website to link to a 404.

The issue (#93) asks to replace with a C++ repo that still uses AGENTS.md. ggml-org/llama.cpp is an ideal replacement:

  • 96k+ stars, actively maintained
  • Primary language is C/C++
  • Has a well-written AGENTS.md at root

How verified

  • TypeScript: zero type errors (verified via IDE)
  • Lint: zero errors
  • Verified ggml-org/llama.cpp has AGENTS.md at root via GitHub API
  • Verified the link https://github.com/ggml-org/llama.cpp/blob/-/AGENTS.md resolves correctly

Tradeoffs / risks

  • ggml-org/llama.cpp could remove their AGENTS.md in the future (same risk any featured example has)

Scope notes

  • Changes strictly limited to replacing the broken link
  • No additional refactors or changes

Related

PlutoLang/Pluto removed their AGENTS.md (renamed to CONTRIBUTING.md),
causing a 404 when clicking the example tile on the website.

Replace with ggml-org/llama.cpp, a popular C/C++ project (96k+ stars)
that has an active AGENTS.md file.

Fixes agentsmd#93
@vercel
Copy link

vercel bot commented Mar 2, 2026

@dgenio is attempting to deploy a commit to the openai Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AGENTS.md marketing link to Pluto is broken

1 participant