From 3343e0ca6a2339854baf076a055595e50cb4a36a Mon Sep 17 00:00:00 2001 From: Erik Rekola Date: Sat, 18 Jul 2026 23:05:53 +0300 Subject: [PATCH] Add turva-llms-txt-validator to Integrations --- nbs/index.qmd | 1 + 1 file changed, 1 insertion(+) diff --git a/nbs/index.qmd b/nbs/index.qmd index 5fb1b62..d561bd3 100644 --- a/nbs/index.qmd +++ b/nbs/index.qmd @@ -131,6 +131,7 @@ Various tools and plugins are available to help integrate the llms.txt specifica - [Drupal LLM Support](https://www.drupal.org/project/llm_support) - A Drupal Recipe providing full support for the llms.txt proposal on any Drupal 10.3+ site - [`llms-txt-php`](https://github.com/raphaelstolt/llms-txt-php) - A library for writing and reading llms.txt Markdown files - [`VS Code PagePilot Extension`](https://dmux.github.io/pagepilot) - PagePilot is a VS Code Chat participant that automatically loads external context (documentation, APIs, README files) to provide enhanced responses. +- [`turva-llms-txt-validator`](https://github.com/erekola/llms-txt-validator) - CLI and Node module that validates a site's /llms.txt structure against the specification, reporting each check as pass, warn or fail, with JSON output for CI ## Next steps