nornir 0.4.22

Companion to cargo: dependency tracking, release gating, deploy, benchmarks, and documentation assembly. Project-agnostic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
{
  "generated_at": "2026-06-13T08:54:36.607552403+00:00",
  "total_tools": 58,
  "passed": 55,
  "skipped": 3,
  "failed": 0,
  "rows": [
    {
      "tool": "repos_list",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "lists the seeded repos (holger, snippy, …)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "workspaces_list",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns active/embedded-mode note",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "workspace_use",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "echoes the active workspace key",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "deps_of",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "holger's direct deps include snippy + codec-utils",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dependents_of",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "codec-utils' dependents include decomp-*/holger",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "affected_by_change",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "blast radius of codec-utils includes holger",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "build_order",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "build order lists deps before dependents",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dep_path",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "a dependency path bench-suite→codec-utils exists",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "external_dep_users",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a (possibly empty) user list for an external crate",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dep_graph_mermaid",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "renders a Mermaid flowchart of the graph",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "repo_overview",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "one-shot orientation mentions the repo",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "changed_since_last_release",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a well-formed change set (empty when no release recorded)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "guard_status",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "reports the forbidden LOCKED.txt path",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "guard_apply",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "chmod -w + manifest the forbidden path",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "guard_verify",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "verifies the recorded manifest (intact right after apply)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "bench_history",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns the seeded bench runs",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "release_gate_path_patches",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "no [patch.crates-io] path patches → gate passes",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "release_gate_nexus_floor",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "holger_ops_sec ≥ nexus_ops_sec on latest run → passes",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "release_gate_no_regression",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "no metric drop > max_regression_pct → passes",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "release_gate_all",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "aggregate gate report names passed/failed sets",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "release_gate_docs_fresh",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "passes or returns a clear docs-drift error",
      "bad_args_errors": true,
      "detail": "is_error=false text_snip=\"ok: docs_fresh on /tmp/.tmpQX9JpG/holger\""
    },
    {
      "tool": "docs_init",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "scaffolds .nornir/ for the repo",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "docs_render",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "renders managed docs (reports list)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "docs_check",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "reports match or a clear drift error",
      "bad_args_errors": true,
      "detail": "is_error=false"
    },
    {
      "tool": "docs_history",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "lists the seeded doc_exports row (README/md)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "docs_book",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "clear 'rebuild with --features docs-export' error",
      "bad_args_errors": true,
      "detail": "docs_export_feature=false is_error=true"
    },
    {
      "tool": "docs_export",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "clear 'rebuild with --features docs-export' error",
      "bad_args_errors": true,
      "detail": "docs_export_feature=false is_error=true"
    },
    {
      "tool": "search",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "BM25 search finds the seeded crate sources",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "symbol_lookup",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "missing-binary → clear error (recoverable)",
      "bad_args_errors": true,
      "detail": "is_error=true"
    },
    {
      "tool": "defined_in",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "missing-binary → clear error (recoverable)",
      "bad_args_errors": true,
      "detail": "is_error=true"
    },
    {
      "tool": "callers_of",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "missing-binary → clear error",
      "bad_args_errors": true,
      "detail": "is_error=true"
    },
    {
      "tool": "callees_of",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "missing-binary → clear error",
      "bad_args_errors": true,
      "detail": "is_error=true"
    },
    {
      "tool": "path_between",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "missing-binary → clear error",
      "bad_args_errors": true,
      "detail": "is_error=true"
    },
    {
      "tool": "knowledge_symbol_lookup",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "finds the metric symbol in the seeded scan",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "knowledge_defined_in",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "lists symbols defined in lib.rs",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "knowledge_callers",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a JSON array of call edges into metric",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "knowledge_callees",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a JSON array of callees from metric",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "knowledge_call_path",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a path array or null",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dwarf_symbol_lookup",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "finds the seeded holger::engine::run symbol",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dwarf_defined_in",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "lists symbols defined in engine.rs",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dwarf_callers",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "run calls step → run is a caller of step",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dwarf_callees",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "run's callees include step",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "dwarf_call_path",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "shortest call chain run→finish via step",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "regression_trace",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a well-formed trace timeline",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_submit_idea",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a new idea id (i-NNN)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_create_plan",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a new plan id (p-NNN)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_add_node",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns a new node id (n-NNN)",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_link",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "links two nodes in the plan",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_next",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "returns the ready-node array",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_status",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "flips a node to done",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "funnel_show",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "dumps the funnel including the seeded idea",
      "bad_args_errors": true,
      "detail": ""
    },
    {
      "tool": "crate_published",
      "verdict": "passed",
      "strategy": "network",
      "asserted": "empty name → clear error offline (happy path gated on NORNIR_TEST_ONLINE)",
      "bad_args_errors": true,
      "detail": "offline: only bad-arg path exercised"
    },
    {
      "tool": "vector_search",
      "verdict": "passed",
      "strategy": "embedded-error-path",
      "asserted": "clear 'rebuild with --features embed-*' error",
      "bad_args_errors": true,
      "detail": "embed_feature=false is_error=true"
    },
    {
      "tool": "workspace_register",
      "verdict": "skipped",
      "strategy": "needs-server",
      "asserted": "offline → clear 'needs NORNIR_SERVER' error (no silent gap)",
      "bad_args_errors": true,
      "detail": "is_error=true text_snip=\"NORNIR_SERVER is not set\""
    },
    {
      "tool": "sync_now",
      "verdict": "skipped",
      "strategy": "needs-server",
      "asserted": "offline → clear 'needs NORNIR_SERVER' error (no silent gap)",
      "bad_args_errors": true,
      "detail": "is_error=true text_snip=\"NORNIR_SERVER is not set\""
    },
    {
      "tool": "index_status",
      "verdict": "skipped",
      "strategy": "needs-server",
      "asserted": "offline → clear 'needs NORNIR_SERVER' error (no silent gap)",
      "bad_args_errors": true,
      "detail": "is_error=true text_snip=\"NORNIR_SERVER is not set\""
    },
    {
      "tool": "viz.state",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "reads the viz state dump; no viz running → a clean error, never a panic",
      "bad_args_errors": true,
      "detail": "is_error=false snip=\"{\\n  \\\"about\\\": {\\n    \\\"build_sha\\\": \\\"307ab8c-dirty\\\",\\n \""
    },
    {
      "tool": "viz.click",
      "verdict": "passed",
      "strategy": "embedded",
      "asserted": "writes a $NORNIR_VIZ_CMD command + returns its result",
      "bad_args_errors": true,
      "detail": "snip=\"{\\n  \\\"command\\\": {\\n    \\\"tab\\\": \\\"Test\\\",\\n    \\\"workspace\""
    }
  ]
}