-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Propose adding an llms.txt file to the Pomerium repository to explicitly allow Large Language Models (LLMs) to ingest and use Pomerium's public documentation content, while optionally limiting or clarifying other usage (such as excluding source code).
Background
As LLMs become more widely used, projects are starting to add llms.txt files to clarify what content can or cannot be used for AI model training. Adding this file helps ensure:
- Our documentation can be incorporated into LLMs to help more developers discover and learn about Pomerium.
Proposed Actions
- Add a root-level
llms.txtfile. - Clearly state that public documentation is approved for ingestion by LLMs.
- Link to relevant sections of our repo or website, such as
/docsor our main documentation portal.
References
- llms.txt specification draft (community effort to standardize)
- Example
llms.txt(Next.js project)
This issue tracks the initial addition of llms.txt. Future improvements could include pointing to it from the main repository README.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request