chore: update http skill for vendor docs registry (#ENGCE-58964)#1607
chore: update http skill for vendor docs registry (#ENGCE-58964)#1607mrstark14 wants to merge 1 commit into
Conversation
|
Claude finished @mrstark14's task in 2m 24s —— View job PR Review: chore: update http skill for vendor docs registry (#ENGCE-58964)
SummaryAdds a Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes in this PR |
| E2E Tests | OK | No new skill; existing behavior modified with vendor grounding — no new CLI workflows requiring new test tasks |
| Skill Body | OK | SKILL.md not changed |
| References & Assets | Issue | Broken backtick formatting (2 files), empty rule body |
| Repo Hygiene | OK | CODEOWNERS already covers both paths; no secrets; changes scoped to the two relevant skills |
Issues for Manual Review
- Verify that
connectorKeyvalues invendor-docs-registry.jsonmatch the actual connector keys in UiPath IS (e.g.,uipath-salesforce-slackfor Slack,uipath-servicenow-servicenowfor ServiceNow). Automated review cannot validate these against the live system. - Confirm the ServiceNow
docsUrl(australiarelease) is the intended stable reference URL.
Conclusion
Solid addition — the vendor-docs-registry concept is well-designed and the grounding workflow in Step 0 addresses a real failure mode (wrong-but-plausible endpoints). Three formatting issues should be fixed before merge: the broken double-backtick in impl-connector.md:45, the missing space in http-request.md:47, and the empty Critical Rule 6 body in http-request.md:132. All are quick fixes.
| @@ -0,0 +1,35 @@ | |||
| { | |||
| "_comment": "Maps a vendor to its connector-key and the authoritative API docs URL used for baseline grounding. The live http-request call is the final authority. Add entries as new vendors are supported. 'dynamic' flags objects that can carry tenant-specific custom fields.", | |||
There was a problem hiding this comment.
Extend the grounding to all 31 connectors
76de2e3 to
df076a1
Compare
df076a1 to
367cecc
Compare
No description provided.