Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

agentplug-libsql-bin

Release target for the libsql wasm plugin, the SQLite-backed store agentplug-runner shares across every project it serves. Do not commit source here.

What publishes into this repo

AnEntrypoint/agentplug-libsql, whose .github/workflows/release.yml calls the shared reusable workflow wasm-plugin-release.yml hosted in AnEntrypoint/rs-plugkit. A push to main touching src/** or Cargo.toml installs the WASI SDK, builds for wasm32-wasip1, and publishes a release tagged v<version> titled agentplug-libsql v<version>, where the version is read from the crate's own Cargo.toml.

What lands here

  • libsql.wasm -- the built agentplug_libsql.wasm, renamed to its published basename
  • libsql.wasm.sha256 -- checksum of that exact asset

How consumers fetch it

agentplug-runner resolves the libsql plugin to this repo, downloads libsql.wasm, verifies it against the .sha256 published alongside the same release, and installs it under ~/.agentplug/plugins/. It re-polls for a newer release every 600s by default. A plugin whose installed version marker is not real release semver, such as a hand-built local sideload, is never silently overwritten.

About

Release wasm artifact for the agentplug-libsql plugin, auto-published by agentplug-libsql CI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors