@nugehs/bouncer 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
**Static compliance-controls checker — the controls a regulation requires, verified in your code.**
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/@nugehs/bouncer) [](https://github.com/nugehs/bouncer/actions/workflows/ci.yml) [](LICENSE) [](#) [](#)
|
|
6
6
|
|
|
7
7
|
**[nugehs.github.io/bouncer-web](https://nugehs.github.io/bouncer-web/)** (site)
|
|
8
8
|
|
|
9
|
+

|
|
10
|
+
|
|
9
11
|
bouncer verifies that the controls a
|
|
10
12
|
regulation *requires* actually exist in your code — UK Online Safety Act, ICO
|
|
11
13
|
Children's Code (AADC) — expressed as deterministic **rule packs**. It runs in CI,
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nugehs/bouncer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"mcpName": "io.github.nugehs/bouncer",
|
|
5
|
-
"description": "bouncer
|
|
5
|
+
"description": "bouncer — static compliance-controls checker. Verifies the controls a regulation requires actually exist in your code (UK Online Safety Act, ICO Children's Code), as deterministic rule packs. No LLM required.",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"bin": {
|
|
8
8
|
"bouncer": "src/cli.js"
|