feat(case-skill): document CLI mutation commands + hitl add opt-in#540
feat(case-skill): document CLI mutation commands + hitl add opt-in#540dushyant-uipath wants to merge 1 commit intomainfrom
Conversation
PR Review: feat(case-skill): document CLI mutation commands + hitl add opt-in
SummaryAdds a new "Case Plan Mutation Commands" section to Change-by-Change Review1.
|
| Area | Status | Notes |
|---|---|---|
| Frontmatter | OK | No frontmatter changes |
| E2E Tests | Issue | No test task covers the new CLI mutation workflow |
| Skill Body | OK | No SKILL.md changes |
| References & Assets | Issue | Placeholder inconsistency, missing output shapes, priority value mismatch |
| Repo Hygiene | OK | No secrets, no cross-skill refs, all links resolve, changes scoped to skill |
Issues for Manual Review
- CLI
hitl addavailability: Documented as gated on PR #1207. Verify the flag set and output shape match the actual implementation once that PR ships. - Priority enum difference: Confirm whether
hitl addintentionally omitsCriticaland defaults toLow(vstasks add --type actionwhich includesCriticaland defaults toMedium). hitl addvstasks add --type actionoverlap: Both commands can create action tasks. The skill should clarify when an agent should usehitl addvstasks add --type action— currently there's no guidance on disambiguation.
Conclusion
Good addition that fills a real documentation gap for CLI-based case plan construction. The structure and writing quality are strong. Requesting changes for: (1) the <stageId> placeholder inconsistency — straightforward fix, and (2) clarification on the hitl add vs tasks add --type action priority/scope differences. The missing output shapes and --output json in examples are lower priority but would improve agent reliability.
…tion task docs In action/planning.md and action/impl-json.md, add pointers to the uipath-human-in-the-loop skill's hitl-casetask-action.md reference for HITL action task implementation — same pattern as the flow skill's plugins/hitl/ referencing the HITL skill.
caf7697 to
f3a2ee2
Compare
Summary
cases add/get/edit,stages add/edit/get/remove,tasks add/edit/get/remove/enrich/add-connector, andhitl add(CLI PR #1207).uip maestro case hitl add.Motivation
Demo scripts (Health Claims, Commercial Lending, Mortgage Loan Origination) build case plans via CLI. Without these commands in the skill reference, coding agents default to direct JSON writes only.
Notes
hitl addis gated on CLI PR #1207 merging. All other mutation commands are already shipped.CODEOWNERS: @baishalighosh @dushyant-uipath @maestro-cli-team