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

@ -117,6 +117,9 @@ docforge --project-root /absolute/path/MyProject onboard \
Scaffolding refuses to replace existing target files. It leaves source-graph status at
`adapter_required` until a project integration implements and proves the adapter contract.
See [Project onboarding](PROJECT_ONBOARDING.md) for the complete language-neutral checklist.
Use the [Language Adapter Authoring Guide](ADAPTER_AUTHORING_GUIDE.md) when implementing that
frontend. It covers stable identities, overlapping compiler evidence, deterministic ownership,
normalization, incremental equivalence, failure recovery, and the required proof matrix.
### Configure a generic project