Extract business rules, boundary conditions, and exception handling strategies from source code across any language. Produces structured, auditable documentation for knowledge preservation, migration planning, and team onboarding.
Build and operate services on an Orion runtime — author workflow/channel/connector JSON, validate and dry-run it offline, deploy it through the draft→test→activate path, and read traces. Use whenever the task involves Orion, orion-cli, orion-server, an Orion workflow/channel/connector, or a request to add, change…
A Policy Rule is a condition → actions pair within a version. Rules are evaluated in priority order — lower number wins, and priorities are 1-based (1 is highest). When a rule's condition matches the input facts, its actions fire.
Use Decision Table for deterministic, versioned business judgments and proposed-action checks. Trigger when explicit facts must be evaluated against a decision ruleset, a candidate action must satisfy constraints, a ruleset was created or changed and needs validation, or a result must identify missing facts…