1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Document language adapter construction

This commit is contained in:
Andraxion 2026-07-27 20:29:07 -04:00
parent cd54cae71d
commit 7bc2ac1e3f
4 changed files with 459 additions and 0 deletions

View file

@ -136,6 +136,11 @@ optional assembly contract. Cache the raw source contributions through DocForge,
deterministically select or merge ownership from the complete contribution set. Do not hide a
second extraction cache inside the project adapter.
Before implementing a frontend, read the
[Language Adapter Authoring Guide](ADAPTER_AUTHORING_GUIDE.md). It defines the complete extraction,
identity, ownership, normalization, incremental-equivalence, troubleshooting, and proof route that
this checklist summarizes.
### 5. Build-system evidence
#### C and C++