mirror of
https://github.com/ruvnet/RuView
synced 2026-08-11 20:41:44 +00:00
1c2b383075
Adopt "WiFi Veil" as the product name across all user-facing surfaces, keeping VEIL (Verifiable Emission-shaping for Identity-Leakage prevention) as the technical codename it's built on. Only prose, titles, descriptions, and the console UI change — no code identifiers, file names, crate/npm `name` fields, or the deterministic proof witness are touched, so `cargo test` and the C-core host test are unaffected. - Crate & research READMEs: title + defining line now "WiFi Veil (codename VEIL — …)". - Cargo.toml / package.json / plugin.json descriptions: "WiFi Veil …". - Console UI (veil-console.html): title, brand, and copy say "WiFi Veil". - Firmware tree (README, per-provider READMEs, BUILD/INTEGRATION/MEASUREMENT): "WiFi Veil protector/core/shield". - Harness manifest: recomputed SHA-256 digests for the four changed packaged files (README, package.json, CLAUDE.md, plugin.json) — all verified consistent. Co-Authored-By: claude-flow <ruv@ruv.net> Claude-Session: https://claude.ai/code/session_01WEXNqzs7UsfNFBcP5yW21p
26 lines
625 B
JSON
26 lines
625 B
JSON
{
|
|
"name": "wifi-densepose-privshield-harness",
|
|
"version": "0.1.0",
|
|
"description": "Harness for wifi-densepose-privshield (WiFi Veil privacy shield)",
|
|
"author": {
|
|
"displayName": "Generated by metaharness",
|
|
"url": "https://www.npmjs.com/package/metaharness"
|
|
},
|
|
"license": "MIT",
|
|
"categories": [
|
|
"agent-harness",
|
|
"metaharness-scaffold",
|
|
"Engineering",
|
|
"software-engineering"
|
|
],
|
|
"tags": [
|
|
"metaharness",
|
|
"agent-harness",
|
|
"vertical:coding",
|
|
"software-engineering",
|
|
"wifi-sensing",
|
|
"privacy"
|
|
],
|
|
"homepage": "https://github.com/ruvnet/agent-harness-generator"
|
|
}
|