If you use AI coding agents, this page is for you.
Luthor publishes two docs artifacts specifically for agent context:
/llms.txt: lightweight index and structured docs map./llms-full.txt: full markdown corpus from all docs pages./llms.txt when your agent already has repository access and you only need quick docs discovery./llms-full.txt when you want the agent to answer package questions directly from one file.llms-full.txt into your AI agent context.ExtensiveEditor setup with custom headingOptions and disabled image."createEditorSystem and a minimal toolbar."I loaded Luthor docs in context. Summarize the exact props, defaults, and feature flags needed for this use case:
<your use case>
Then give me a short implementation plan.Use only documented Luthor APIs from context.
Implement <your task> in my codebase.
Do not invent props or commands.
After changes, list every prop/method you used and why.Refactor this editor setup to <target behavior> while preserving output compatibility (JSON/Markdown/HTML).
Show before/after behavior for mode switching and feature flags.toggleBold, insertTable, setSlashCommands, and so on).initialMode, defaultEditorView, source conversion errors).SimpleEditor chat input with submitOnEnter and right-side send button."SlashEditor configuration that only allows heading/list/code block commands."codeHighlightProvider and sync onThemeChange with highlight.js CSS."HeadlessEditorPreset and save JSON/Markdown/HTML snapshots from ref methods."When you change behavior:
apps/web/src/content/docs/**.pnpm -C apps/web run sync:docs.pnpm -C apps/web run sync:llms.This keeps agent context aligned with runtime behavior.