Skip to content

Commit 7c83f55

Browse files
committed
Refresh code audit report after UI DSL updates
1 parent 3bf2054 commit 7c83f55

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reports/code_audit.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Generated by `scripts/audit_codebase.py` with deterministic traversal order.
7676
| spec_freeze | `src/namel3ss/spec_freeze` | Runtime-oriented module for spec freeze execution and support utilities. | runtime | 168 | ast, lexer, types |
7777
| specification | `src/namel3ss/specification` | Compiler-side module for specification logic and validation. | compiler | 247 | errors, utils |
7878
| 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 |
8080
| test_runner | `src/namel3ss/test_runner` | Runtime-oriented module for test runner execution and support utilities. | runtime | 456 | ast, errors, runtime |
8181
| theme | `src/namel3ss/theme` | Runtime-oriented module for theme execution and support utilities. | runtime | 940 | errors, lang, resources, ui |
8282
| 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.
179179
| spec_check | `tests/spec_check` | Automated tests that lock spec check behavior and regressions. | test | 207 | errors, parser |
180180
| spec_freeze | `tests/spec_freeze` | Automated tests that lock spec freeze behavior and regressions. | test | 469 | ir, parser, runtime |
181181
| 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 |
183183
| templates | `tests/templates` | Automated tests that lock templates behavior and regressions. | test | 1248 | cli, config, ingestion, module_loader, pipelines, runtime, studio, ui, validation |
184184
| test_runner | `tests/test_runner` | Automated tests that lock test runner behavior and regressions. | test | 39 | errors |
185185
| theme | `tests/theme` | Automated tests that lock theme behavior and regressions. | test | 131 | errors, ui |

0 commit comments

Comments
 (0)