Skip to content

Conversation

@blindzero
Copy link
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

@blindzero blindzero self-assigned this Dec 28, 2025
@blindzero blindzero added the enhancement New feature or request label Dec 28, 2025
@blindzero blindzero merged commit e765fa1 into main Dec 28, 2025
@blindzero blindzero deleted the feature/core-skeleton branch December 28, 2025 21:41
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.

2 participants