Summary
Replace the undeclared mbake validation command in templated repository documentation and parent repository documentation.
Rationale
Documentation validation must use reproducible, project-provisioned commands. The repository layout identifies Makefile as the public validation entrypoint, but the supplied Makefile exposes no mbake target or installation/provisioning path.
Required changes
- Replace
mbake invocations with an appropriate declared make target; or
- Document and provision
mbake as a supported project command, including its installation path and expected validation entrypoint.
- Keep validation guidance reproducible from a clean contributor environment.
- Update related documentation and validation coverage as needed.
Affected areas
- Documentation or scripts that invoke
mbake
Makefile validation entrypoints and any associated contributor guidance
Acceptance criteria
- No documentation validation workflow invokes an undeclared or unprovisioned
mbake command.
- The documented command is available through a declared
make target, or mbake is explicitly documented and provisioned.
- Repository validation instructions remain reproducible using the documented project entrypoints.
Triage
[type:docstyle]
Requested by @leynos.
Backlinks:
Summary
Replace the undeclared
mbakevalidation command in templated repository documentation and parent repository documentation.Rationale
Documentation validation must use reproducible, project-provisioned commands. The repository layout identifies
Makefileas the public validation entrypoint, but the suppliedMakefileexposes nombaketarget or installation/provisioning path.Required changes
mbakeinvocations with an appropriate declaredmaketarget; ormbakeas a supported project command, including its installation path and expected validation entrypoint.Affected areas
mbakeMakefilevalidation entrypoints and any associated contributor guidanceAcceptance criteria
mbakecommand.maketarget, ormbakeis explicitly documented and provisioned.Triage
[type:docstyle]Requested by @leynos.
Backlinks: