Skip to content

Loomweave v1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jun 18:55
a97e1d8

Loomweave v1.1.0

Install

Pick the archive for your platform from the Assets list below.
Verify the SHA256, extract, and place loomweave on your $PATH.

curl -L -o loomweave.tar.gz \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.1.0/loomweave-x86_64-unknown-linux-gnu.tar.gz
tar xzf loomweave.tar.gz
install loomweave-x86_64-unknown-linux-gnu/loomweave ~/.local/bin/

pipx install \
  https://github.com/foundryside-dev/loomweave/releases/download/v1.1.0/loomweave_plugin_python-1.1.0.tar.gz

Full walkthrough: docs/operator/getting-started.md.

Changes

  • Merge pull request #57 from foundryside-dev/rc4 (a97e1d8)
  • Merge codex-fix-plugin-rust: bin-target scope + symbol-table ignore policy (29b18ec)
  • Merge feat/rust-plugin-gold into rc4: Sprint 4 Rust-plugin gold closeout (92ebf64)
  • Merge feat/rust-plugin-scale-qa into rc4: Sprint 3 dogfood + scale QA (b0bb578)
  • Merge commit '963a1c1' into feat/rust-plugin-scale-qa (1ba8a43)
  • Merge feat/rust-plugin-edges into rc4: Phase 2 edge completeness (derives, references, calls audit) (25a6c53)
  • Merge commit '65be609' into feat/rust-plugin-edges (fd374e6)
  • Merge feat/plugin-host-hardening into rc4: Sprint 1 adversarial-input hardening (bfd6b4a)
  • Merge branch 'rc4' into feat/plugin-host-hardening (4a9068f)
  • Merge feat/rust-plugin-activate into rc4: Rust plugin LIVE (on-by-default) (e53fc91)
  • Merge feat/rust-plugin-land into rc4: nested-param trip-wire + dead-code honesty (d9a3f24)
  • Merge feat/rust-plugin-spec into rc3: Rust language plugin (inert parked foundation) (2380c88)
  • Merge: pin cosign to v2.5.2 (5030887)