[codex] Pilot Maestro BPMN skill scenarios#624
Closed
gozhang2 wants to merge 1 commit intofeature/maestro-bpmn-skillfrom
Closed
[codex] Pilot Maestro BPMN skill scenarios#624gozhang2 wants to merge 1 commit intofeature/maestro-bpmn-skillfrom
gozhang2 wants to merge 1 commit intofeature/maestro-bpmn-skillfrom
Conversation
Contributor
Author
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.
Summary
Pilots the
uipath-maestro-bpmnskill against three public-safe authoring/debugging requests and folds the findings back into the synthetic validation corpus:Changes
fixtures/validation/README.md.Validation
bash skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.sh->validation_fixture_projects=4 bpmn_files=4 errors=0bash skills/uipath-maestro-bpmn/.maintenance/check-all.sh-> All checks passed.uv run ruff check skills/uipath-maestro-bpmn/.maintenance/check-validation-fixtures.py-> All checks passed.run_workspace_checks(kinds='auto')-> changed-file fmt passed, pytest passed, typecheck skipped; repo-wide tests lint still has 49 pre-existing errors.run_workspace_checks(check_kinds=["fmt","lint","typecheck","test","test_web"])-> full gate failed on pre-existing repo-widetests/formatting/lint issues; pytest passed, typecheck/test_web skipped.Open Questions
uipath:loopCharacteristicsremain the stable public contract for multi-instance collection and item binding, or should fixture validation prefer registry/CLI-generated loop metadata when available?Intsvc.*context fields are mandatory across all connector families versus connector-specific fields that should stay outside this static checker?entry-points.jsonvalidation compare full input schemas against root variables, or only verify entry point IDs and file paths until the CLI generator owns schema normalization?