Skip to content

core: implement minimal plan/execute engine skeleton (step registry, events, validation)#1

Merged
blindzero merged 32 commits intomainfrom
feature/core-skeleton
Dec 28, 2025
Merged

core: implement minimal plan/execute engine skeleton (step registry, events, validation)#1
blindzero merged 32 commits intomainfrom
feature/core-skeleton

Conversation

@blindzero
Copy link
Copy Markdown
Owner

  • Implements the initial headless IdLE engine flow: Request → Plan → Execute.
  • Adds step dispatch via registry (supports scriptblock handlers for tests/hosts).
  • Adds deterministic event stream and execution results.
  • Enforces strict, data-only workflow validation (no ScriptBlocks).
  • Adds declarative When conditions to skip steps.
  • Adds docs + examples for quickstart and demo run.

Public API (expected):
Test-IdleWorkflow, New-IdleLifecycleRequest, New-IdlePlan, Invoke-IdlePlan

How to test:

Invoke-Pester -Path ./tests
pwsh ./examples/run-demo.ps1

Non-goals (explicitly not included):

  • Provider implementations
  • approvals
  • secrets
  • rollback orchestration
  • deep-merge state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant