@uipath/skills 1.199.0 → 1.200.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/CODEOWNERS +14 -8
- package/README.md +18 -3
- package/assets/skill-status.json +9 -1
- package/assets/uip-catalog-snapshot.json +227 -21
- package/package.json +11 -2
- package/scripts/npm-package-lifecycle.mjs +46 -0
- package/skills/uipath-admin/SKILL.md +5 -1
- package/skills/uipath-admin/references/audit-commands.md +1 -1
- package/skills/uipath-admin/references/audit-workflow-guide.md +9 -0
- package/skills/uipath-agents/SKILL.md +2 -2
- package/skills/uipath-agents/references/lowcode/capabilities/context/index.md +7 -0
- package/skills/uipath-agents/references/lowcode/capabilities/integration-service/integration-service.md +5 -6
- package/skills/uipath-agents/references/lowcode/critical-rules/critical-rules.md +1 -1
- package/skills/uipath-agents/references/lowcode/evaluations/evaluation-sets.md +5 -0
- package/skills/uipath-agents/references/lowcode/project-lifecycle.md +3 -3
- package/skills/uipath-agents/references/lowcode/prompting/autonomous-agent-prompting-guide.md +3 -2
- package/skills/uipath-api-workflow/SKILL.md +2 -1
- package/skills/uipath-api-workflow/references/cli-reference.md +3 -3
- package/skills/uipath-coded-apps/SKILL.md +3 -2
- package/skills/uipath-coded-apps/assets/fixtures/governance-dashboard-starter-kit.tar.gz +0 -0
- package/skills/uipath-coded-apps/assets/templates/web-app-template.md +1 -1
- package/skills/uipath-coded-apps/references/create-web-app.md +60 -48
- package/skills/uipath-coded-apps/references/dashboards/CAPABILITY.md +2 -2
- package/skills/uipath-coded-apps/references/dashboards/plugins/build/impl.md +2 -2
- package/skills/uipath-coded-apps/references/dashboards/primitives/tier-resolution.md +16 -16
- package/skills/uipath-coded-apps/references/oauth-scopes.md +28 -272
- package/skills/uipath-coded-apps/references/sdk/action-center.md +26 -243
- package/skills/uipath-coded-apps/references/sdk/agents.md +20 -130
- package/skills/uipath-coded-apps/references/sdk/conversational-agent.md +52 -706
- package/skills/uipath-coded-apps/references/sdk/data-fabric.md +20 -237
- package/skills/uipath-coded-apps/references/sdk/feedback.md +4 -139
- package/skills/uipath-coded-apps/references/sdk/governance-traces.md +7 -55
- package/skills/uipath-coded-apps/references/sdk/governance.md +4 -44
- package/skills/uipath-coded-apps/references/sdk/imports.md +77 -35
- package/skills/uipath-coded-apps/references/sdk/maestro.md +29 -406
- package/skills/uipath-coded-apps/references/sdk/orchestrator.md +30 -324
- package/skills/uipath-coded-apps/references/sdk/pagination.md +9 -67
- package/skills/uipath-coded-apps/references/sdk/traces.md +8 -43
- package/skills/uipath-functions/SKILL.md +23 -23
- package/skills/uipath-governance/SKILL.md +5 -4
- package/skills/uipath-governance/references/cli-cheatsheet.md +2 -1
- package/skills/uipath-governance/references/compliance-pack/coverage/impl.md +143 -58
- package/skills/uipath-governance/references/compliance-pack/restore/impl.md +61 -0
- package/skills/uipath-human-in-the-loop/SKILL.md +4 -2
- package/skills/uipath-insights/SKILL.md +17 -18
- package/skills/uipath-ixp/SKILL.md +12 -7
- package/skills/uipath-ixp/references/cli-reference.md +71 -9
- package/skills/uipath-ixp/references/improve-prompts-guide.md +23 -9
- package/skills/uipath-ixp/references/label-documents-guide.md +33 -5
- package/skills/uipath-maestro-bpmn/SKILL.md +15 -14
- package/skills/uipath-maestro-bpmn/references/cli-conventions.md +15 -6
- package/skills/uipath-maestro-bpmn/references/structural-bpmn.md +18 -17
- package/skills/uipath-maestro-case/SKILL.md +46 -33
- package/skills/uipath-maestro-case/assets/templates/sdd-template.md +77 -37
- package/skills/uipath-maestro-case/assets/templates/sdd-viewer.html +0 -2
- package/skills/uipath-maestro-case/references/bindings-and-expressions.md +3 -1
- package/skills/uipath-maestro-case/references/bindings-v2-sync.md +2 -2
- package/skills/uipath-maestro-case/references/brownfield.md +15 -5
- package/skills/uipath-maestro-case/references/case-commands.md +19 -3
- package/skills/uipath-maestro-case/references/case-editing-operations.md +24 -21
- package/skills/uipath-maestro-case/references/case-schema.md +38 -16
- package/skills/uipath-maestro-case/references/connector-trigger-common.md +15 -8
- package/skills/uipath-maestro-case/references/evals/evals.json +35 -18
- package/skills/uipath-maestro-case/references/implementation.md +86 -71
- package/skills/uipath-maestro-case/references/phase-0-interview.md +92 -23
- package/skills/uipath-maestro-case/references/phased-execution.md +70 -55
- package/skills/uipath-maestro-case/references/placeholder-tasks.md +5 -5
- package/skills/uipath-maestro-case/references/planning.md +57 -9
- package/skills/uipath-maestro-case/references/plugins/case/impl-json.md +7 -5
- package/skills/uipath-maestro-case/references/plugins/case/planning.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/case-exit-conditions/impl-json.md +5 -5
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/impl-json.md +41 -5
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-entry-conditions/planning.md +27 -3
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/impl-json.md +6 -6
- package/skills/uipath-maestro-case/references/plugins/conditions/stage-exit-conditions/planning.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/impl-json.md +20 -7
- package/skills/uipath-maestro-case/references/plugins/conditions/task-entry-conditions/planning.md +37 -4
- package/skills/uipath-maestro-case/references/plugins/sla/impl-json.md +24 -13
- package/skills/uipath-maestro-case/references/plugins/sla/planning.md +9 -3
- package/skills/uipath-maestro-case/references/plugins/stages/impl-json.md +4 -0
- package/skills/uipath-maestro-case/references/plugins/stages/planning.md +4 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/action/impl-json.md +3 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/action/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/agent/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/api-workflow/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/case-management/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-activity/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/connector-trigger/planning.md +2 -0
- package/skills/uipath-maestro-case/references/plugins/tasks/create-inline-common.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/tasks/process/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/process/planning.md +6 -4
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/impl-json.md +3 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/rpa/planning.md +4 -2
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/impl-json.md +4 -3
- package/skills/uipath-maestro-case/references/plugins/tasks/wait-for-timer/planning.md +4 -0
- package/skills/uipath-maestro-case/references/plugins/triggers/event/impl-json.md +17 -14
- package/skills/uipath-maestro-case/references/plugins/triggers/event/planning.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/triggers/manual/impl-json.md +13 -10
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/impl-json.md +18 -16
- package/skills/uipath-maestro-case/references/plugins/triggers/timer/planning.md +2 -2
- package/skills/uipath-maestro-case/references/plugins/variables/bindings/impl-json.md +1 -1
- package/skills/uipath-maestro-case/references/plugins/variables/global-vars/impl-json.md +11 -9
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/impl-json.md +6 -2
- package/skills/uipath-maestro-case/references/plugins/variables/io-binding/planning.md +19 -1
- package/skills/uipath-maestro-case/references/registry-discovery.md +3 -3
- package/skills/uipath-maestro-case/references/sdd-generation-rules.md +155 -51
- package/skills/uipath-maestro-case/references/sla-response-shapes.md +74 -0
- package/skills/uipath-maestro-flow/SKILL.md +4 -3
- package/skills/uipath-maestro-flow/references/author/CAPABILITY.md +3 -0
- package/skills/uipath-maestro-flow/references/author/references/editing-operations-json.md +10 -17
- package/skills/uipath-maestro-flow/references/author/references/editing-operations.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/greenfield.md +8 -6
- package/skills/uipath-maestro-flow/references/author/references/planning-impl.md +1 -1
- package/skills/uipath-maestro-flow/references/author/references/plugins/agent/impl.md +4 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/agentic-process/impl.md +3 -7
- package/skills/uipath-maestro-flow/references/author/references/plugins/api-workflow/impl.md +5 -8
- package/skills/uipath-maestro-flow/references/author/references/plugins/connector/impl.md +11 -4
- package/skills/uipath-maestro-flow/references/author/references/plugins/flow/impl.md +3 -7
- package/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/impl.md +14 -17
- package/skills/uipath-maestro-flow/references/author/references/plugins/ixp/impl.md +60 -13
- package/skills/uipath-maestro-flow/references/author/references/plugins/queue/impl.md +2 -14
- package/skills/uipath-maestro-flow/references/author/references/plugins/rpa/impl.md +4 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/script/impl.md +3 -0
- package/skills/uipath-maestro-flow/references/author/references/plugins/subflow/impl.md +5 -9
- package/skills/uipath-maestro-flow/references/author/references/plugins/transform/impl.md +13 -0
- package/skills/uipath-maestro-flow/references/shared/action-nodes.md +2 -2
- package/skills/uipath-maestro-flow/references/shared/file-format.md +16 -12
- package/skills/uipath-maestro-flow/references/shared/variables-and-expressions.md +3 -3
- package/skills/uipath-planner/SKILL.md +1 -1
- package/skills/uipath-planner/references/non-pdd-lane-guide.md +1 -1
- package/skills/uipath-platform/SKILL.md +1 -1
- package/skills/uipath-platform/references/data-fabric/bulk-import.md +10 -27
- package/skills/uipath-platform/references/data-fabric/choice-sets.md +7 -64
- package/skills/uipath-platform/references/data-fabric/data-fabric.md +76 -267
- package/skills/uipath-platform/references/data-fabric/entity-schema.md +23 -99
- package/skills/uipath-platform/references/data-fabric/file-attachments.md +5 -28
- package/skills/uipath-platform/references/data-fabric/filter-platform-contract.md +2 -2
- package/skills/uipath-platform/references/data-fabric/records-query.md +11 -32
- package/skills/uipath-platform/references/integration-service/reference-resolution.md +6 -2
- package/skills/uipath-platform/references/licensing/consumables-report.md +18 -0
- package/skills/uipath-platform/references/licensing/licensing.md +1 -1
- package/skills/uipath-platform/references/orchestrator/run-jobs.md +9 -2
- package/skills/uipath-platform/references/orchestrator/setup-environment.md +9 -0
- package/skills/uipath-platform/references/traces/feedback.md +4 -1
- package/skills/uipath-process-mining/SKILL.md +97 -0
- package/skills/uipath-process-mining/references/app-types.md +66 -0
- package/skills/uipath-process-mining/references/data-model.md +130 -0
- package/skills/uipath-process-mining/references/lifecycle-and-rbac.md +67 -0
- package/skills/uipath-process-mining/references/model-editing.md +112 -0
- package/skills/uipath-process-mining/references/pre-flight.md +119 -0
- package/skills/uipath-process-mining/references/querying.md +66 -0
- package/skills/uipath-process-mining/references/transformations.md +80 -0
- package/skills/uipath-process-mining/references/uip-pm-cli.md +145 -0
- package/skills/uipath-review/SKILL.md +23 -18
- package/skills/uipath-review/references/agents/agent-grading-rubric.md +1 -1
- package/skills/uipath-review/references/agents/agent-review-checklist.md +0 -4
- package/skills/uipath-review/references/agents/agents-coded-rules.md +1 -10
- package/skills/uipath-review/references/agents/agents-lowcode-rules.md +3 -6
- package/skills/uipath-review/references/agents/guardrails/coded-guardrails-review.md +62 -14
- package/skills/uipath-review/references/agents/guardrails/guardrails-review.md +60 -4
- package/skills/uipath-review/references/review-workflow-guide.md +3 -2
- package/skills/uipath-review/references/rule-catalog-workflow.md +4 -5
- package/skills/uipath-rpa/.maintenance/pattern-card-maintenance.md +20 -0
- package/skills/uipath-rpa/SKILL.md +57 -55
- package/skills/uipath-rpa/agents/uipath-project-discovery-agent.md +75 -19
- package/skills/uipath-rpa/assets/codedworkflow-template.md +245 -11
- package/skills/uipath-rpa/references/cli-reference.md +229 -6
- package/skills/uipath-rpa/references/coded/codedworkflow-reference.md +158 -2
- package/skills/uipath-rpa/references/coded/integration-service-guide.md +6 -5
- package/skills/uipath-rpa/references/coded/operations-guide.md +273 -5
- package/skills/uipath-rpa/references/coded-vs-xaml-guide.md +3 -3
- package/skills/uipath-rpa/references/common-pattern-card.md +303 -0
- package/skills/uipath-rpa/references/data-manipulation-guide.md +18 -3
- package/skills/uipath-rpa/references/debugging.md +0 -2
- package/skills/uipath-rpa/references/environment-setup.md +309 -1
- package/skills/uipath-rpa/references/error-handling-guide.md +1 -1
- package/skills/uipath-rpa/references/execution-maps-guide.md +110 -0
- package/skills/uipath-rpa/references/is-connector-xaml-guide.md +58 -4
- package/skills/uipath-rpa/references/legacy/activity-docs/Excel.md +1 -1
- package/skills/uipath-rpa/references/legacy/activity-docs/_DU-PROCESS.md +0 -2
- package/skills/uipath-rpa/references/legacy/activity-docs/_INDEX.md +2 -2
- package/skills/uipath-rpa/references/legacy/activity-docs/_PATTERNS.md +1 -1
- package/skills/uipath-rpa/references/legacy/activity-docs/_REFRAMEWORK.md +2 -7
- package/skills/uipath-rpa/references/legacy/cli-reference.md +599 -0
- package/skills/uipath-rpa/references/legacy/error-handling-guide.md +2 -2
- package/skills/uipath-rpa/references/legacy/legacy-mode-guide.md +16 -16
- package/skills/uipath-rpa/references/legacy/project-organization-guide.md +2 -2
- package/skills/uipath-rpa/references/legacy/selector-guide.md +163 -1
- package/skills/uipath-rpa/references/legacy/testing-guide.md +246 -3
- package/skills/uipath-rpa/references/legacy/xaml-basics-and-rules.md +267 -2
- package/skills/uipath-rpa/references/library-authoring-guide.md +4 -3
- package/skills/uipath-rpa/references/testing-guide.md +2 -28
- package/skills/uipath-rpa/references/trigger-pattern-guide.md +1 -1
- package/skills/uipath-rpa/references/xaml/canvas-layout-guide.md +140 -33
- package/skills/uipath-rpa/references/xaml/common-pitfalls.md +57 -240
- package/skills/uipath-rpa/references/xaml/csharp-activity-binding-guide.md +42 -2
- package/skills/uipath-rpa/references/xaml/long-running-workflow-guide.md +1 -1
- package/skills/uipath-rpa/references/xaml/xaml-basics-and-rules.md +194 -228
- package/skills/uipath-solution/references/activate-and-manage.md +22 -0
- package/skills/uipath-solution/references/develop-solution.md +26 -2
- package/skills/uipath-solution/references/pack-and-deploy.md +43 -9
- package/skills/uipath-test/SKILL.md +4 -4
- package/skills/uipath-test/references/playwright-first-mile-guide.md +5 -4
- package/skills/uipath-test/references/publish-and-link-guide.md +2 -2
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/click-silent-no-op.md +5 -5
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/playbooks/queue-operation-failed.md +20 -4
- package/skills/uipath-troubleshoot/references/activity-packages/classic-activities/summary.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/csv-activities/playbooks/read-csv-file-not-found.md +12 -0
- package/skills/uipath-troubleshoot/references/activity-packages/mail-activities/playbooks/send-outlook-mail-failures.md +12 -1
- package/skills/uipath-troubleshoot/references/activity-packages/system-activities/playbooks/get-asset-activity-bug-silent-failure.md +2 -1
- package/skills/uipath-troubleshoot/references/activity-packages/terminal-activities/playbooks/terminal-session-connection-failed.md +5 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/click-silent-no-op.md +5 -5
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/dependency-version-conflict.md +27 -6
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/napplicationcard-view-generation-failed.md +10 -0
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/playbooks/scope-container-wrong-page.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/ui-automation/summary.md +1 -1
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/overview.md +4 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-auth-401-403.md +44 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-connection-failure.md +2 -1
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-content-type-rejected.md +37 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/http-request-proxy-blocked.md +39 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/package-version-mismatch.md +42 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/playbooks/securestring-misuse-analyzer.md +41 -0
- package/skills/uipath-troubleshoot/references/activity-packages/web-activities/summary.md +5 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-null-reference.md +14 -1
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/connector-runtime-exception.md +2 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/is-activities-prerelease-not-found.md +39 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/playbooks/response-content-too-large.md +41 -0
- package/skills/uipath-troubleshoot/references/products/integration-service/summary.md +9 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/console-conflict-login-to-console.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/credential-store-unavailable.md +42 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/executor-start-transient-rerun.md +49 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-consecutive-system-exceptions.md +47 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-faulted-session-timeout.md +19 -19
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-output-too-large.md +47 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/job-stopped-generic-exit-code.md +55 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/known-issue-robot-defect.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/platform-incident-correlation.md +45 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/screen-capture-handle-invalid.md +43 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-license-quota.md +43 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/serverless-time-limit-exceeded.md +34 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/playbooks/workstation-in-use-machine-slots.md +40 -0
- package/skills/uipath-troubleshoot/references/products/orchestrator/summary.md +13 -1
- package/version-manifest.json +2 -2
- package/skills/uipath-maestro-bpmn/validator/README.md +0 -224
- package/skills/uipath-maestro-bpmn/validator/model.mjs +0 -419
- package/skills/uipath-maestro-bpmn/validator/package.json +0 -17
- package/skills/uipath-maestro-bpmn/validator/rules.mjs +0 -1403
- package/skills/uipath-maestro-bpmn/validator/samples/invalid-conditional-and-variable.bpmn +0 -25
- package/skills/uipath-maestro-bpmn/validator/samples/valid-baseline.bpmn +0 -52
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.0.bpmn +0 -157
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/A.2.1.bpmn +0 -333
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.1.0.bpmn +0 -598
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/B.2.0.bpmn +0 -1709
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.2.0.bpmn +0 -564
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.3.0.bpmn +0 -671
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.4.0.bpmn +0 -1045
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.5.0.bpmn +0 -1176
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.6.0.bpmn +0 -670
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/C.7.0.bpmn +0 -466
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Can_Parse_Complex_Process_With_Task_Gateway_BoundaryEvent_etc.bpmn +0 -74
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExclusiveGatewayDefaultFlow.bpmn +0 -32
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/ExternalAgentWorkflow.bpmn +0 -62
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Golden_Scenario.initial.bpmn +0 -361
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/InclusiveJoinRouteAwayBranch.bpmn +0 -62
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_AsyncExecution_And_Create_CorrectModel.bpmn +0 -74
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_ExtractionValidation_And_Create_CorrectModel.bpmn +0 -35
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_FileUpload_And_Create_CorrectModel.bpmn +0 -33
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_IXP_Extraction_JobAttachment_And_Create_CorrectModel.bpmn +0 -35
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/Parse_SubProcess_With_Multiple_Element_Types.bpmn +0 -76
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartEventWithOutputs.bpmn +0 -36
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/StartGatewayEnd.bpmn +0 -44
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all elements.bpmn +0 -516
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/all_sequence_flow_types.bpmn +0 -173
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/demo.bpmn +0 -181
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-collapsed.bpmn +0 -126
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-001-expanded.bpmn +0 -122
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/expected-findings/subprocess-example-003-collapsed_deeply-nested.bpmn +0 -438
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.1.0.bpmn +0 -87
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/A.3.0.bpmn +0 -165
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ApiWorkflow.bpmn +0 -39
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnNestedSubProcessTests.bpmn +0 -102
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnTimerBoundaryEvents.bpmn +0 -160
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithCatchAllErrorEventSubProcess.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/BpmnXmlWithSpecificErrorEventSubProcess.bpmn +0 -46
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/CaseManagementWithConstantIdentifier.bpmn +0 -218
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorBoundary.bpmn +0 -78
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ErrorPropagationInEventSubprocess.bpmn +0 -340
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/EventBasedGatewayFirstCatcherWins.bpmn +0 -56
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Example-EventBasedGateway.bpmn +0 -117
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewayConditional.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveGatewaySharedEndEvent.bpmn +0 -45
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ExclusiveWithParallelGateway.bpmn +0 -68
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/FourScriptTasks.bpmn +0 -84
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/HitlTaskOnly.bpmn +0 -55
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/InclusiveGatewayForkJoin.bpmn +0 -69
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_BPMN_Elements_And_Create_CorrectModel.bpmn +0 -20
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_HttpRequest_ServiceTask_And_Create_Correct_Model.bpmn +0 -34
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_MessageBoundaryEvent_And_Create_CorrectModel.bpmn +0 -87
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Script_Task_V2_And_Create_Correct_Model.bpmn +0 -31
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/Parse_Sets_Containers_Properly.bpmn +0 -129
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/ScriptWritesVariableThenGatewayBranches.bpmn +0 -59
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/boundaryevent.bpmn +0 -30
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/collapsed-subprocess.bpmn +0 -83
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/connectable-types.bpmn +0 -85
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/extensions-orchestrator-start-job.bpmn +0 -80
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/multiparticipantpool.bpmn +0 -77
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/nestedsubprocess.bpmn +0 -36
- package/skills/uipath-maestro-bpmn/validator/test/fixtures/known-good/simple.bpmn +0 -59
- package/skills/uipath-maestro-bpmn/validator/test/integration.test.mjs +0 -146
- package/skills/uipath-maestro-bpmn/validator/test/model-helpers.mjs +0 -42
- package/skills/uipath-maestro-bpmn/validator/test/ported-rule-tests.mjs +0 -983
- package/skills/uipath-maestro-bpmn/validator/test/run-tests.mjs +0 -530
- package/skills/uipath-maestro-bpmn/validator/uipath-moddle.v1.json +0 -715
- package/skills/uipath-maestro-bpmn/validator/validate-bpmn.mjs +0 -164
- package/skills/uipath-review/references/agents/agents-common-rules.md +0 -32
- package/skills/uipath-rpa/assets/before-after-hooks-template.md +0 -115
- package/skills/uipath-rpa/assets/helper-utility-template.md +0 -22
- package/skills/uipath-rpa/assets/testcase-template.md +0 -92
- package/skills/uipath-rpa/references/coded/coding-guidelines.md +0 -255
- package/skills/uipath-rpa/references/coded/inspect-package-guide.md +0 -80
- package/skills/uipath-rpa/references/coded/third-party-packages-guide.md +0 -67
- package/skills/uipath-rpa/references/connector-capabilities.md +0 -79
- package/skills/uipath-rpa/references/legacy/activity-docs/Testing.md +0 -95
- package/skills/uipath-rpa/references/legacy/activity-docs/UIAutomation.md +0 -159
- package/skills/uipath-rpa/references/legacy/common-pitfalls.md +0 -318
- package/skills/uipath-rpa/references/legacy/discovery-workflow.md +0 -147
- package/skills/uipath-rpa/references/legacy/environment-setup.md +0 -78
- package/skills/uipath-rpa/references/legacy/project-structure.md +0 -206
- package/skills/uipath-rpa/references/legacy/test-data-guide.md +0 -142
- package/skills/uipath-rpa/references/legacy/validation-and-fixing.md +0 -154
- package/skills/uipath-rpa/references/project-structure-guide.md +0 -168
- package/skills/uipath-rpa/references/project-structure.md +0 -135
- package/skills/uipath-rpa/references/publishing-guide.md +0 -80
- package/skills/uipath-rpa/references/validation-guide.md +0 -170
- package/skills/uipath-rpa/references/xaml/csharp-expression-pitfalls.md +0 -43
- package/skills/uipath-rpa/references/xaml/flowchart-guide.md +0 -113
- package/skills/uipath-rpa/references/xaml/workflow-guide.md +0 -258
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"name": "uipath",
|
|
10
10
|
"source": "./",
|
|
11
11
|
"description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath workflows, UI automation, UI testing and UiPath troubleshoot",
|
|
12
|
-
"version": "1.
|
|
12
|
+
"version": "1.200.0",
|
|
13
13
|
"author": {
|
|
14
14
|
"name": "UiPath"
|
|
15
15
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "uipath",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.200.0",
|
|
4
4
|
"description": "UiPath plugin for Claude Code — custom skills, agents, hooks, and MCP servers for UiPath RPA workflows, UI automation, UI testing, Python coded agents and UiPath troubleshoot",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "UiPath"
|
package/CODEOWNERS
CHANGED
|
@@ -71,15 +71,15 @@
|
|
|
71
71
|
/tests/tasks/activation/uipath-functions.jsonl @AlexBizon @UiPath/team-coded-agents
|
|
72
72
|
|
|
73
73
|
# Planner skill (PDD → SDD design + multi-skill task planning)
|
|
74
|
-
/skills/uipath-planner/ @RaduAna-Maria
|
|
75
|
-
/tests/tasks/uipath-planner/ @RaduAna-Maria
|
|
74
|
+
/skills/uipath-planner/ @RaduAna-Maria @abhiram-vad
|
|
75
|
+
/tests/tasks/uipath-planner/ @RaduAna-Maria @abhiram-vad
|
|
76
76
|
|
|
77
77
|
# Solution skill (uip solution lifecycle)
|
|
78
78
|
/skills/uipath-solution/ @UiPath/team-merlot @UiPath/team-orange
|
|
79
79
|
/tests/tasks/uipath-solution/ @UiPath/team-merlot @UiPath/team-orange
|
|
80
80
|
|
|
81
81
|
# Flow skill
|
|
82
|
-
/skills/uipath-maestro-flow/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh @DevMomo
|
|
82
|
+
/skills/uipath-maestro-flow/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh @DevMomo @chandusailella @mukundbayyaram
|
|
83
83
|
# Flow test tasks (general) — more specific subfolder rules below override this
|
|
84
84
|
/tests/tasks/uipath-maestro-flow/ @bai-uipath @rockymadden @gozhang2 @tmatup @akshaylive @jiyangzh @nikhil-maryala @baishalighosh @DevMomo
|
|
85
85
|
|
|
@@ -105,19 +105,20 @@
|
|
|
105
105
|
/tests/tasks/uipath-maestro-case/guardrails/ @apetraru-uipath @valentinabojan @ctiliescuuipath
|
|
106
106
|
|
|
107
107
|
# Coded Apps skill
|
|
108
|
-
/skills/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354
|
|
109
|
-
/tests/tasks/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354
|
|
108
|
+
/skills/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354 @ninja-shreyash
|
|
109
|
+
/tests/tasks/uipath-coded-apps/ @Raina451 @deepeshrai-tech @Sandeepan-Ghosh-0312 @swati354 @ninja-shreyash
|
|
110
110
|
|
|
111
111
|
# Connector Builder skill
|
|
112
112
|
/skills/uipath-connector-builder/ @mukeshkumar-uipath @chandusailella @apoosarla-uipath
|
|
113
113
|
/tests/tasks/uipath-connector-builder/ @mukeshkumar-uipath @chandusailella @apoosarla-uipath
|
|
114
|
+
/tests/tasks/activation/uipath-connector-builder.jsonl @mukeshkumar-uipath @chandusailella @apoosarla-uipath
|
|
114
115
|
|
|
115
116
|
# Flow skill — plugin guides (away team owned)
|
|
116
117
|
# Add your team here when contributing a new plugin category
|
|
117
118
|
/skills/uipath-maestro-flow/references/plugins/connector/ @baishalighosh @chandusailella @bai-uipath @rockymadden @DevMomo
|
|
118
119
|
/skills/uipath-maestro-flow/references/plugins/connector-trigger/ @baishalighosh @chandusailella @bai-uipath @rockymadden @DevMomo
|
|
119
120
|
/skills/uipath-maestro-flow/references/author/references/plugins/inline-agent/ @AlexandruCGhimisi @andreibalas-uipath @al3xanndru
|
|
120
|
-
/tests/tasks/uipath-maestro-flow/connector_features/ @baishalighosh
|
|
121
|
+
/tests/tasks/uipath-maestro-flow/connector_features/ @baishalighosh @chandusailella @mukundbayyaram
|
|
121
122
|
|
|
122
123
|
# IXP
|
|
123
124
|
/skills/uipath-maestro-flow/references/author/references/plugins/ixp/ @jcalero @constantinmuraru @scallaway-uipath @tommilligan @joe-prosser @vlad-crisan @richsilv @AWilcke
|
|
@@ -160,8 +161,8 @@
|
|
|
160
161
|
/skills/uipath-ixp/ @cezara98t @paul-ciobanu @misupantea-uipath @andrei-uipath @alexandrujircan
|
|
161
162
|
/tests/tasks/uipath-ixp/ @cezara98t @paul-ciobanu @misupantea-uipath @andrei-uipath @alexandrujircan
|
|
162
163
|
# MCP skill (UiPath AgentHub MCP server registration + tool authoring)
|
|
163
|
-
/skills/uipath-mcp-servers/ @
|
|
164
|
-
/tests/tasks/uipath-mcp-servers/ @
|
|
164
|
+
/skills/uipath-mcp-servers/ @cristipufu @UiPath/team-coded-agents
|
|
165
|
+
/tests/tasks/uipath-mcp-servers/ @cristipufu @UiPath/team-coded-agents
|
|
165
166
|
|
|
166
167
|
# Insights skill (job monitoring and analytics)
|
|
167
168
|
/skills/uipath-insights/ @suranabhavya @rliuup
|
|
@@ -169,3 +170,8 @@
|
|
|
169
170
|
|
|
170
171
|
# Automation Discovery skill
|
|
171
172
|
/skills/uipath-automation-discovery/ @uisherif
|
|
173
|
+
|
|
174
|
+
# Process Mining skill (process apps, data ingestion, dbt transformations)
|
|
175
|
+
/skills/uipath-process-mining/ @UiPath/team-backendhoven
|
|
176
|
+
/tests/tasks/uipath-process-mining/ @UiPath/team-backendhoven
|
|
177
|
+
/tests/tasks/activation/uipath-process-mining.jsonl @UiPath/team-backendhoven
|
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# UiPath Agent Skills
|
|
2
2
|
|
|
3
|
+
[](https://www.skills.sh/uipath/skills)
|
|
4
|
+
|
|
3
5
|
> [!NOTE]
|
|
4
6
|
> **Work in Progress** — This repository is under active development. Skills are being added and refined. Contributions, feedback, and ideas are welcome! See [Contributing](#contributing) below.
|
|
5
7
|
|
|
@@ -40,6 +42,18 @@ After installing, verify with `node -v` and then run the quick start command abo
|
|
|
40
42
|
|
|
41
43
|
</details>
|
|
42
44
|
|
|
45
|
+
### Try a skill without installing anything
|
|
46
|
+
|
|
47
|
+
To evaluate a single skill before adopting the whole set, use the [`skills` CLI](https://www.skills.sh) — no UiPath CLI and no project changes required:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
npx skills add UiPath/skills --list # browse the catalog
|
|
51
|
+
npx skills use UiPath/skills@uipath-rpa | claude # run one skill; nothing is written to your project
|
|
52
|
+
npx skills add UiPath/skills --skill uipath-rpa # install just that one skill
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
> **For ongoing use, prefer `uip skills install` above.** It detects every coding agent on your machine and keeps skills updated as they change; `npx skills add` installs a point-in-time copy that you must update yourself with `npx skills update`.
|
|
56
|
+
|
|
43
57
|
## Skill Catalog
|
|
44
58
|
|
|
45
59
|
The repository ships skills covering authoring, platform operations, and diagnostics for UiPath automations.
|
|
@@ -105,9 +119,10 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
|
|
|
105
119
|
| `uipath-maestro-flow` | In-development |
|
|
106
120
|
| `uipath-mcp-servers` | In-development |
|
|
107
121
|
| `uipath-planner` | Preview |
|
|
108
|
-
| `uipath-platform` |
|
|
122
|
+
| `uipath-platform` | Stable |
|
|
123
|
+
| `uipath-process-mining` | Preview |
|
|
109
124
|
| `uipath-review` | Preview |
|
|
110
|
-
| `uipath-rpa` |
|
|
125
|
+
| `uipath-rpa` | Stable |
|
|
111
126
|
| `uipath-solution` | Preview |
|
|
112
127
|
| `uipath-tasks` | Preview |
|
|
113
128
|
| `uipath-test` | In-development |
|
|
@@ -123,7 +138,7 @@ Every skill's maturity is tracked in [`assets/skill-status.json`](assets/skill-s
|
|
|
123
138
|
|
|
124
139
|
| Agent | Description |
|
|
125
140
|
|-------|-------------|
|
|
126
|
-
| **Project Discovery** (`uipath-project-discovery-agent`) | Auto-discovers UiPath project structure, dependencies, conventions,
|
|
141
|
+
| **Project Discovery** (`uipath-project-discovery-agent`) | Auto-discovers UiPath project structure, dependencies, and conventions, then writes the context files itself for Claude Code (`.claude/rules/project-context.md`) and UiPath Autopilot (`AGENTS.md`). Triggered automatically when a UiPath project with authored workflows is detected without existing context, or on explicit user request. Skips empty and freshly-scaffolded projects. |
|
|
127
142
|
|
|
128
143
|
## Multi-Tool Support
|
|
129
144
|
|
package/assets/skill-status.json
CHANGED
|
@@ -151,6 +151,14 @@
|
|
|
151
151
|
"last_synced": null
|
|
152
152
|
},
|
|
153
153
|
"uipath-platform": {
|
|
154
|
+
"status": "stable",
|
|
155
|
+
"confluence": {
|
|
156
|
+
"page_id": null,
|
|
157
|
+
"url": null
|
|
158
|
+
},
|
|
159
|
+
"last_synced": null
|
|
160
|
+
},
|
|
161
|
+
"uipath-process-mining": {
|
|
154
162
|
"status": "preview",
|
|
155
163
|
"confluence": {
|
|
156
164
|
"page_id": null,
|
|
@@ -167,7 +175,7 @@
|
|
|
167
175
|
"last_synced": null
|
|
168
176
|
},
|
|
169
177
|
"uipath-rpa": {
|
|
170
|
-
"status": "
|
|
178
|
+
"status": "stable",
|
|
171
179
|
"confluence": {
|
|
172
180
|
"page_id": null,
|
|
173
181
|
"url": null
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-
|
|
3
|
-
"cli_version": "1.
|
|
2
|
+
"generated_at": "2026-08-08T04:29:32Z",
|
|
3
|
+
"cli_version": "1.200.0-dev.8173",
|
|
4
4
|
"verbs": [
|
|
5
5
|
"admin",
|
|
6
6
|
"admin audit",
|
|
@@ -177,6 +177,7 @@
|
|
|
177
177
|
"agent guardrails",
|
|
178
178
|
"agent guardrails catalog",
|
|
179
179
|
"agent guardrails list",
|
|
180
|
+
"agent guardrails llm-as-judge-models",
|
|
180
181
|
"agent init",
|
|
181
182
|
"agent input",
|
|
182
183
|
"agent input add",
|
|
@@ -233,6 +234,7 @@
|
|
|
233
234
|
"agenthub mcp update",
|
|
234
235
|
"agenthub mcp-tools",
|
|
235
236
|
"agenthub mcp-tools candidates",
|
|
237
|
+
"agenthub mcp-tools create-raw",
|
|
236
238
|
"agenthub mcp-tools create-resource",
|
|
237
239
|
"agenthub mcp-tools delete",
|
|
238
240
|
"agenthub mcp-tools disable",
|
|
@@ -318,6 +320,7 @@
|
|
|
318
320
|
"codedagent pull",
|
|
319
321
|
"codedagent push",
|
|
320
322
|
"codedagent register",
|
|
323
|
+
"codedagent review",
|
|
321
324
|
"codedagent run",
|
|
322
325
|
"codedagent setup",
|
|
323
326
|
"codedapp",
|
|
@@ -327,8 +330,10 @@
|
|
|
327
330
|
"codedapp publish",
|
|
328
331
|
"codedapp pull",
|
|
329
332
|
"codedapp push",
|
|
333
|
+
"coder",
|
|
330
334
|
"completion",
|
|
331
335
|
"config",
|
|
336
|
+
"config clear",
|
|
332
337
|
"config get",
|
|
333
338
|
"config set",
|
|
334
339
|
"context-grounding",
|
|
@@ -389,15 +394,15 @@
|
|
|
389
394
|
"docsai ask",
|
|
390
395
|
"feedback",
|
|
391
396
|
"feedback send",
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"
|
|
398
|
-
"
|
|
399
|
-
"
|
|
400
|
-
"
|
|
397
|
+
"function",
|
|
398
|
+
"function init",
|
|
399
|
+
"function new",
|
|
400
|
+
"function pack",
|
|
401
|
+
"function publish",
|
|
402
|
+
"function push",
|
|
403
|
+
"function run",
|
|
404
|
+
"function runtime-install",
|
|
405
|
+
"function serve",
|
|
401
406
|
"gov",
|
|
402
407
|
"gov access-policy",
|
|
403
408
|
"gov access-policy create",
|
|
@@ -449,6 +454,13 @@
|
|
|
449
454
|
"gov compliance-packs state enable",
|
|
450
455
|
"gov compliance-packs state get",
|
|
451
456
|
"gov compliance-packs state list",
|
|
457
|
+
"gov compliance-packs state restore",
|
|
458
|
+
"guardrails",
|
|
459
|
+
"guardrails byo-configurations",
|
|
460
|
+
"guardrails byo-configurations create",
|
|
461
|
+
"guardrails byo-configurations delete",
|
|
462
|
+
"guardrails byo-configurations list",
|
|
463
|
+
"guardrails byo-configurations update",
|
|
452
464
|
"insights",
|
|
453
465
|
"insights jobs",
|
|
454
466
|
"insights jobs completed-timeline",
|
|
@@ -474,10 +486,59 @@
|
|
|
474
486
|
"is connections update-polling-interval",
|
|
475
487
|
"is connectors",
|
|
476
488
|
"is connectors audit-logs",
|
|
489
|
+
"is connectors builder",
|
|
490
|
+
"is connectors builder activity",
|
|
491
|
+
"is connectors builder activity create",
|
|
492
|
+
"is connectors builder activity delete",
|
|
493
|
+
"is connectors builder activity field",
|
|
494
|
+
"is connectors builder activity field create",
|
|
495
|
+
"is connectors builder activity field delete",
|
|
496
|
+
"is connectors builder activity field get",
|
|
497
|
+
"is connectors builder activity field list",
|
|
498
|
+
"is connectors builder activity field schema",
|
|
499
|
+
"is connectors builder activity get",
|
|
500
|
+
"is connectors builder activity hook",
|
|
501
|
+
"is connectors builder activity hook create",
|
|
502
|
+
"is connectors builder activity hook delete",
|
|
503
|
+
"is connectors builder activity hook get",
|
|
504
|
+
"is connectors builder activity hook list",
|
|
505
|
+
"is connectors builder activity list",
|
|
506
|
+
"is connectors builder activity method",
|
|
507
|
+
"is connectors builder activity method curate",
|
|
508
|
+
"is connectors builder activity method get",
|
|
509
|
+
"is connectors builder activity method set",
|
|
510
|
+
"is connectors builder activity param",
|
|
511
|
+
"is connectors builder activity param create",
|
|
512
|
+
"is connectors builder activity param delete",
|
|
513
|
+
"is connectors builder activity param get",
|
|
514
|
+
"is connectors builder activity param list",
|
|
515
|
+
"is connectors builder auth",
|
|
516
|
+
"is connectors builder auth get",
|
|
517
|
+
"is connectors builder auth set",
|
|
518
|
+
"is connectors builder auth system",
|
|
519
|
+
"is connectors builder auth system create",
|
|
520
|
+
"is connectors builder auth system list",
|
|
521
|
+
"is connectors builder init",
|
|
522
|
+
"is connectors builder init header",
|
|
523
|
+
"is connectors builder init header delete",
|
|
524
|
+
"is connectors builder init preset",
|
|
525
|
+
"is connectors builder init preset apply",
|
|
526
|
+
"is connectors builder inspect",
|
|
527
|
+
"is connectors builder state",
|
|
528
|
+
"is connectors builder state patch",
|
|
529
|
+
"is connectors builder state query",
|
|
530
|
+
"is connectors builder trigger",
|
|
531
|
+
"is connectors builder trigger create",
|
|
532
|
+
"is connectors builder validate",
|
|
533
|
+
"is connectors download",
|
|
477
534
|
"is connectors event-operations",
|
|
478
535
|
"is connectors export",
|
|
479
536
|
"is connectors get",
|
|
537
|
+
"is connectors import",
|
|
480
538
|
"is connectors list",
|
|
539
|
+
"is connectors metadata",
|
|
540
|
+
"is connectors publish",
|
|
541
|
+
"is connectors publish-status",
|
|
481
542
|
"is connectors swagger",
|
|
482
543
|
"is resources",
|
|
483
544
|
"is resources describe",
|
|
@@ -492,6 +553,9 @@
|
|
|
492
553
|
"is triggers",
|
|
493
554
|
"is triggers describe",
|
|
494
555
|
"is triggers objects",
|
|
556
|
+
"is typecache",
|
|
557
|
+
"is typecache activities",
|
|
558
|
+
"is typecache packages",
|
|
495
559
|
"is webhooks",
|
|
496
560
|
"is webhooks config",
|
|
497
561
|
"ixp",
|
|
@@ -539,6 +603,15 @@
|
|
|
539
603
|
"ixp projects update-prompt",
|
|
540
604
|
"ixp projects update-title",
|
|
541
605
|
"llm-configuration",
|
|
606
|
+
"llm-configuration byo-connections",
|
|
607
|
+
"llm-configuration byo-connections create",
|
|
608
|
+
"llm-configuration byo-connections delete",
|
|
609
|
+
"llm-configuration byo-connections get",
|
|
610
|
+
"llm-configuration byo-connections list",
|
|
611
|
+
"llm-configuration byo-connections list-product-configs",
|
|
612
|
+
"llm-configuration byo-connections update",
|
|
613
|
+
"llm-gateway",
|
|
614
|
+
"llm-gateway models",
|
|
542
615
|
"login",
|
|
543
616
|
"login refresh",
|
|
544
617
|
"login status",
|
|
@@ -556,6 +629,7 @@
|
|
|
556
629
|
"maestro bpmn debug-instance continue",
|
|
557
630
|
"maestro bpmn debug-instance create",
|
|
558
631
|
"maestro bpmn debug-instance incidents",
|
|
632
|
+
"maestro bpmn debug-instance status",
|
|
559
633
|
"maestro bpmn debug-instance variables",
|
|
560
634
|
"maestro bpmn debug-instance variables-all",
|
|
561
635
|
"maestro bpmn debug-instance variables-set",
|
|
@@ -744,6 +818,7 @@
|
|
|
744
818
|
"maestro flow debug-instance continue",
|
|
745
819
|
"maestro flow debug-instance create",
|
|
746
820
|
"maestro flow debug-instance incidents",
|
|
821
|
+
"maestro flow debug-instance status",
|
|
747
822
|
"maestro flow debug-instance variables",
|
|
748
823
|
"maestro flow debug-instance variables-all",
|
|
749
824
|
"maestro flow debug-instance variables-set",
|
|
@@ -847,6 +922,18 @@
|
|
|
847
922
|
"maestro flow variable-update remove",
|
|
848
923
|
"mcp",
|
|
849
924
|
"mcp serve",
|
|
925
|
+
"model-hub",
|
|
926
|
+
"model-hub custom-routings",
|
|
927
|
+
"model-hub custom-routings create",
|
|
928
|
+
"model-hub custom-routings get",
|
|
929
|
+
"model-hub organizations",
|
|
930
|
+
"model-hub organizations get",
|
|
931
|
+
"model-hub policy-previews",
|
|
932
|
+
"model-hub policy-previews get",
|
|
933
|
+
"model-hub routing-history",
|
|
934
|
+
"model-hub routing-history list",
|
|
935
|
+
"model-hub tenants",
|
|
936
|
+
"model-hub tenants get",
|
|
850
937
|
"or",
|
|
851
938
|
"or assets",
|
|
852
939
|
"or assets create",
|
|
@@ -1043,7 +1130,11 @@
|
|
|
1043
1130
|
"platform licenses",
|
|
1044
1131
|
"platform licenses consumables",
|
|
1045
1132
|
"platform licenses consumables get",
|
|
1133
|
+
"platform licenses summary",
|
|
1046
1134
|
"platform tenants",
|
|
1135
|
+
"platform tenants folder-outcome-billing",
|
|
1136
|
+
"platform tenants folder-outcome-billing get",
|
|
1137
|
+
"platform tenants folder-outcome-billing set",
|
|
1047
1138
|
"platform tenants licenses",
|
|
1048
1139
|
"platform tenants licenses get",
|
|
1049
1140
|
"platform tenants licenses set",
|
|
@@ -1052,7 +1143,118 @@
|
|
|
1052
1143
|
"platform users licenses available",
|
|
1053
1144
|
"platform users licenses get",
|
|
1054
1145
|
"platform users licenses set",
|
|
1146
|
+
"pm",
|
|
1147
|
+
"pm app-types",
|
|
1148
|
+
"pm app-types get",
|
|
1149
|
+
"pm app-types list",
|
|
1150
|
+
"pm apps",
|
|
1151
|
+
"pm apps create",
|
|
1152
|
+
"pm apps data-mapping",
|
|
1153
|
+
"pm apps data-mapping get",
|
|
1154
|
+
"pm apps data-mapping update",
|
|
1155
|
+
"pm apps data-model",
|
|
1156
|
+
"pm apps data-model add-table",
|
|
1157
|
+
"pm apps data-model get",
|
|
1158
|
+
"pm apps delete",
|
|
1159
|
+
"pm apps list",
|
|
1160
|
+
"pm apps model",
|
|
1161
|
+
"pm apps model fields",
|
|
1162
|
+
"pm apps model fields list",
|
|
1163
|
+
"pm apps model fields remove",
|
|
1164
|
+
"pm apps model fields set",
|
|
1165
|
+
"pm apps model get",
|
|
1166
|
+
"pm apps model update",
|
|
1167
|
+
"pm apps publish",
|
|
1168
|
+
"pm files",
|
|
1169
|
+
"pm files upload",
|
|
1170
|
+
"pm ingestions",
|
|
1171
|
+
"pm ingestions create",
|
|
1172
|
+
"pm ingestions logs",
|
|
1173
|
+
"pm query",
|
|
1174
|
+
"pm query details",
|
|
1175
|
+
"pm query info",
|
|
1176
|
+
"pm query insights",
|
|
1177
|
+
"pm query layout",
|
|
1178
|
+
"pm query percentile",
|
|
1179
|
+
"pm query rca",
|
|
1180
|
+
"pm query run",
|
|
1181
|
+
"pm transformations",
|
|
1182
|
+
"pm transformations apply",
|
|
1183
|
+
"pm transformations create",
|
|
1184
|
+
"pm transformations get",
|
|
1185
|
+
"pm transformations list",
|
|
1186
|
+
"pm transformations logs",
|
|
1187
|
+
"pm transformations run",
|
|
1188
|
+
"pm transformations status",
|
|
1189
|
+
"pm transformations update",
|
|
1055
1190
|
"rpa",
|
|
1191
|
+
"rpa activities",
|
|
1192
|
+
"rpa activities find",
|
|
1193
|
+
"rpa activities get-default-xaml",
|
|
1194
|
+
"rpa analyze",
|
|
1195
|
+
"rpa analyzer-rules",
|
|
1196
|
+
"rpa analyzer-rules list",
|
|
1197
|
+
"rpa build",
|
|
1198
|
+
"rpa cleanup",
|
|
1199
|
+
"rpa data-fabric-entities",
|
|
1200
|
+
"rpa data-fabric-entities install",
|
|
1201
|
+
"rpa data-fabric-entities list",
|
|
1202
|
+
"rpa debug",
|
|
1203
|
+
"rpa debug apply-file-changes",
|
|
1204
|
+
"rpa debug break",
|
|
1205
|
+
"rpa debug continue",
|
|
1206
|
+
"rpa debug continue-ignore",
|
|
1207
|
+
"rpa debug continue-retry",
|
|
1208
|
+
"rpa debug restart-from-top",
|
|
1209
|
+
"rpa debug resume",
|
|
1210
|
+
"rpa debug set-breakpoints",
|
|
1211
|
+
"rpa debug start",
|
|
1212
|
+
"rpa debug start-from-here",
|
|
1213
|
+
"rpa debug state",
|
|
1214
|
+
"rpa debug step-into",
|
|
1215
|
+
"rpa debug step-out",
|
|
1216
|
+
"rpa debug step-over",
|
|
1217
|
+
"rpa debug test-activity",
|
|
1218
|
+
"rpa debug toggle-breakpoint",
|
|
1219
|
+
"rpa execution",
|
|
1220
|
+
"rpa execution cancel",
|
|
1221
|
+
"rpa files",
|
|
1222
|
+
"rpa files diff",
|
|
1223
|
+
"rpa get-library-object-repository",
|
|
1224
|
+
"rpa get-object-repository",
|
|
1225
|
+
"rpa init",
|
|
1226
|
+
"rpa instances",
|
|
1227
|
+
"rpa instances list",
|
|
1228
|
+
"rpa pack",
|
|
1229
|
+
"rpa packages",
|
|
1230
|
+
"rpa packages inspect",
|
|
1231
|
+
"rpa packages install",
|
|
1232
|
+
"rpa packages versions",
|
|
1233
|
+
"rpa remote",
|
|
1234
|
+
"rpa remote configure",
|
|
1235
|
+
"rpa remote download-file",
|
|
1236
|
+
"rpa remote exec",
|
|
1237
|
+
"rpa remote upload-file",
|
|
1238
|
+
"rpa restore",
|
|
1239
|
+
"rpa run",
|
|
1240
|
+
"rpa studio",
|
|
1241
|
+
"rpa studio start",
|
|
1242
|
+
"rpa templates",
|
|
1243
|
+
"rpa templates search",
|
|
1244
|
+
"rpa test-data",
|
|
1245
|
+
"rpa test-data add-entity",
|
|
1246
|
+
"rpa test-data add-queue",
|
|
1247
|
+
"rpa test-data add-variation",
|
|
1248
|
+
"rpa tm",
|
|
1249
|
+
"rpa tm clear-default-project",
|
|
1250
|
+
"rpa tm connect",
|
|
1251
|
+
"rpa tm set-default-project",
|
|
1252
|
+
"rpa tm status",
|
|
1253
|
+
"rpa uia",
|
|
1254
|
+
"rpa validate",
|
|
1255
|
+
"rpa workflow-examples",
|
|
1256
|
+
"rpa workflow-examples get",
|
|
1257
|
+
"rpa workflow-examples list",
|
|
1056
1258
|
"rpa-legacy",
|
|
1057
1259
|
"rpa-legacy debug",
|
|
1058
1260
|
"rpa-legacy find-activities",
|
|
@@ -1068,6 +1270,7 @@
|
|
|
1068
1270
|
"skills uninstall",
|
|
1069
1271
|
"skills update",
|
|
1070
1272
|
"solution",
|
|
1273
|
+
"solution cleanup",
|
|
1071
1274
|
"solution delete",
|
|
1072
1275
|
"solution deploy",
|
|
1073
1276
|
"solution deploy activate",
|
|
@@ -1080,20 +1283,23 @@
|
|
|
1080
1283
|
"solution deploy run",
|
|
1081
1284
|
"solution deploy status",
|
|
1082
1285
|
"solution deploy uninstall",
|
|
1286
|
+
"solution deploy upgrade",
|
|
1083
1287
|
"solution download",
|
|
1288
|
+
"solution feeds",
|
|
1289
|
+
"solution feeds list",
|
|
1084
1290
|
"solution init",
|
|
1085
1291
|
"solution pack",
|
|
1086
1292
|
"solution packages",
|
|
1087
1293
|
"solution packages delete",
|
|
1088
1294
|
"solution packages download",
|
|
1089
1295
|
"solution packages list",
|
|
1090
|
-
"solution
|
|
1091
|
-
"solution
|
|
1092
|
-
"solution
|
|
1093
|
-
"solution
|
|
1094
|
-
"solution
|
|
1095
|
-
"solution
|
|
1096
|
-
"solution
|
|
1296
|
+
"solution projects",
|
|
1297
|
+
"solution projects add",
|
|
1298
|
+
"solution projects import",
|
|
1299
|
+
"solution projects list",
|
|
1300
|
+
"solution projects publish",
|
|
1301
|
+
"solution projects remove",
|
|
1302
|
+
"solution projects resync",
|
|
1097
1303
|
"solution publish",
|
|
1098
1304
|
"solution resources",
|
|
1099
1305
|
"solution resources add",
|
|
@@ -1147,6 +1353,7 @@
|
|
|
1147
1353
|
"tm objectlabel get",
|
|
1148
1354
|
"tm objectlabel list",
|
|
1149
1355
|
"tm objectlabel remove",
|
|
1356
|
+
"tm pack",
|
|
1150
1357
|
"tm project",
|
|
1151
1358
|
"tm project clear-default-folder",
|
|
1152
1359
|
"tm project create",
|
|
@@ -1247,8 +1454,7 @@
|
|
|
1247
1454
|
"codedagent push",
|
|
1248
1455
|
"codedagent register",
|
|
1249
1456
|
"codedagent run",
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"rpa"
|
|
1457
|
+
"coder",
|
|
1458
|
+
"context-grounding"
|
|
1253
1459
|
]
|
|
1254
1460
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uipath/skills",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.200.0",
|
|
4
4
|
"description": "UiPath agent skills for Claude Code, Codex, Cursor, Copilot, Gemini and OpenCode — RPA, UI automation, UI testing, coded agents/apps/workflows, and troubleshooting. Distributed as the UiPath Claude Code plugin.",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "UiPath"
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"troubleshoot"
|
|
26
26
|
],
|
|
27
27
|
"private": false,
|
|
28
|
+
"uipathSkillsFlavor": "default",
|
|
28
29
|
"files": [
|
|
29
30
|
"skills",
|
|
30
31
|
"agents",
|
|
@@ -35,9 +36,17 @@
|
|
|
35
36
|
"version-manifest.json",
|
|
36
37
|
"README.md",
|
|
37
38
|
"LICENSE",
|
|
38
|
-
"CODEOWNERS"
|
|
39
|
+
"CODEOWNERS",
|
|
40
|
+
"scripts/npm-package-lifecycle.mjs"
|
|
39
41
|
],
|
|
40
42
|
"scripts": {
|
|
43
|
+
"skills:test": "node --test tests/scripts/compose-skill-flavor.test.mjs tests/scripts/manage-skill-flavors-skill.test.mjs",
|
|
44
|
+
"skills:validate": "node scripts/compose-skill-flavor.mjs validate",
|
|
45
|
+
"skills:build": "node scripts/compose-skill-flavor.mjs build",
|
|
46
|
+
"skills:pack": "node scripts/compose-skill-flavor.mjs pack",
|
|
47
|
+
"skills:recover": "node scripts/npm-package-lifecycle.mjs recover",
|
|
48
|
+
"prepack": "node scripts/npm-package-lifecycle.mjs prepare",
|
|
49
|
+
"postpack": "node scripts/npm-package-lifecycle.mjs restore",
|
|
41
50
|
"version:sync": "node scripts/sync-version.mjs",
|
|
42
51
|
"version:check": "node scripts/sync-version.mjs --check"
|
|
43
52
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
import { existsSync } from "node:fs";
|
|
4
|
+
import path from "node:path";
|
|
5
|
+
import process from "node:process";
|
|
6
|
+
import { fileURLToPath, pathToFileURL } from "node:url";
|
|
7
|
+
|
|
8
|
+
const repoRoot = path.resolve(path.dirname(fileURLToPath(import.meta.url)), "..");
|
|
9
|
+
const composerPath = path.join(repoRoot, "scripts", "compose-skill-flavor.mjs");
|
|
10
|
+
const action = process.argv[2] ?? process.env.npm_lifecycle_event;
|
|
11
|
+
const actions = new Set(["prepare", "restore", "recover"]);
|
|
12
|
+
|
|
13
|
+
async function main() {
|
|
14
|
+
if (!actions.has(action)) {
|
|
15
|
+
throw new Error(`expected lifecycle action prepare, restore, or recover; got ${JSON.stringify(action)}`);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
if (!existsSync(composerPath)) {
|
|
19
|
+
const sourceIndicators = [
|
|
20
|
+
path.join(repoRoot, ".git"),
|
|
21
|
+
path.join(repoRoot, "skill-flavors"),
|
|
22
|
+
path.join(repoRoot, "build", ".root-pack-transaction"),
|
|
23
|
+
].filter((candidate) => existsSync(candidate));
|
|
24
|
+
if (sourceIndicators.length) {
|
|
25
|
+
throw new Error(
|
|
26
|
+
`skill package source was detected, but the flavor composer is missing: ${composerPath}`,
|
|
27
|
+
);
|
|
28
|
+
}
|
|
29
|
+
return;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
const composer = await import(pathToFileURL(composerPath).href);
|
|
33
|
+
if (action === "prepare") {
|
|
34
|
+
composer.prepareRootDefaultPackage(repoRoot);
|
|
35
|
+
return;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
composer.restoreRootDefaultPackage(repoRoot);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
try {
|
|
42
|
+
await main();
|
|
43
|
+
} catch (error) {
|
|
44
|
+
console.error(`ERROR: ${error.message}`);
|
|
45
|
+
process.exitCode = 1;
|
|
46
|
+
}
|
|
@@ -120,11 +120,13 @@ Each rule is the agent contract. Per-area detail is in the linked reference file
|
|
|
120
120
|
|
|
121
121
|
23. **Disambiguate `org` vs `tenant` scope before querying.** If the prompt is vague AND no prior turn fixed the scope, **stop and ask once** (a single clarifying question — use AskUserQuestion when available) — never silently default to `tenant` or any single scope. If you genuinely cannot get an answer (non-interactive run) and must proceed, query **both** scopes and combine the results rather than guessing one — silently picking a single scope is the failure mode. **Scope is a positional subgroup, NOT a flag:** write `uip admin audit org sources` / `uip admin audit tenant events` — there is no `--scope` option (`audit sources --scope organization` is invalid). Routing table (user-phrasing → scope + why it lives where) and investigation playbooks: [audit-workflow-guide.md → Audit scope disambiguation](references/audit-workflow-guide.md#audit-scope-disambiguation--route-by-user-phrasing).
|
|
122
122
|
24. **`audit <scope> events` returns an object, not a bare array.** Shape is `{auditEvents, next, previous}`. Do not index `Data[0]`; read `Data.auditEvents[]`. **Cursor semantics are chronological**: `next` = newer events, `previous` = older events. The default newest-backward walk follows `previous`.
|
|
123
|
-
25. **`--limit` paginates internally — never loop on `--from-date` / `--to-date` to "paginate".** The server clamps `maxCount` to `[10, 200]` per request; when the user wants more than 200, the CLI fetches `ceil(N/200)` pages under the hood. Pass `--limit 500` (or larger) — do NOT re-implement pagination in the agent.
|
|
123
|
+
25. **`--limit` paginates internally — never loop on `--from-date` / `--to-date` to "paginate".** The server clamps `maxCount` to `[10, 200]` per request; when the user wants more than 200, the CLI fetches `ceil(N/200)` pages under the hood. Pass `--limit 500` (or larger, **up to the 10000 maximum**) — do NOT re-implement pagination in the agent. `--limit` must be in `[1, 10000]`; a bigger value is rejected up front with `Result: "ValidationError"`, so never pass an arbitrarily huge number to mean "everything" — for that, omit `--limit` or stay within the range.
|
|
124
124
|
26. **Discover via `audit <scope> sources` first — never invent source / target / type GUIDs.** The catalog response gives the GUIDs you pass to `events --source / --target / --type`. This is also the answer to "what audit events / sources can I see?" — **run `audit <scope> sources` and report the live catalog; do not answer conceptually from memory or the reference docs.**
|
|
125
125
|
27. **Bound the time window, ISO 8601 in UTC.** Don't call `audit <scope> events` without `--from-date` and `--to-date` on a noisy tenant. Accepted formats: date-only (`2026-04-01`) or with time (`2026-04-01T14:30:00Z`). **`--to-date` is inclusive of the exact instant** — to capture a full final day, pass the start of the next day or `T23:59:59.999Z`. This next-day trick is for `events` only — `export` bounds are whole days (Rule 30). Resolve relative phrases ("yesterday", "last 7 days") against the actual current UTC date (e.g. `date -u`) — never guess dates — and echo the resolved window in your reply.
|
|
126
|
+
27b. **"No matching event" is a complete answer — never name an actor the evidence does not support.** An audit trail is evidence, so attributing an action to the wrong person is worse than returning nothing. If the targeted query comes back empty, say so plainly, state what you searched (scope, source/target/type, window), and offer a next step (widen the window, try the other scope, check the resource ever existed). **Never** promote an actor from an adjacent event — a different resource, a different event type, or a broad `--search` hit — into the answer, and do not keep loosening filters until something returns and then present that as the culprit. Only name an actor when the cited event matches both the resource and the verb asked about, quoting `createdOn` plus the identifying `eventDetails` field so the user can verify it. Detail: [audit-workflow-guide.md → Step 5](references/audit-workflow-guide.md#step-5--when-nothing-matches-say-so).
|
|
126
127
|
28. **`--tenant-id` is silently ignored on `org`-scoped audit commands.** If you find yourself reaching for it on `audit org events`, switch to `audit tenant` instead.
|
|
127
128
|
29. **On 401 from audit, do NOT retry.** The token is missing the `Audit.Read` scope; tell the user to `uip logout && uip login`.
|
|
129
|
+
29b. **On a 5xx from audit, DO retry — the envelope tells you so.** `ErrorCode: server_error` / `Retry: RetryLater` (e.g. `HTTP 503: no healthy upstream`, `HTTP 504`) is a transient, not a bad request. Re-run the **same** query up to two more times with a few seconds of backoff before reporting failure — changing `--limit` or the window between attempts is not a fix and only obscures the cause. Retry immediately-and-once is usually not enough; wait between attempts. **Never write or present an error envelope as if it were the result** — if the user asked you to save the JSON, saving `{"Result":"Failure",...}` to that file is a failed retrieval, not a result. Report the failure explicitly instead.
|
|
128
130
|
30. **`audit <scope> export` writes into a base directory (`--output-path`): a uniquely-named folder of day-wise JSON files (default) or a single merged CSV.** `--from-date`, `--to-date`, and `--output-path` are all required. **Export dates are whole UTC days, inclusive on both ends** (the server truncates times to the calendar day): `--from-date 2026-01-01 --to-date 2026-01-31` exports all of January; a single day is `--from-date X --to-date X` with the same date. Do **not** apply the `events` next-day trick here — a next-day `--to-date` exports an extra full day. `--output-path` is a **base directory** (created if missing) — **pass a directory only, never a filename or extension**; the CLI creates a uniquely-named `audit_<from>_<to>_<generated-at>` output inside it (folder for `json`, `.csv` for `csv`), so repeated exports of the same window never collide. **Do not hand-craft the per-export name.** **`--file-format <json|csv>`** selects the shape: `json` (default) = a folder of `<YYYY-MM-DD>.json` files; `csv` = one merged CSV — pick `csv` for a flat spreadsheet/Excel-friendly dump, `json` for per-day files. If the user named a destination folder, pass it verbatim as `--output-path` — no confirmation needed; confirm first only when you had to pick a default (e.g. `./audit-exports`) yourself. Then report the generated `Path` (and `GeneratedAt`) from the result.
|
|
129
131
|
|
|
130
132
|
### IP Restriction
|
|
@@ -144,6 +146,8 @@ Each rule is the agent contract. Per-area detail is in the linked reference file
|
|
|
144
146
|
7. **Do NOT call audit `events` with no time bound** on a noisy tenant — default to a bounded window.
|
|
145
147
|
8. **Do NOT pass `--tenant-id` to `org`-scoped audit commands** — it's silently ignored.
|
|
146
148
|
9. **Do NOT retry on 401 auth errors.** The token is missing the required scope (`Audit.Read` for audit). Tell the user to `uip logout && uip login`.
|
|
149
|
+
9a. **Do NOT save or report an audit error envelope as data.** A `{"Result":"Failure"|"ValidationError", ...}` payload is a failed call — retry a 5xx (Rule 29b), fix a `ValidationError`, and never leave it in a file the user asked you to fill with results.
|
|
150
|
+
9b. **Do NOT name a culprit an audit query did not return.** If the targeted search is empty, report "no matching event found" — never borrow an actor from an adjacent or broader-search event (Rule 27b).
|
|
147
151
|
10. **Do NOT call `roles update` with only the flag you want to change.** Re-fetch first; the upsert body overwrites omitted fields (Rule 12).
|
|
148
152
|
11. **Do NOT present authz results without provenance** — role name, `scopeType`, `ownerServiceName`, tenant-binding (names not UUIDs). Detail: [authorization-commands.md → Provenance contract](references/authorization/authorization-commands.md#provenance-contract-for-completion-output).
|
|
149
153
|
12. **Do NOT conflate provisioned services with the available catalog.** `services list` returns provisioned with status; `services list-available` is the catalog. Present them as separate sections.
|
|
@@ -94,7 +94,7 @@ uip admin audit tenant events --from-date 2026-04-22T00:00:00Z --to-date 2026-04
|
|
|
94
94
|
| `--user-id <guid...>` | no | Filter by acting user IDs. Repeatable. |
|
|
95
95
|
| `--search <term>` | no | Server-side substring search across event content. |
|
|
96
96
|
| `--status <Success\|Failure\|0\|1>` | no | Case-insensitive labels or the raw `AuditEventStatus` enum values. |
|
|
97
|
-
| `--limit <n>` | no | Total events to return. Server clamps each individual API call to **200**; values >200 trigger client-side pagination automatically (cursor handled internally). Omitted = single call with the server's default page size (typically up to 200 events). |
|
|
97
|
+
| `--limit <n>` | no | Total events to return. **Must be between 1 and 10000** — a larger value is rejected up front with `Result: "ValidationError"` / `invalid_argument` before any HTTP call, so do NOT pass a huge number to mean "everything". To retrieve everything in a window, omit `--limit` or pass a value within the range. Server clamps each individual API call to **200**; values >200 trigger client-side pagination automatically (cursor handled internally). Omitted = single call with the server's default page size (typically up to 200 events). |
|
|
98
98
|
| `--login-validity <minutes>` | no | Token-refresh hint. |
|
|
99
99
|
| `--tenant-id <guid>` | no | **Tenant scope only.** Override the active tenant. |
|
|
100
100
|
|