Skip to content

AI Agent Reference

This page is the thin companion guide for the downloadable CONTROL Lua reference. It is meant for coding agents and human developers who need a short operating checklist without duplicating the full API contract.

Target: Coding agents assisting users with CONTROL Lua modules, plus developers who want a short set of guardrails before opening the full reference.

Quick access for coding agents

Get the full reference text to paste into your coding agent:

Download CONTROL_LUA_ENGINE_REFERENCE.md

Quick access for coding agents

Get the slim instruction text to paste into your coding agent:

Download CONTROL_LUA_AGENT_INSTRUCTIONS.md

To start coding immediately, place both downloaded files in the root of your Lua project:

  • CONTROL_LUA_ENGINE_REFERENCE.md
  • CONTROL_LUA_AGENT_INSTRUCTIONS.md

Use CONTROL_LUA_ENGINE_REFERENCE.md as the API contract and behavior reference. Point your editor, coding agent, or workspace instructions at CONTROL_LUA_AGENT_INSTRUCTIONS.md so the tool knows how to use the reference correctly in your project context.

Which file you reference directly depends on the editor or AI workflow you use. In setups with a dedicated instruction field, use the agent instructions there and keep the full reference alongside it in the project root for lookup.