Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 2.65 KB

File metadata and controls

30 lines (21 loc) · 2.65 KB

Filament AI Coding & Agent Guidelines

This document defines machine-readable instructions and technical guardrails for AI coding assistants, agents, and LLMs working on the Filament repository. All AI-generated code, refactorings, and cleanups must strictly adhere to the standardized skills located under the skills/ directory.


Core AI Skills & Guidelines

AI agents must consult and strictly follow the corresponding skill files for each respective development and validation phase:

1. C++ Code & Header Integrity

2. Workspace Operations, Verification, and Builds

3. Code Style

  • Code Formatting: Code formatting in Filament code (not third_party/) should follow the formatting convention in CODE_STYLE.md.

4. Commit Conventions

  • Commit Messages: Commit messages should be formatted with the 50/72 rule: 50 is the maximum number of characters of the commit title, and 72 is the maximum character length of the commit body.

5. Cross-Platform Language Bindings