feature/pp-58-runtime-image-contract #68
Reference in New Issue
Block a user
Delete Branch "feature/pp-58-runtime-image-contract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR tightens repository quality enforcement around markdown and documentation. It adds
markdownlintto thecicd-checksworkflow, expands pre-commit coverage so markdown files are checked repo-wide, and cleans up the PP-58 documentation set to keep it aligned with the new policy.What changed
Markdownlint Checkentry to.gitea/workflows/cicd-checks.yamlmarkdownlintto pre-commit and widened prettier coverage to include markdown files across the repoREADME.mdto satisfy markdownlint line-length rulesdocs/DEPLOYABLE_RUNTIME_CONTRACT.mddocs/adr/ADR003-deployable_runtime_image_contract.mddocs/DEVELOPMENT.mddocs/CICD_MULTI_STAGE_BUILD.mddocs/CICD_TROUBLESHOOTING_GUIDE.mddocs/SECURE_DOCKER_CICD.mdValidation
pre-commit run markdownlint --files README.md docs/DEPLOYABLE_RUNTIME_CONTRACT.mdpre-commit run prettier --files README.md docs/DEPLOYABLE_RUNTIME_CONTRACT.mdNotes
This change does not alter application runtime behavior. It only strengthens CI and documentation quality enforcement.