You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to start separating out workflows from invocations, particularly as we move toward more work on ucan-invocations as a whole. So, this first breaks up the crates before eventual integration into rs-ucan.
Components
First draft: separate homestar-core into homestar-invocation and homestar-workflow
This opens up homestar-invocation to become a mod within rs-ucan and fission-server, cc: @matheus23@QuinnWilton
Minor updates to prep for new invocation spec => wasm / inputs / mod.
ETA: 2023-11-05
The text was updated successfully, but these errors were encountered:
Includes:
- parallel test configuration, edits, and util updates
- doc shuffling
- run cargo test too
- preps us for release(s)
- Closes#391.
---------
Signed-off-by: Zeeshan Lakhani <[email protected]>
Co-authored-by: Brian Ginsburg <[email protected]>
Summary
We want to start separating out workflows from invocations, particularly as we move toward more work on ucan-invocations as a whole. So, this first breaks up the crates before eventual integration into rs-ucan.
Components
homestar-core
intohomestar-invocation
andhomestar-workflow
homestar-invocation
to become a mod within rs-ucan and fission-server, cc: @matheus23 @QuinnWiltonETA: 2023-11-05
The text was updated successfully, but these errors were encountered: