Skip to content

docs(uipath-platform): revert --all-fields PascalCase note#643

Open
alexenica wants to merge 1 commit intomainfrom
chore/revert-allfields-pascalcase-note
Open

docs(uipath-platform): revert --all-fields PascalCase note#643
alexenica wants to merge 1 commit intomainfrom
chore/revert-allfields-pascalcase-note

Conversation

@alexenica
Copy link
Copy Markdown
Contributor

Summary

PR #612 added a note to `orchestrator.md`'s common-flags table claiming `--all-fields` returns PascalCase keys end-to-end. The corresponding CLI change (cli/PR#1884) was reverted — the `toPascalCaseKeys` helper lived under `@uipath/common` which is default-owned by `@UiPath/core-cli` per CODEOWNERS, and the cross-team approval requirement wasn't worth the casing-consistency win.

`--all-fields` is back to its prior behavior (raw camelCase API DTO). Drop the inaccurate note.

Test plan

  • Single-line revert in `orchestrator.md` only.
  • No other docs reference the PascalCase claim.

🤖 Generated with Claude Code

PR #612 (merged) added a note saying `--all-fields` returns PascalCase
keys, matching the curated casing convention. The corresponding CLI
change was reverted in cli/PR#1884 (the helper sat under
core-cli ownership and the cross-team approval requirement wasn't
worth the casing-consistency win), so `--all-fields` returns raw
camelCase API DTO again. Drop the now-inaccurate note.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 7, 2026

Claude finished @alexenica's task in 1m 26s —— View job


Review: PR #643

  • Read review criteria and project conventions
  • Read PR diff and existing conversation
  • Read full changed file for context
  • Run skill-specific checks
  • Post review

Summary

Single-line revert in orchestrator.md removing an inaccurate PascalCase claim about --all-fields output. The underlying CLI change (cli/PR#1884) was reverted, so the documentation should match.

Change-by-Change Review

1. skills/uipath-platform/references/orchestrator/orchestrator.md — line 20

Severity: OK

The old line:

Return the full API DTO (PascalCase keys) instead of the curated summary. Output casing matches the curated default — no casing flip when toggling the flag. Use when you need a field not in the default output.

The new line:

Return the full API DTO instead of the curated summary. Use when you need a field not in the default output.

Clean revert. Removes the now-inaccurate PascalCase claim and the redundant casing-flip sentence. The remaining description is accurate and sufficient for agent use.

What's Missing

Area Ratings

Area Status Notes
Frontmatter OK Not modified
E2E Tests OK Doc-only revert, no behavioral change
Skill Body OK Not modified
References & Assets Issue uip-commands.md has a stale PascalCase reference from the same PR
Repo Hygiene OK Scoped change, no secrets, no cross-skill refs

Issues for Manual Review

Conclusion

The orchestrator.md change is correct and clean. However, the same PascalCase language from PR #612 survives in uip-commands.md:14-16 and should be reverted for consistency. Recommend fixing that before merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant