Skip to content

feat: add policy decision adapter boundary - #16

Merged
derekables merged 2 commits into
mainfrom
feat/policy-decision-adapter
Jul 24, 2026
Merged

feat: add policy decision adapter boundary#16
derekables merged 2 commits into
mainfrom
feat/policy-decision-adapter

Conversation

@derekables

Copy link
Copy Markdown
Owner

Purpose

Continue the Decision Pipeline implementation after PR #15 by introducing the adapter boundary between policy evaluation and decision output.

What This Establishes

  • Policy result translation boundary
  • Standardized Decision contract entry point
  • Separation between policy logic and pipeline orchestration

Scope

Included:

  • PolicyDecisionAdapter interface
  • Boundary documentation

Not included:

  • Real policy implementations
  • Event processing
  • Action execution
  • AI reasoning
  • External integrations

Architecture

Domain Event → Policy Evaluation → Policy Decision Adapter → Decision Pipeline → Orchestration → Future Action Boundary

This keeps the walking skeleton's spine intact while adding the next vertebra.

@derekables
derekables merged commit 3c3f5ad into main Jul 24, 2026
1 check passed
@derekables
derekables deleted the feat/policy-decision-adapter branch July 24, 2026 21:54
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