After accomplishing Task 2, see Codex_Response... for details.
This commit is contained in:
parent
fab12ad9bf
commit
d483d40d5c
16 changed files with 888 additions and 0 deletions
16
AGENTS.md
Normal file
16
AGENTS.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# AGENTS.md
|
||||
|
||||
## Repository purpose
|
||||
|
||||
This repository attempts to define an implementation-derived specification for LXMF.
|
||||
|
||||
Do not treat upstream prose documentation as authoritative when it conflicts with observed source behavior. Prefer source code, test vectors, and reproducible traces.
|
||||
|
||||
## Required discipline
|
||||
|
||||
- Distinguish normative behavior from observed implementation behavior.
|
||||
- Cite exact upstream files, functions, classes, constants, and version tags.
|
||||
- Do not invent protocol rules.
|
||||
- When behavior is unclear, mark it as "undetermined" rather than guessing.
|
||||
- Prefer Perl tools for extraction, comparison, and report generation.
|
||||
- Keep generated examples reproducible from scripts under tools/.
|
||||
Loading…
Add table
Add a link
Reference in a new issue