You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(workspace): add xtask + fuzz + ClusterFuzzLite from WP-edition fork
Brings the WordPress-edition fork's workspace shape into the canonical
repo. The WP-edition was developed in-tree under
repos-monorepo/document-management-toolset/wordpress-tools/project-wharf/
and is now graduating back to the standalone.
- Cargo.toml: add xtask workspace member; exclude fuzz/ from default build
- Cargo.lock: synced (includes new deps for xtask + fuzz dependencies)
- .cargo/config.toml: pinned cargo settings
- xtask/: build-automation crate (`cargo xtask build-ebpf`, etc.)
- fuzz/: cargo fuzz targets (sql_policy, integrity)
- .clusterfuzzlite/: OSS-Fuzz / ClusterFuzzLite CI integration
Per the 2026-04-26 graduation plan (AI-WORK-todo.md item -4).
0 commit comments