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
cp Config/janus.example.yml Config/janus.yml# set source, redaction settings, etc.
15
15
./janus-cli run
16
16
```
17
17
18
-
On Windows, `make cli` produces `janus-cli.exe` in the repo root.
19
-
20
-
On Linux, if `docker info` fails with permission denied on the Docker socket, see [docs/FAQ.md](docs/FAQ.md#docker-socket-permission-denied) (docker group and session).
21
-
22
18
## Usage
23
19
24
20
```bash
@@ -53,12 +49,6 @@ On Linux, if `docker info` fails with permission denied on the Docker socket, se
53
49
</a>
54
50
</p>
55
51
56
-
## Privacy
57
-
58
-
Janus runs analysis locally and does **not** use LLMs or external services for normalized operation data.
59
-
60
-
Retention policies (`output_rule` and `arguments_rule`) control what normalized content is written to disk. See [docs/architecture.md — Privacy](docs/architecture.md#privacy).
61
-
62
52
## Analyzers
63
53
64
54
| Analyzer | What it answers |
@@ -77,13 +67,19 @@ Retention policies (`output_rule` and `arguments_rule`) control what normalized
77
67
78
68
`parameter-entropy` works best when you tune `Config/analyzer_registry.yml` to your own workflows. The current `upload` tuning reflects our observed data and should be treated as a starting point, not a universal baseline.
79
69
70
+
## Privacy
71
+
72
+
Janus runs analysis locally and does **not** use LLMs or external services for normalized operation data.
73
+
74
+
Retention policies (`output_rule` and `arguments_rule`) control what normalized content is written to disk. See [docs/architecture.md — Privacy](docs/architecture.md#privacy).
75
+
80
76
## Outputs
81
77
82
78
-`report.html` - visual HTML report
83
79
-`bundle.json` - versioned JSON metadata for automation and downstream tooling
84
80
-`events.ndjson` - normalized event stream for debugging, replay, and testing
85
81
86
-
For the full normalized event model and architecture notes, see [docs/architecture.md](docs/architecture.md).
82
+
For the full normalized event model and architecture notes, see docs below.
0 commit comments