llms.txt

llms.txt is the core context file for AI assistants provided by Addfox. It is located in the .addfox/ directory at the project root and helps AI build a global understanding of the project at the beginning of the conversation.

1. Core Structure

The generated llms.txt contains the following standard sections:

Project Overview

Lists standard metadata such as name, description, version, and framework information.

Entry Points Index

Lists all identified extension entries (e.g., background, content, popup) and their absolute source file paths.

AI Context Files Guide

Introduces the purpose of other auxiliary files in the .addfox/ directory, including llms.txt itself, meta.md, and error.md.

Quick Decision Guide

Provides a scenario-based reference, telling AI which file to consult for situations like "first time seeing the project," "understanding structure," "build issues," or "runtime errors."

Framework Conventions

Explains core Addfox conventions, such as standard entry names and the meaning of entry configuration options (html, scriptInject, etc.).


Note: This file is automatically generated by the Addfox framework. It updates as project configurations change, so always guide AI to read the latest version.