Get Started

Coordinate a Case

Use ACLs, assignments, Tasks, Records, and reviews in real work.


A Case assignee owns the overall matter; a Task assignee owns a specific piece. Assignment does not grant access, so add the User to the Case ACL first.

epismo case get <case-id>
epismo case acl <case-id> --acl <principal-ids> --lock-version <n>
epismo case assign <case-id> --assigned-to <user-id> --lock-version <n>
epismo task create <case-id> --kind work --title "Verify totals" --assigned-to <user-id>

Append outcomes to a Task or the whole Case. Pin a review to its subject Record so the approved artifact is unambiguous.

epismo record append <case-id> --task-id <task-id> \
  --kind result --origin agent --content "..."
epismo task create <case-id> --kind review \
  --title "Approve result" --subject-record-id <record-id>

Correct a Record with a new Record. Close every open Task before completing a Case. Closing as cancelled or abandoned also cancels remaining open Tasks.