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
Copy file name to clipboardExpand all lines: docs/reports/code_audit.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
76
76
| spec_freeze |`src/namel3ss/spec_freeze`| Runtime-oriented module for spec freeze execution and support utilities. | runtime | 168 | ast, lexer, types |
77
77
| specification |`src/namel3ss/specification`| Compiler-side module for specification logic and validation. | compiler | 247 | errors, utils |
78
78
| studio |`src/namel3ss/studio`| Studio APIs and web assets for inspecting and operating applications. | UI | 30754 | agents, ast, cli, config, determinism, errors, feedback, format, governance, graduation, ingestion, ir, lexer, lint, marketplace, mlops, module_loader, observability, parser, pkg, production_contract, quality, resources, retrain, runtime, secrets, tools, traces, triggers, tutorials, ui, utils, validation, validation_entrypoint, version, versioning |
79
-
| templates |`src/namel3ss/templates`| UI-facing module for templates rendering and interaction behavior. | UI |2111| none |
79
+
| templates |`src/namel3ss/templates`| UI-facing module for templates rendering and interaction behavior. | UI |2112| none |
80
80
| test_runner |`src/namel3ss/test_runner`| Runtime-oriented module for test runner execution and support utilities. | runtime | 456 | ast, errors, runtime |
81
81
| theme |`src/namel3ss/theme`| Runtime-oriented module for theme execution and support utilities. | runtime | 940 | errors, lang, resources, ui |
82
82
| themes |`src/namel3ss/themes`| Runtime-oriented module for themes execution and support utilities. | runtime | 53 | none |
@@ -179,7 +179,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
179
179
| spec_check |`tests/spec_check`| Automated tests that lock spec check behavior and regressions. | test | 207 | errors, parser |
180
180
| spec_freeze |`tests/spec_freeze`| Automated tests that lock spec freeze behavior and regressions. | test | 469 | ir, parser, runtime |
181
181
| storage |`tests/storage`| Automated tests that lock storage behavior and regressions. | test | 245 | runtime, schema |
182
-
| studio |`tests/studio`| Studio APIs and web assets for inspecting and operating applications. | test |4011| config, determinism, errors, governance, ir, observability, parser, pkg, runtime, schema, ui, utils, validation |
182
+
| studio |`tests/studio`| Studio APIs and web assets for inspecting and operating applications. | test |4017| config, determinism, errors, governance, ir, observability, parser, pkg, runtime, schema, ui, utils, validation |
183
183
| templates |`tests/templates`| Automated tests that lock templates behavior and regressions. | test | 1248 | cli, config, ingestion, module_loader, pipelines, runtime, studio, ui, validation |
184
184
| test_runner |`tests/test_runner`| Automated tests that lock test runner behavior and regressions. | test | 39 | errors |
185
185
| theme |`tests/theme`| Automated tests that lock theme behavior and regressions. | test | 131 | errors, ui |
0 commit comments