Add workflow visualizer, hardening docs, write gates and safety smoke tests (v0.19.0)#46
Open
roezi wants to merge 1 commit into
Open
Add workflow visualizer, hardening docs, write gates and safety smoke tests (v0.19.0)#46roezi wants to merge 1 commit into
roezi wants to merge 1 commit into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
v0.19.0hardening pass.Description
includes/Admin/Workflow_Visualizer_Page.php,includes/Workflow/Workflow_Node.php,includes/Workflow/Workflow_Edge.php, andincludes/Workflow/Workflow_Graph.php, plus menu integration inincludes/Admin/Admin_Menu.phpand require entries inob-engine.php.includes/Library/Library_Type.php(writeable types),includes/Safety/Dry_Run_Service.phpandincludes/Writing/Write_Draft_Service.php(requireapprovedstatus and writeable type before dry-run/write).wp_insert_postinincludes/Library/Library_Repository.phpand added new static writer/validation smoke logic intests/manual/*.includes/Admin/Auto_Post_Import_Page.php.0.19.0(ob-engine.php) and updated project docs and release/QC artefacts:PROJECT.md,PROJECT_STATUS.md,BUILD_SEQUENCE.md,DECISIONS.md,NEXT_MISSIONS.md,VERSIONING.md, and addeddocs/QC_CHECKLIST.mdanddocs/RELEASE_GATE.md.tests/manual/full-workflow-safety-smoke.phpandtests/manual/workflow-visualizer-smoke.phpand updated CI workflow/.github/workflows/php-lint.ymlto run manual smoke tests generically and add a forbidden-pattern check to fail on unsafe UI text or runtime tokens.Testing
php -lacross the codebase as part of thephp-lintjob and they passed.tests/manual/workflow-visualizer-smoke.phpandtests/manual/full-workflow-safety-smoke.phpas part of the CI smoke step (tests/manual/*smoke.php) and both smoke checks passed.Codex Task