Summary
Replace the undeclared mbake validation command in templated repository documentation and parent repository documentation.
Rationale
The repository Makefile is the public validation entrypoint and exposes the supported project commands. It does not declare an mbake target or provide an installation/provisioning path for an mbake executable. Documentation validation must use reproducible project commands.
Required changes
- Replace
mbake with an appropriate declared make target; or
- Document and provision
mbake, including a reproducible installation path and its relationship to the repository validation workflow.
- Keep documentation and validation instructions aligned with the repository's public
Makefile entrypoints.
- Update validation coverage or documentation checks where needed to prevent references to undeclared validation commands.
Acceptance criteria
- Every documented validation command is either a declared
Makefile target or has explicit, reproducible provisioning documentation.
- No unsupported
mbake invocation remains unless mbake is documented and provisioned by the project.
- Documentation validation uses reproducible project commands.
Triage
[type:docstyle]
Backlinks
Summary
Replace the undeclared
mbakevalidation command in templated repository documentation and parent repository documentation.Rationale
The repository
Makefileis the public validation entrypoint and exposes the supported project commands. It does not declare anmbaketarget or provide an installation/provisioning path for anmbakeexecutable. Documentation validation must use reproducible project commands.Required changes
mbakewith an appropriate declaredmaketarget; ormbake, including a reproducible installation path and its relationship to the repository validation workflow.Makefileentrypoints.Acceptance criteria
Makefiletarget or has explicit, reproducible provisioning documentation.mbakeinvocation remains unlessmbakeis documented and provisioned by the project.Triage
[type:docstyle]Backlinks