Conversation
Root-cause from run 2026-05-07_06-02-52:\n\nMST-9509: generate_schema and path_params produced valid managed HTTP fallback flows but failed on non-load-bearing literal evidence (timespan, tasklistid, taskid). method_override produced a valid Azure AVD retrieveRegistrationToken HTTP fallback but still used the old connector-key-only assertion. Relaxed the fallback checker to endpoint/method evidence and added method_override fallback coverage.\n\nVerified: updated checker passes against captured artifacts for skill-flow-ipe-generate-schema, skill-flow-ipe-path-params, and skill-flow-ipe-method-override; YAML validates with validate_yaml.py; git diff --check.
|
Claude finished @tmatup's task in 2m 1s —— View job Coder-eval task lint (advisory)1 task YAML changed; 0 Critical, 0 High, 1 Medium, 0 Low, 0 OK. Rubric: .claude/commands/lint-task.md. This check is advisory and never blocks merge. Evidence of passing run
Per-task lint
|
|
Claude finished @tmatup's task in 1m 46s —— View job Review: MST-9509 — relax connector fallback criteria
SummaryRelaxes non-load-bearing evidence in the shared Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | N/A | No skill SKILL.md changed |
| E2E Tests | OK | Task YAML is valid, success criteria correctly wired |
| Skill Body | N/A | No skill body changed |
| References & Assets | N/A | No references changed |
| Repo Hygiene | OK | No secrets, no cross-skill refs, changes scoped to connector_features |
Issues for Manual Review
- Verify the
_check_method_overrideneedles match the actual Azure AVDretrieveRegistrationTokenREST endpoint shape. The review confirms the URL path components and POST method are correct per Azure ARM conventions, but domain-specific accuracy of field names (desktopvirtualization,hostpools) should be confirmed against the Azure API docs.
Conclusion
Clean PR. The relaxations are well-motivated (removing non-load-bearing evidence that caused false negatives), the new method_override check is consistent with the existing pattern, and the YAML migration to the shared checker eliminates a one-off inline assertion. No changes requested.
Summary
Connector-feature tasks now accept the managed HTTP fallback shape that the prompt tells agents to use when a connector operation is absent from the registry.
This relaxes non-load-bearing fallback evidence for
generate_schemaandpath_params, addsmethod_overridefallback coverage for Azure AVDretrieveRegistrationToken, and updatesmethod_override.yamlto use the shared fallback checker instead of a connector-key-only assertion.Validation
skill-flow-ipe-generate-schema.skill-flow-ipe-path-params.skill-flow-ipe-method-override.TaskDefinition.git diff --checkJira: https://uipath.atlassian.net/browse/MST-9509