Files
guru-connect/Cargo.lock
Mike Swanson 4ddced1b9b
All checks were successful
Build and Test / Build Agent (Windows) (push) Successful in 4m51s
Build and Test / Build Server (Linux) (push) Successful in 9m1s
Build and Test / Security Audit (push) Successful in 4m18s
Build and Test / Build Summary (push) Successful in 9s
ci: fix native Windows agent build, audit, lockfile; drop redundant test.yml
- Windows agent jobs (build-and-test + release): set PROTOC env + add protoc to PATH
  (prost-build needs it; the runner did not inherit the machine env), and fix the artifact
  path to the workspace-root target/ (Cargo workspace, not agent/target/).
- Commit root Cargo.lock (was missing) -> fixes `cargo audit` (Couldn't load Cargo.lock) and
  makes builds reproducible.
- Security audit is now a single workspace-root `cargo audit`, informational (warn-only) like
  clippy; re-tighten in the GC re-spec.
- Remove test.yml: redundant with build-and-test and broken (`no library targets` — server is
  a binary crate).

Native MSVC agent build verified on the Pluto runner (4m20s, clean compile).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-05-29 10:22:13 -07:00

144 KiB