Document language adapter construction
This commit is contained in:
parent
cd54cae71d
commit
7bc2ac1e3f
4 changed files with 459 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue