LICENSE
README.md
pyproject.toml
aitest_kit/__init__.py
aitest_kit/cli.py
aitest_kit/doctor.py
aitest_kit/init_workspace.py
aitest_kit/runtime_variables.py
aitest_kit/upgrade_workspace.py
aitest_kit/workspace.py
aitest_kit/workspace_config.py
aitest_kit.egg-info/PKG-INFO
aitest_kit.egg-info/SOURCES.txt
aitest_kit.egg-info/dependency_links.txt
aitest_kit.egg-info/entry_points.txt
aitest_kit.egg-info/requires.txt
aitest_kit.egg-info/top_level.txt
aitest_kit/codegen/__init__.py
aitest_kit/codegen/case_flow_planner.py
aitest_kit/codegen/cli.py
aitest_kit/codegen/emitter.py
aitest_kit/codegen/explain.py
aitest_kit/codegen/health.py
aitest_kit/codegen/ir.py
aitest_kit/codegen/ir_renderer.py
aitest_kit/codegen/module_type.py
aitest_kit/codegen/parser.py
aitest_kit/codegen/planner.py
aitest_kit/codegen/profile.py
aitest_kit/codegen/profile_merge.py
aitest_kit/codegen/profile_schema.py
aitest_kit/codegen/profile_validation_report.py
aitest_kit/codegen/profile_validator.py
aitest_kit/codegen/profile_variables.py
aitest_kit/codegen/project_config.py
aitest_kit/codegen/promotion.py
aitest_kit/codegen/render_utils.py
aitest_kit/codegen/structured_assertions.py
aitest_kit/codegen/suite.py
aitest_kit/codegen/suite_runner.py
aitest_kit/codegen/suite_target.py
aitest_kit/helpers/__init__.py
aitest_kit/helpers/grpc_ops.py
aitest_kit/helpers/http.py
aitest_kit/helpers/request_binding.py
aitest_kit/helpers/structured_assertions.py
aitest_kit/registry/__init__.py
aitest_kit/registry/cli.py
aitest_kit/registry/loader.py
aitest_kit/registry/models.py
aitest_kit/registry/path_resolver.py
aitest_kit/registry/selection.py
aitest_kit/registry/task_loader.py
aitest_kit/report/__init__.py
aitest_kit/report/classifier.py
aitest_kit/report/cli.py
aitest_kit/report/codegen_check.py
aitest_kit/report/collector.py
aitest_kit/report/paths.py
aitest_kit/report/renderer.py
aitest_kit/report/sanitizer.py
aitest_kit/report/task_runner.py
aitest_kit/templates/__init__.py
aitest_kit/templates/project_workspace/.gitignore
aitest_kit/templates/project_workspace/AGENTS.md
aitest_kit/templates/project_workspace/CLAUDE.md
aitest_kit/templates/project_workspace/README.md
aitest_kit/templates/project_workspace/__init__.py
aitest_kit/templates/project_workspace/aitest_config/aitest.yaml
aitest_kit/templates/project_workspace/aitest_config/refs/assertion-strategy.md
aitest_kit/templates/project_workspace/aitest_config/refs/case-format.md
aitest_kit/templates/project_workspace/aitest_config/refs/config-files.md
aitest_kit/templates/project_workspace/aitest_config/refs/l1-template.md
aitest_kit/templates/project_workspace/aitest_config/refs/l2-template.md
aitest_kit/templates/project_workspace/aitest_config/refs/mismatch-format.md
aitest_kit/templates/project_workspace/aitest_config/schemas/codegen_profile.schema.json
aitest_kit/templates/project_workspace/docs/.gitkeep
aitest_kit/templates/project_workspace/skills/README.md
aitest_kit/templates/project_workspace/skills/case-migrate/SKILL.md
aitest_kit/templates/project_workspace/skills/doc-gen/SKILL.md
aitest_kit/templates/project_workspace/skills/doc-gen/refs/templates.md
aitest_kit/templates/project_workspace/skills/doc-review/SKILL.md
aitest_kit/templates/project_workspace/skills/emitter-build/SKILL.md
aitest_kit/templates/project_workspace/skills/emitter-build/refs/patterns.md
aitest_kit/templates/project_workspace/skills/knowledge-build/SKILL.md
aitest_kit/templates/project_workspace/skills/test-codegen/SKILL.md
aitest_kit/templates/project_workspace/skills/test-codegen/refs/emitter_rules.md
aitest_kit/templates/project_workspace/skills/test-codegen/refs/selector_reference.md
aitest_kit/templates/project_workspace/skills/test-design/SKILL.md
aitest_kit/templates/project_workspace/skills/test-fix/SKILL.md
aitest_kit/templates/project_workspace/skills/test-maintain/SKILL.md
aitest_kit/templates/project_workspace/skills/test-maintain/refs/routing.md
aitest_kit/templates/project_workspace/skills/test-scaffold/SKILL.md
aitest_kit/templates/project_workspace/skills/test-scaffold/refs/constraints.md
aitest_kit/templates/project_workspace/skills/test-scaffold/refs/formats.md
aitest_kit/templates/project_workspace/test_workspace/generated/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/knowledge/L0_system_architecture.md
aitest_kit/templates/project_workspace/test_workspace/knowledge/TEST_SPEC.md
aitest_kit/templates/project_workspace/test_workspace/knowledge/L1/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/knowledge/L2/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/plans/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/reports/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/results/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/suites/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/targets/.gitkeep
aitest_kit/templates/project_workspace/test_workspace/tasks/.gitkeep
tests/test_classifier.py
tests/test_codegen_health_report.py
tests/test_codegen_ir.py
tests/test_codegen_planner.py
tests/test_codegen_profile_validator.py
tests/test_codegen_promotion.py
tests/test_codegen_promotion_reports.py
tests/test_codegen_protocol_detection.py
tests/test_codegen_suite_profile.py
tests/test_codegen_suite_target.py
tests/test_collector.py
tests/test_doctor.py
tests/test_registry_contexts.py
tests/test_registry_maintenance_cli.py
tests/test_renderer.py
tests/test_report_cli.py
tests/test_runtime_variables.py
tests/test_sanitizer.py
tests/test_workspace_config.py
tests/test_workspace_template.py