Add source-native plugin development host #8

Open
mfreeman451 wants to merge 1 commit from feat/local-plugin-dev-host into main
Owner

Summary

  • add the Rust parity local host for config, HTTP, logging, telemetry, and result calls
  • load public config/action JSON separately from .env and process credentials
  • expose captured outputs through a guarded native backend without changing the Wasm ABI

Verification

  • cargo fmt --check
  • cargo test
  • cargo clippy --all-targets -- -D warnings
  • cargo package
  • cargo build --examples --target wasm32-unknown-unknown
  • openspec validate add-local-plugin-dev-host --strict
## Summary - add the Rust parity local host for config, HTTP, logging, telemetry, and result calls - load public config/action JSON separately from .env and process credentials - expose captured outputs through a guarded native backend without changing the Wasm ABI ## Verification - cargo fmt --check - cargo test - cargo clippy --all-targets -- -D warnings - cargo package - cargo build --examples --target wasm32-unknown-unknown - openspec validate add-local-plugin-dev-host --strict
feat: add source-native plugin development host
All checks were successful
ci / verify (push) Successful in 57s
ci / verify (pull_request) Successful in 50s
ee57ebec21
All checks were successful
ci / verify (push) Successful in 57s
ci / verify (pull_request) Successful in 50s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/local-plugin-dev-host:feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host
git rebase main
git switch main
git merge --ff-only feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host
git rebase main
git switch main
git merge --no-ff feat/local-plugin-dev-host
git switch main
git merge --squash feat/local-plugin-dev-host
git switch main
git merge --ff-only feat/local-plugin-dev-host
git switch main
git merge feat/local-plugin-dev-host
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar-sdk-rust!8
No description provided.