docs: consolidate sort option references#866
Conversation
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
1 similar comment
|
Claude encountered an error after 0s —— View job I'll analyze this and get back to you. |
|
Claude finished @vlad-uipath's task in 3m 8s —— View job PR Review: docs: consolidate sort option references
SummaryStraightforward flag rename across 19 files: Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes in this PR |
| E2E Tests | OK | Existing smoke task updated to match new flags |
| Skill Body | OK | One SKILL.md touched (uipath-test) — prose-only |
| References & Assets | OK | All 17 reference files updated consistently |
| Repo Hygiene | OK | No secrets, no CODEOWNERS changes needed, scoped cleanly |
Issues for Manual Review
-
--sort-ordervalue format varies across skills —uip adminanduip gov aops-policyuse lowercaseasc/desc;uip platform groups rulesusesAsc/Desc;uip solutionusesAscending/Descending. This appears intentional (each reflects its CLI subcommand's actual API), but worth confirming thatuip solution packages list --sort-order "Ascending"anduip solution deploy list --sort-order "Ascending"are the correct accepted values per the CLI PR. -
--sort-bycombined vs. separate semantics — Foruip oranduip gov access-policy,--sort-bytakes an OData expression including direction (e.g.,"Name asc"). For other commands, direction is a separate--sort-orderflag. This is pre-existing and not introduced by this PR, but worth noting as a potential source of agent confusion.
Conclusion
Clean, well-scoped documentation update. All retired flag references have been eliminated (verified by grep). The one substantive change beyond renames — --take → --limit with updated defaults in uipath-solution — is correctly applied. No issues blocking merge.
0f1c765 to
e5253f8
Compare
80825b1 to
e9bc2e3
Compare
e9bc2e3 to
00a6124
Compare
Summary
--sort-by,--sort-order).--taketo--limitwhere they cover the same commands.Related
Validation
git diff --checkrg --pcre2 -n -- '--order-by|--order-direction|--sort-dir|--sort(?![-\\w])|order-by|order-direction' skills tests(no matches)bash hooks/validate-skill-descriptions.sh skills/uipath-test/SKILL.md