feat(engine): embedded Nushell engine with in-process stream combinators #4
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Meta/Campaign
Meta/Epic
Meta/Session
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Curated
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Scope/Campaign
Status/Abandoned
Status/Blocked
Status/Conflicted
Status/In Progress
Status/In Review
Status/Need Grooming
Status/Need More Info
Status/Ready
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
Reference
Ting/workflows#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Proposal
Embed the Nushell execution engine so workflow expressions can run in-process with deterministic stream combinators and without an external shell process.
Design
Link the required Nushell crates and expose the executor's in-process combinator layer for
par-each,reduce,chunks,zip, andwindow.Tasks
nu-engine,nu-protocol,nu-parser,nu-cmd-lang, andnu-command.par-each,reduce,chunks,zip, andwindow.Gherkin Specification Delta
must.contracts.ting-workflows.executor.embedded-nu-engine
Scenario: Execute a workflow stream with embedded Nushell combinators
Superseded by 1-feature deliverable decomposition per freeholder ruling (issues #11+).