.env.example
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
RELEASE.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/generate.py
cli/commands/infer.py
cli/commands/init.py
cli/commands/inspect.py
cli/commands/task.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/reporter.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
scripts/release.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/generate.py
src/app/workflows/infer.py
src/app/workflows/inspect.py
src/app/workflows/template_paths.py
src/app/workflows/validate.py
src/codepot_file/__init__.py
src/codepot_file/editor.py
src/codepot_file/loader.py
src/codepot_file/models.py
src/codepot_file/runner.py
src/codepotg/__init__.py
src/codepotg/__main__.py
src/codepotg.egg-info/PKG-INFO
src/codepotg.egg-info/SOURCES.txt
src/codepotg.egg-info/dependency_links.txt
src/codepotg.egg-info/entry_points.txt
src/codepotg.egg-info/requires.txt
src/codepotg.egg-info/top_level.txt
src/codepotg/cli/__init__.py
src/codepotg/cli/main.py
src/codepotg/templates/dart/.gitignore
src/codepotg/templates/dart/.prettierrc
src/codepotg/templates/dart/CHANGELOG.md.j2
src/codepotg/templates/dart/README.md.j2
src/codepotg/templates/dart/analysis_options.yaml.j2
src/codepotg/templates/dart/paths.yaml
src/codepotg/templates/dart/pubspec.yaml.j2
src/codepotg/templates/dart/lib/[project.name.path].dart.j2
src/codepotg/templates/dart/{dto}/index.dart.j2
src/codepotg/templates/dart/{dto}/model.dart.j2
src/codepotg/templates/dart/{enum}/enum.dart.j2
src/codepotg/templates/dart/{enum}/index.dart.j2
src/codepotg/templates/dart/{feature}/[resource.name.path]_feature.dart.j2
src/codepotg/templates/dart/{model}/index.dart.j2
src/codepotg/templates/dart/{model}/model.dart.j2
src/codepotg/templates/dart/{route_group}/[resource.name.path]_endpoints.dart.j2
src/codepotg/templates/dart/{route_root}/routes.dart.j2
src/codepotg/templates/dart/{version}/client.dart.j2
src/codepotg/templates/dart/{version}/v1.dart.j2
src/codepotg/templates/debug/README.md.j2
src/codepotg/templates/debug/paths.yaml
src/codepotg/templates/debug/_partials/fields-table.md.j2
src/codepotg/templates/debug/_partials/metadata.md.j2
src/codepotg/templates/debug/_partials/operation-summary.md.j2
src/codepotg/templates/debug/_partials/parameters-table.md.j2
src/codepotg/templates/debug/_partials/request-body.md.j2
src/codepotg/templates/debug/_partials/responses-table.md.j2
src/codepotg/templates/debug/_partials/schema-summary.md.j2
src/codepotg/templates/debug/{dto}/[dto.name.path].md.j2
src/codepotg/templates/debug/{enum}/[enum.name.path].md.j2
src/codepotg/templates/debug/{model}/[model.name.path].dependencies.md.j2
src/codepotg/templates/debug/{model}/[model.name.path].fields.md.j2
src/codepotg/templates/debug/{model}/[model.name.path].md.j2
src/codepotg/templates/debug/{operation}/[operation.api.method]_[operation.name.path].md.j2
src/codepotg/templates/debug/{resource}/index.md.j2
src/codepotg/templates/debug/{resource}/operations.md.j2
src/codepotg/templates/debug/{resource}/schemas.md.j2
src/codepotg/templates/next/paths.yaml
src/codepotg/templates/next/{dto}/[dto.name.path.o].ts.j2
src/codepotg/templates/next/{enum}/[enum.name.path.o].ts.j2
src/codepotg/templates/next/{model}/[model.name.path.o].ts.j2
src/codepotg/templates/next/{resource_dto}/index.ts.j2
src/codepotg/templates/next/{resource_enums}/index.ts.j2
src/codepotg/templates/next/{resource_models}/index.ts.j2
src/codepotg/templates/next/{resource_types}/index.ts.j2
src/codepotg/templates/next/{resource}/[resource.name.path.o].actions.ts.j2
src/codepotg/templates/next/{root}/[project.meta.api_version].ts.j2
src/codepotg/templates/next/{root}/api.ts.j2
src/codepotg/templates/next/{root}/index.ts.j2
src/codepotg/templates/next/{root}/next-actions.md
src/codepotg/templates/next/{root}/routes.ts.j2
src/codepotg/templates/next/{root}/actions/helpers.ts.j2
src/codepotg/templates/next/{root}/actions/index.ts.j2
src/codepotg/templates/next/{root}/types/index.ts.j2
src/codepotg/templates/next/{ui_page}/page.tsx.j2
src/codepotg/templates/next/{ui_resource}/[resource.name.path.o]-columns.tsx.j2
src/codepotg/templates/next/{ui_resource}/[resource.name.path.o]-dialogs.tsx.j2
src/codepotg/templates/next/{ui_resource}/[resource.name.path.o]-form.tsx.j2
src/codepotg/templates/next/{ui_resource}/[resource.name.path.o]-table.tsx.j2
src/codepotg/templates/next/{ui_resource}/index.ts.j2
src/codepotg/templates/typescript/.gitignore
src/codepotg/templates/typescript/.prettierrc
src/codepotg/templates/typescript/README.md.j2
src/codepotg/templates/typescript/package.json.j2
src/codepotg/templates/typescript/paths.yaml
src/codepotg/templates/typescript/tsconfig.json.j2
src/codepotg/templates/typescript/{dto}/dto.ts.j2
src/codepotg/templates/typescript/{enum}/enum.ts.j2
src/codepotg/templates/typescript/{model}/model.ts.j2
src/codepotg/templates/typescript/{operation}/operation.ts.j2
src/codepotg/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/frontends.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/entities.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
tests/__init__.py
tests/conftest.py
tests/cli/__init__.py
tests/cli/test_generate_command.py
tests/cli/test_package_metadata.py
tests/cli/test_paths.py
tests/cli/test_version.py
tests/cli/presentation/__init__.py
tests/cli/presentation/test_diagnostics.py
tests/cli/presentation/test_tables.py
tests/codepot_file/__init__.py
tests/codepot_file/test_generate.py
tests/codepot_file/test_loader.py
tests/codepot_file/test_runner.py
tests/contracts/__init__.py
tests/contracts/test_api_contract_models.py
tests/contracts/test_language_contract.py
tests/contracts/test_naming.py
tests/contracts/test_template_contract_models.py
tests/emission/__init__.py
tests/emission/test_end_to_end.py
tests/emission/test_engine.py
tests/emission/test_entity_templates.py
tests/emission/test_lifecycle.py
tests/emission/dependencies/test_output_index.py
tests/emission/dependencies/test_resolver.py
tests/emission/imports/test_markdown.py
tests/emission/imports/test_typescript.py
tests/emission/paths/__init__.py
tests/emission/paths/test_selection.py
tests/emission/templates/__init__.py
tests/emission/templates/test_descriptor.py
tests/emission/templates/test_info_filter.py
tests/emission/templates/test_path_expander.py
tests/emission/templates/test_path_safety.py
tests/emission/templates/test_renderer.py
tests/emission/templates/test_scanner.py
tests/emission/writer/__init__.py
tests/emission/writer/test_file_writer.py
tests/fixtures/__init__.py
tests/fixtures/contracts.py
tests/fixtures/openapi.py
tests/fixtures/sample_openapi.yaml
tests/fixtures/templates.py
tests/inference/__init__.py
tests/inference/test_frontends.py
tests/inference/test_operation_targets.py
tests/inference/test_operation_ui.py
tests/inference/test_resources.py
tests/inference/contract/__init__.py
tests/inference/contract/test_builder.py
tests/inference/schemas/__init__.py
tests/inference/schemas/test_fields_query_metadata.py
tests/inference/schemas/test_primitives.py
tests/languages/__init__.py
tests/languages/test_discovery.py
tests/languages/dart/__init__.py
tests/languages/dart/test_names.py
tests/languages/dart/test_routes.py
tests/languages/dart/test_schemas.py
tests/languages/debug/__init__.py
tests/languages/debug/test_adapter.py
tests/languages/typescript/__init__.py
tests/languages/typescript/test_names.py
tests/languages/typescript/test_operations.py
tests/languages/typescript/test_schemas.py
tests/languages/typescript/test_types.py
tests/openapi/test_codepotx_compatibility.py