README.md
pyproject.toml
cli/__init__.py
cli/bootstrap.py
cli/main.py
cli/paths.py
cli/commands/__init__.py
cli/commands/emit.py
cli/commands/infer.py
cli/commands/inspect.py
cli/commands/validate.py
cli/constants/__init__.py
cli/constants/constants.py
cli/constants/defaults.py
cli/presentation/__init__.py
cli/presentation/core/__init__.py
cli/presentation/core/console.py
cli/presentation/core/diagnostics.py
cli/presentation/core/interactive.py
cli/presentation/core/tables.py
cli/presentation/emit/__init__.py
cli/presentation/emit/diagnostics.py
cli/presentation/emit/files.py
cli/presentation/emit/renderer.py
cli/presentation/emit/status.py
cli/presentation/emit/summary.py
cli/presentation/infer/__init__.py
cli/presentation/infer/diagnostics.py
cli/presentation/infer/files.py
cli/presentation/infer/renderer.py
cli/presentation/infer/schemas.py
cli/presentation/infer/status.py
cli/presentation/infer/summary.py
cli/presentation/inspect/__init__.py
cli/presentation/inspect/diagnostics.py
cli/presentation/inspect/renderer.py
cli/presentation/inspect/resources.py
cli/presentation/inspect/status.py
cli/presentation/inspect/summary.py
cli/presentation/validate/__init__.py
cli/presentation/validate/diagnostics.py
cli/presentation/validate/issues.py
cli/presentation/validate/renderer.py
cli/presentation/validate/summary.py
src/app/__init__.py
src/app/app.py
src/app/io/__init__.py
src/app/io/inference_output.py
src/app/models/__init__.py
src/app/models/diagnostics.py
src/app/models/events.py
src/app/models/inputs.py
src/app/models/outputs.py
src/app/workflows/__init__.py
src/app/workflows/emit.py
src/app/workflows/infer.py
src/app/workflows/inspect.py
src/app/workflows/template_paths.py
src/app/workflows/validate.py
src/codepot_gen/__init__.py
src/codepot_gen.egg-info/PKG-INFO
src/codepot_gen.egg-info/SOURCES.txt
src/codepot_gen.egg-info/dependency_links.txt
src/codepot_gen.egg-info/entry_points.txt
src/codepot_gen.egg-info/requires.txt
src/codepot_gen.egg-info/top_level.txt
src/codepot_gen/templates/dart/.gitignore
src/codepot_gen/templates/dart/.prettierrc
src/codepot_gen/templates/dart/CHANGELOG.md.j2
src/codepot_gen/templates/dart/README.md.j2
src/codepot_gen/templates/dart/analysis_options.yaml.j2
src/codepot_gen/templates/dart/paths.yaml
src/codepot_gen/templates/dart/pubspec.yaml.j2
src/codepot_gen/templates/dart/lib/[project.name.path].dart.j2
src/codepot_gen/templates/dart/{dto}/index.dart.j2
src/codepot_gen/templates/dart/{dto}/model.dart.j2
src/codepot_gen/templates/dart/{enum}/enum.dart.j2
src/codepot_gen/templates/dart/{enum}/index.dart.j2
src/codepot_gen/templates/dart/{feature}/[resource.name.path]_feature.dart.j2
src/codepot_gen/templates/dart/{model}/index.dart.j2
src/codepot_gen/templates/dart/{model}/model.dart.j2
src/codepot_gen/templates/dart/{route_group}/[resource.name.path]_endpoints.dart.j2
src/codepot_gen/templates/dart/{route_root}/routes.dart.j2
src/codepot_gen/templates/dart/{version}/client.dart.j2
src/codepot_gen/templates/dart/{version}/v1.dart.j2
src/codepot_gen/templates/debug/README.md.j2
src/codepot_gen/templates/debug/paths.yaml
src/codepot_gen/templates/debug/_partials/fields-table.md.j2
src/codepot_gen/templates/debug/_partials/metadata.md.j2
src/codepot_gen/templates/debug/_partials/operation-summary.md.j2
src/codepot_gen/templates/debug/_partials/parameters-table.md.j2
src/codepot_gen/templates/debug/_partials/request-body.md.j2
src/codepot_gen/templates/debug/_partials/responses-table.md.j2
src/codepot_gen/templates/debug/_partials/schema-summary.md.j2
src/codepot_gen/templates/debug/{dto}/[dto.name.path].md.j2
src/codepot_gen/templates/debug/{enum}/[enum.name.path].md.j2
src/codepot_gen/templates/debug/{model}/[model.name.path].dependencies.md.j2
src/codepot_gen/templates/debug/{model}/[model.name.path].fields.md.j2
src/codepot_gen/templates/debug/{model}/[model.name.path].md.j2
src/codepot_gen/templates/debug/{operation}/[operation.api.method]_[operation.name.path].md.j2
src/codepot_gen/templates/debug/{resource}/index.md.j2
src/codepot_gen/templates/debug/{resource}/operations.md.j2
src/codepot_gen/templates/debug/{resource}/schemas.md.j2
src/codepot_gen/templates/next/paths.yaml
src/codepot_gen/templates/next/{dto}/[dto.name.path.o].ts.j2
src/codepot_gen/templates/next/{enum}/[enum.name.path.o].ts.j2
src/codepot_gen/templates/next/{model}/[model.name.path.o].ts.j2
src/codepot_gen/templates/next/{resource_dto}/index.ts.j2
src/codepot_gen/templates/next/{resource_enums}/index.ts.j2
src/codepot_gen/templates/next/{resource_models}/index.ts.j2
src/codepot_gen/templates/next/{resource_types}/index.ts.j2
src/codepot_gen/templates/next/{resource}/[resource.name.path.o].actions.ts.j2
src/codepot_gen/templates/next/{root}/[project.meta.api_version].ts.j2
src/codepot_gen/templates/next/{root}/api.ts.j2
src/codepot_gen/templates/next/{root}/index.ts.j2
src/codepot_gen/templates/next/{root}/next-actions.md
src/codepot_gen/templates/next/{root}/routes.ts.j2
src/codepot_gen/templates/next/{root}/actions/helpers.ts.j2
src/codepot_gen/templates/next/{root}/actions/index.ts.j2
src/codepot_gen/templates/next/{root}/types/index.ts.j2
src/codepot_gen/templates/next/{ui_page}/page.tsx.j2
src/codepot_gen/templates/next/{ui_resource}/[resource.name.path.o]-columns.tsx.j2
src/codepot_gen/templates/next/{ui_resource}/[resource.name.path.o]-dialogs.tsx.j2
src/codepot_gen/templates/next/{ui_resource}/[resource.name.path.o]-form.tsx.j2
src/codepot_gen/templates/next/{ui_resource}/[resource.name.path.o]-table.tsx.j2
src/codepot_gen/templates/next/{ui_resource}/index.ts.j2
src/codepot_gen/templates/typescript/.gitignore
src/codepot_gen/templates/typescript/.prettierrc
src/codepot_gen/templates/typescript/README.md.j2
src/codepot_gen/templates/typescript/package.json.j2
src/codepot_gen/templates/typescript/paths.yaml
src/codepot_gen/templates/typescript/tsconfig.json.j2
src/codepot_gen/templates/typescript/{dto}/dto.ts.j2
src/codepot_gen/templates/typescript/{enum}/enum.ts.j2
src/codepot_gen/templates/typescript/{model}/model.ts.j2
src/codepot_gen/templates/typescript/{operation}/operation.ts.j2
src/codepot_gen/templates/typescript/{version}/index.ts.j2
src/constants/__init__.py
src/constants/app.py
src/constants/codegen.py
src/constants/emission.py
src/constants/files.py
src/constants/http.py
src/constants/openapi.py
src/contracts/__init__.py
src/contracts/api.py
src/contracts/emission.py
src/contracts/events.py
src/contracts/language.py
src/contracts/names.py
src/contracts/path_yaml.py
src/contracts/paths.py
src/contracts/template.py
src/core/__init__.py
src/core/config.py
src/core/errors.py
src/core/paths.py
src/emission/__init__.py
src/emission/engine.py
src/emission/dependencies/output_index.py
src/emission/dependencies/resolver.py
src/emission/imports/base.py
src/emission/imports/markdown.py
src/emission/imports/paths.py
src/emission/paths/__init__.py
src/emission/paths/config_loader.py
src/emission/paths/selection.py
src/emission/templates/__init__.py
src/emission/templates/descriptor.py
src/emission/templates/path_expander.py
src/emission/templates/path_safety.py
src/emission/templates/path_tokens.py
src/emission/templates/renderer.py
src/emission/templates/resolver.py
src/emission/templates/scanner.py
src/emission/writer/__init__.py
src/emission/writer/file_writer.py
src/inference/__init__.py
src/inference/classifiers.py
src/inference/contract.py
src/inference/engine.py
src/inference/graph.py
src/inference/ref_metadata.py
src/inference/resources.py
src/inference/serialization.py
src/inference/metadata/__init__.py
src/inference/metadata/parameters.py
src/inference/metadata/query.py
src/inference/metadata/targets.py
src/inference/metadata/ui.py
src/inference/models/__init__.py
src/inference/models/base.py
src/inference/models/dependencies.py
src/inference/models/graph.py
src/inference/models/operations.py
src/inference/models/resources.py
src/inference/models/schemas.py
src/inference/operations/__init__.py
src/inference/operations/dependencies.py
src/inference/operations/engine.py
src/inference/operations/parameter_targets.py
src/inference/operations/parameters.py
src/inference/operations/request_bodies.py
src/inference/operations/resources.py
src/inference/operations/responses.py
src/inference/schemas/__init__.py
src/inference/schemas/composition.py
src/inference/schemas/enums.py
src/inference/schemas/field_types.py
src/inference/schemas/fields.py
src/inference/schemas/primitives.py
src/inference/schemas/resolution.py
src/languages/__init__.py
src/languages/decorators.py
src/languages/discovery.py
src/languages/dart/__init__.py
src/languages/dart/adapter.py
src/languages/dart/constants.py
src/languages/dart/context.py
src/languages/dart/dependencies.py
src/languages/dart/fields.py
src/languages/dart/imports.py
src/languages/dart/names.py
src/languages/dart/operations.py
src/languages/dart/paths.py
src/languages/dart/resources.py
src/languages/dart/schemas.py
src/languages/dart/types.py
src/languages/dart/urls.py
src/languages/debug/__init__.py
src/languages/debug/adapter.py
src/languages/debug/context/__init__.py
src/languages/debug/context/path_values.py
src/languages/typescript/__init__.py
src/languages/typescript/adapter.py
src/languages/typescript/constants.py
src/languages/typescript/context.py
src/languages/typescript/dependencies.py
src/languages/typescript/fields.py
src/languages/typescript/imports.py
src/languages/typescript/names.py
src/languages/typescript/operations.py
src/languages/typescript/paths.py
src/languages/typescript/resources.py
src/languages/typescript/schemas.py
src/languages/typescript/types.py
src/languages/typescript/urls.py
src/openapi/__init__.py
src/openapi/document.py
src/openapi/inspector.py
src/openapi/loader.py
src/openapi/ref_metadata.py
src/openapi/refs.py
src/openapi/resolver/__init__.py
src/openapi/resolver/components.py
src/openapi/resolver/content.py
src/openapi/resolver/parameters.py
src/openapi/resolver/pointers.py
src/openapi/resolver/request_bodies.py
src/openapi/resolver/responses.py
src/utils/__init__.py
src/utils/naming/__init__.py
src/utils/naming/aliases.py
src/utils/naming/cases.py
src/utils/naming/number.py
src/utils/naming/plurality.py
src/utils/naming/provider.py