Skip to content

Add llms.txt and llms-full.txt for AI coding assistants#7

Merged
umudhasanli merged 1 commit into
mainfrom
feat/llms-txt
Jul 24, 2026
Merged

Add llms.txt and llms-full.txt for AI coding assistants#7
umudhasanli merged 1 commit into
mainfrom
feat/llms-txt

Conversation

@GravityHaxx

Copy link
Copy Markdown
Collaborator

Adds llms.txt-standard files to the docs site so AI coding assistants pick up the current API instead of guessing from stale training data:

  • docs/llms.txt — index: what the library is, key generation facts (modes, transformSecret requirement, opt-in tags), links
  • docs/llms-full.txt — condensed but complete API reference: core API, options object, full detector inventory, vault/LLM/session/tool recipes, CLI, and 'rules of thumb for generated code' (e.g. scan omits values by default; core is browser-safe)
  • README: new Using with AI coding agents section with a copy-ready CLAUDE.md/.cursor/rules snippet
  • sitemap.xml lists both files

Everything in llms-full.txt was written against the 1.2.0 API surface (checked against the README API index and current exports).

Serve an llms.txt index and a condensed llms-full.txt API reference from
the docs site so coding agents that read documentation generate correct
flare-redact usage (current modes, transformSecret requirements, opt-in
tags) instead of guessing from stale training data. README gains a short
'Using with AI coding agents' section with a copy-ready project-rules
snippet.
@GravityHaxx
GravityHaxx requested a review from umudhasanli as a code owner July 24, 2026 07:54
@umudhasanli
umudhasanli merged commit 5fc73b4 into main Jul 24, 2026
5 checks passed
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.

2 participants