| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 11 days | refactor: decouple namespace operations and improve test coverage | James O'Doherty | |
| - Introduce `namespace.Ops` interface to decouple `Manager` from system-level namespace operations, enabling easier unit testing via mocks. - Add unit tests for `internal/paths` to verify path resolution logic across different environment configurations. - Implement `EnsureBinary` helper in E2E tests to gracefully skip tests when `WG_WRAP_BIN` is not set, allowing `go test ./...` to pass in non-build environments. - Apply project-wide formatting and fix linting issues. | |||
| 2026-05-22 | Update Makefile and README to standardize build/test process and lauch fuzzer | James O'Doherty | |
| 2026-05-22 | Security hardening: prevent shell injection and null-byte crashes, implement ↵ | James O'Doherty | |
| 8-bit clean argument fuzzing and portable E2E binary discovery | |||
