sourcecode 1.31.6__tar.gz → 1.31.7__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sourcecode-1.31.7/.sourcecode-cache/snapshot-265db75-03952dbd.json +550 -0
- sourcecode-1.31.7/.sourcecode-cache/snapshot-265db75-26a1ddd0.json +550 -0
- sourcecode-1.31.7/.sourcecode-cache/snapshot-565fabf-c4e3c102.json +266 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/PKG-INFO +3 -3
- {sourcecode-1.31.6 → sourcecode-1.31.7}/README.md +2 -2
- {sourcecode-1.31.6 → sourcecode-1.31.7}/pyproject.toml +1 -1
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/__init__.py +1 -1
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/cli.py +55 -1
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/repository_ir.py +87 -6
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.agents/skills/source-command-gsd-join-discord/SKILL.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.agents/skills/source-command-gsd-review-backlog/SKILL.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.agents/skills/source-command-gsd-workstreams/SKILL.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.continue-here.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.github/workflows/build-windows.yml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.gitignore +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.ruff.toml +0 -0
- /sourcecode-1.31.6/.sourcecode-cache/snapshot-565fabf-37df4554.json → /sourcecode-1.31.7/.sourcecode-cache/snapshot-265db75-37df4554.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-0911b79e.json +0 -0
- /sourcecode-1.31.6/.sourcecode-cache/snapshot-565fabf-c4e3c102.json → /sourcecode-1.31.7/.sourcecode-cache/snapshot-565fabf-37df4554.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-624321f3.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-776b4676.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-9770fba7.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-e8bc5fb4.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-e9801942.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-ee60e0cd.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/.sourcecode-cache/snapshot-565fabf-fdd9d3f7.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/CHANGELOG.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/CONTRIBUTING.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/LICENSE +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/SECURITY.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/docs/privacy.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/docs/schema.md +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/raw +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/run_cli.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/adaptive_scanner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/architecture_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/architecture_summary.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/ast_extractor.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/code_notes_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/confidence_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/context_scorer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/context_summarizer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/contract_model.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/contract_pipeline.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/coverage_parser.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/dependency_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/__init__.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/base.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/csproj_parser.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/dart.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/dotnet.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/elixir.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/go.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/heuristic.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/hybrid.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/java.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/jvm_ext.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/nodejs.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/parsers.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/php.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/project.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/python.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/ruby.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/rust.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/systems.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/terraform.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/detectors/tooling.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/doc_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/entrypoint_classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/env_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/file_classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/flow_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/git_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/graph_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/__init__.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/onboarding/__init__.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/onboarding/applier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/onboarding/backup.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/onboarding/detector.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/onboarding/planner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/runner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/mcp/server.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/metrics_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/path_filters.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/pr_comment_renderer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/prepare_context.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/progress.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/ranking_engine.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/redactor.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/relevance_scorer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/repo_classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/runtime_classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/scanner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/schema.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/semantic_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/serializer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/summarizer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/__init__.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/config.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/consent.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/events.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/filters.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/telemetry/transport.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/tree_utils.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/src/sourcecode/workspace.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/__init__.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/conftest.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/coverage.xml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/fastapi_app/pyproject.toml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/fastapi_app/src/main.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/go_service/cmd/api/main.go +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/go_service/go.mod +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/jacoco.xml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/latin1_sample.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/latin1_sample_iso.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/lcov.info +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/nextjs_app/app/page.tsx +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/nextjs_app/package.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/nextjs_app/pnpm-lock.yaml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/pnpm_monorepo/apps/web/app/page.tsx +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/pnpm_monorepo/apps/web/package.json +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/pnpm_monorepo/packages/api/main.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/pnpm_monorepo/packages/api/pyproject.toml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/pnpm_monorepo/pnpm-workspace.yaml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/pom.xml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/application/service/FindAusenteService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/domain/entities/Ausente.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/infrastructure/rest/AusenteRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/application/service/FindAutocoberturasService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/domain/entities/Autocoberturas.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/infrastructure/rest/AutocoberturasRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/application/service/FindCalendarioTrabajadorService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/domain/entities/CalendarioTrabajador.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/infrastructure/rest/CalendarioTrabajadorRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/application/service/FindDepartamentoService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/domain/entities/Departamento.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/infrastructure/rest/DepartamentoRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/application/service/FindEmpleadoService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/domain/entities/Empleado.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/infrastructure/rest/EmpleadoRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/DemoApplication.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/config/FilterConfig.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/domain/Health.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/mapper/HealthMapper.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/repository/HealthRepository.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/service/HealthService.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/web/HealthRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/web/NominaRestController.java +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/resources/application-dev.yml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/resources/application.yml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/fixtures/spring_boot_minimal/src/main/resources/mapper/HealthMapper.xml +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_architecture_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_architecture_summary.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_ast_extractor.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_block1_reliability.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_block2_coverage.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_block5_quality.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_broadleaf_fixes.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_bug_fixes_v1302.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_bug_fixes_v1312.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_bug_fixes_v1313.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_bug_fixes_v16.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_bug_fixes_v2.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_classifier.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_cli.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_code_notes_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_context_scorer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_contract_pipeline.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_coverage_parser.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_cross_consistency.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_dependency_analyzer_node_python.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_dependency_analyzer_polyglot.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_dependency_schema.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_dotnet.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_go_rust_java.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_nodejs.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_php_ruby_dart.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_python.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_universal_managed.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detector_universal_systems.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_detectors_base.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_doc_analyzer_jsdom.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_doc_analyzer_python.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_encoding_regression.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_graph_analyzer_polyglot.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_graph_analyzer_python_node.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_graph_schema.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_hybrid_inference.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_dependencies.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_detection.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_docs.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_graph_modules.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_lqn.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_metrics.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_multistack.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_semantics.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_integration_universal.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_java_spring_integration.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_mcp_runner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_mcp_serve.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_mcp_tools.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_metrics_analyzer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_output_ux.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_packaging.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_phase1_improvements.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_pipeline_integrity.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_real_projects.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_redactor.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_repository_ir.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_scanner.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_schema.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_schema_normalization.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_scoring_calibration.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_semantic_analyzer_node.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_semantic_analyzer_python.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_semantic_import_resolution.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_semantic_schema.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_signal_hierarchy.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_summarizer.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_surface_honesty.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_task_differentiation.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_telemetry.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_v131_improvements.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_v1_10_regressions.py +0 -0
- {sourcecode-1.31.6 → sourcecode-1.31.7}/tests/test_workspace_analyzer.py +0 -0
|
@@ -0,0 +1,550 @@
|
|
|
1
|
+
{
|
|
2
|
+
"project": {
|
|
3
|
+
"type": "cli",
|
|
4
|
+
"summary": "CLI: Deterministic codebase context for AI coding agents. Stack: Python (Typer).",
|
|
5
|
+
"primary_stack": "python",
|
|
6
|
+
"frameworks": [
|
|
7
|
+
"Typer"
|
|
8
|
+
],
|
|
9
|
+
"package_manager": "pip"
|
|
10
|
+
},
|
|
11
|
+
"entry_points": [
|
|
12
|
+
{
|
|
13
|
+
"path": "src/sourcecode/cli.py",
|
|
14
|
+
"kind": "cli",
|
|
15
|
+
"confidence": "high"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"architecture": {
|
|
19
|
+
"summary": "Python cli tool using Typer.\nLayered Architecture with orchestration, processing, data layers.\nAnalyzes repository tree and detects stack, entry points, and project type.\nProduces a JSON/YAML-serializable SourceMap with secret redaction.\nOpcionalmente añade dependencias, grafo de módulos, docs y docstrings, métricas de calidad y semántica y call graph.",
|
|
20
|
+
"pattern": "layered",
|
|
21
|
+
"confidence": "low",
|
|
22
|
+
"method": "filesystem_inference",
|
|
23
|
+
"layers": [
|
|
24
|
+
{
|
|
25
|
+
"name": "orchestration",
|
|
26
|
+
"confidence": "low",
|
|
27
|
+
"file_count": 2
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "processing",
|
|
31
|
+
"confidence": "low",
|
|
32
|
+
"file_count": 16
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "data",
|
|
36
|
+
"confidence": "low",
|
|
37
|
+
"file_count": 3
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"bounded_contexts": [
|
|
41
|
+
"sourcecode",
|
|
42
|
+
"telemetry",
|
|
43
|
+
"detectors"
|
|
44
|
+
],
|
|
45
|
+
"limitations": [
|
|
46
|
+
"Low confidence inference: pattern inferred from filenames only, without import graph confirmation"
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
"file_relevance": [
|
|
50
|
+
{
|
|
51
|
+
"path": "src/sourcecode/cli.py",
|
|
52
|
+
"category": "cli_entrypoint",
|
|
53
|
+
"confidence": "high",
|
|
54
|
+
"score": 1.0,
|
|
55
|
+
"relevance": 1.0,
|
|
56
|
+
"reason": "declared production CLI entrypoint",
|
|
57
|
+
"evidence": [
|
|
58
|
+
"entry_points"
|
|
59
|
+
],
|
|
60
|
+
"signals": [
|
|
61
|
+
{
|
|
62
|
+
"type": "runtime_entrypoint",
|
|
63
|
+
"strength": "strong"
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"ranking_reasons": [
|
|
67
|
+
"runtime entrypoint"
|
|
68
|
+
]
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"path": "src/sourcecode/detectors/hybrid.py",
|
|
72
|
+
"category": "api_layer",
|
|
73
|
+
"confidence": "high",
|
|
74
|
+
"score": 0.8,
|
|
75
|
+
"relevance": 0.82,
|
|
76
|
+
"reason": "imports API/server framework",
|
|
77
|
+
"evidence": [
|
|
78
|
+
"import:fastapi",
|
|
79
|
+
"import:fastapi",
|
|
80
|
+
"import:fastapi",
|
|
81
|
+
"import:fastapi"
|
|
82
|
+
],
|
|
83
|
+
"signals": [
|
|
84
|
+
{
|
|
85
|
+
"type": "framework_import",
|
|
86
|
+
"strength": "medium",
|
|
87
|
+
"evidence": [
|
|
88
|
+
"import:fastapi",
|
|
89
|
+
"import:fastapi"
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
"path": "src/sourcecode/context_scorer.py",
|
|
96
|
+
"category": "domain_model",
|
|
97
|
+
"confidence": "medium",
|
|
98
|
+
"score": 0.467,
|
|
99
|
+
"relevance": 0.58,
|
|
100
|
+
"reason": "model/entity definitions detected",
|
|
101
|
+
"evidence": [
|
|
102
|
+
"class/type definition"
|
|
103
|
+
],
|
|
104
|
+
"signals": [
|
|
105
|
+
{
|
|
106
|
+
"type": "framework_annotation",
|
|
107
|
+
"strength": "strong"
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"path": "src/sourcecode/contract_model.py",
|
|
113
|
+
"category": "domain_model",
|
|
114
|
+
"confidence": "medium",
|
|
115
|
+
"score": 0.467,
|
|
116
|
+
"relevance": 0.58,
|
|
117
|
+
"reason": "model/entity definitions detected",
|
|
118
|
+
"evidence": [
|
|
119
|
+
"class/type definition"
|
|
120
|
+
],
|
|
121
|
+
"signals": [
|
|
122
|
+
{
|
|
123
|
+
"type": "framework_annotation",
|
|
124
|
+
"strength": "strong"
|
|
125
|
+
}
|
|
126
|
+
]
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"path": "src/sourcecode/detectors/base.py",
|
|
130
|
+
"category": "domain_model",
|
|
131
|
+
"confidence": "medium",
|
|
132
|
+
"score": 0.467,
|
|
133
|
+
"relevance": 0.58,
|
|
134
|
+
"reason": "model/entity definitions detected",
|
|
135
|
+
"evidence": [
|
|
136
|
+
"class/type definition"
|
|
137
|
+
],
|
|
138
|
+
"signals": [
|
|
139
|
+
{
|
|
140
|
+
"type": "framework_annotation",
|
|
141
|
+
"strength": "strong"
|
|
142
|
+
}
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"path": "src/sourcecode/detectors/csproj_parser.py",
|
|
147
|
+
"category": "domain_model",
|
|
148
|
+
"confidence": "medium",
|
|
149
|
+
"score": 0.467,
|
|
150
|
+
"relevance": 0.58,
|
|
151
|
+
"reason": "model/entity definitions detected",
|
|
152
|
+
"evidence": [
|
|
153
|
+
"class/type definition"
|
|
154
|
+
],
|
|
155
|
+
"signals": [
|
|
156
|
+
{
|
|
157
|
+
"type": "framework_annotation",
|
|
158
|
+
"strength": "strong"
|
|
159
|
+
}
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"path": "src/sourcecode/detectors/python.py",
|
|
164
|
+
"category": "domain_model",
|
|
165
|
+
"confidence": "medium",
|
|
166
|
+
"score": 0.467,
|
|
167
|
+
"relevance": 0.58,
|
|
168
|
+
"reason": "model/entity definitions detected",
|
|
169
|
+
"evidence": [
|
|
170
|
+
"class/type definition"
|
|
171
|
+
],
|
|
172
|
+
"signals": [
|
|
173
|
+
{
|
|
174
|
+
"type": "framework_annotation",
|
|
175
|
+
"strength": "strong"
|
|
176
|
+
}
|
|
177
|
+
]
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
"path": "src/sourcecode/file_classifier.py",
|
|
181
|
+
"category": "domain_model",
|
|
182
|
+
"confidence": "medium",
|
|
183
|
+
"score": 0.467,
|
|
184
|
+
"relevance": 0.58,
|
|
185
|
+
"reason": "model/entity definitions detected",
|
|
186
|
+
"evidence": [
|
|
187
|
+
"class/type definition"
|
|
188
|
+
],
|
|
189
|
+
"signals": [
|
|
190
|
+
{
|
|
191
|
+
"type": "framework_annotation",
|
|
192
|
+
"strength": "strong"
|
|
193
|
+
}
|
|
194
|
+
]
|
|
195
|
+
},
|
|
196
|
+
{
|
|
197
|
+
"path": "src/sourcecode/mcp/onboarding/detector.py",
|
|
198
|
+
"category": "domain_model",
|
|
199
|
+
"confidence": "medium",
|
|
200
|
+
"score": 0.467,
|
|
201
|
+
"relevance": 0.58,
|
|
202
|
+
"reason": "model/entity definitions detected",
|
|
203
|
+
"evidence": [
|
|
204
|
+
"class/type definition"
|
|
205
|
+
],
|
|
206
|
+
"signals": [
|
|
207
|
+
{
|
|
208
|
+
"type": "framework_annotation",
|
|
209
|
+
"strength": "strong"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"path": "src/sourcecode/mcp/onboarding/planner.py",
|
|
215
|
+
"category": "domain_model",
|
|
216
|
+
"confidence": "medium",
|
|
217
|
+
"score": 0.467,
|
|
218
|
+
"relevance": 0.58,
|
|
219
|
+
"reason": "model/entity definitions detected",
|
|
220
|
+
"evidence": [
|
|
221
|
+
"class/type definition"
|
|
222
|
+
],
|
|
223
|
+
"signals": [
|
|
224
|
+
{
|
|
225
|
+
"type": "framework_annotation",
|
|
226
|
+
"strength": "strong"
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
"path": "src/sourcecode/prepare_context.py",
|
|
232
|
+
"category": "domain_model",
|
|
233
|
+
"confidence": "medium",
|
|
234
|
+
"score": 0.467,
|
|
235
|
+
"relevance": 0.58,
|
|
236
|
+
"reason": "model/entity definitions detected",
|
|
237
|
+
"evidence": [
|
|
238
|
+
"class/type definition"
|
|
239
|
+
],
|
|
240
|
+
"signals": [
|
|
241
|
+
{
|
|
242
|
+
"type": "framework_annotation",
|
|
243
|
+
"strength": "strong"
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"path": "src/sourcecode/ranking_engine.py",
|
|
249
|
+
"category": "domain_model",
|
|
250
|
+
"confidence": "medium",
|
|
251
|
+
"score": 0.467,
|
|
252
|
+
"relevance": 0.58,
|
|
253
|
+
"reason": "model/entity definitions detected",
|
|
254
|
+
"evidence": [
|
|
255
|
+
"class/type definition"
|
|
256
|
+
],
|
|
257
|
+
"signals": [
|
|
258
|
+
{
|
|
259
|
+
"type": "framework_annotation",
|
|
260
|
+
"strength": "strong"
|
|
261
|
+
}
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"path": "src/sourcecode/adaptive_scanner.py",
|
|
266
|
+
"category": "application_logic",
|
|
267
|
+
"confidence": "medium",
|
|
268
|
+
"score": 0.3,
|
|
269
|
+
"relevance": 0.52,
|
|
270
|
+
"reason": "code definitions with imports",
|
|
271
|
+
"evidence": [
|
|
272
|
+
"import:__future__",
|
|
273
|
+
"import:os",
|
|
274
|
+
"import:pathlib",
|
|
275
|
+
"import:typing"
|
|
276
|
+
],
|
|
277
|
+
"signals": [
|
|
278
|
+
{
|
|
279
|
+
"type": "code_definitions_with_imports",
|
|
280
|
+
"strength": "medium"
|
|
281
|
+
}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"path": "src/sourcecode/architecture_analyzer.py",
|
|
286
|
+
"category": "application_logic",
|
|
287
|
+
"confidence": "medium",
|
|
288
|
+
"score": 0.3,
|
|
289
|
+
"relevance": 0.52,
|
|
290
|
+
"reason": "code definitions with imports",
|
|
291
|
+
"evidence": [
|
|
292
|
+
"import:__future__",
|
|
293
|
+
"import:re",
|
|
294
|
+
"import:pathlib",
|
|
295
|
+
"import:typing"
|
|
296
|
+
],
|
|
297
|
+
"signals": [
|
|
298
|
+
{
|
|
299
|
+
"type": "code_definitions_with_imports",
|
|
300
|
+
"strength": "medium"
|
|
301
|
+
}
|
|
302
|
+
]
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"path": "src/sourcecode/architecture_summary.py",
|
|
306
|
+
"category": "application_logic",
|
|
307
|
+
"confidence": "medium",
|
|
308
|
+
"score": 0.3,
|
|
309
|
+
"relevance": 0.52,
|
|
310
|
+
"reason": "code definitions with imports",
|
|
311
|
+
"evidence": [
|
|
312
|
+
"import:__future__",
|
|
313
|
+
"import:ast",
|
|
314
|
+
"import:re",
|
|
315
|
+
"import:pathlib"
|
|
316
|
+
],
|
|
317
|
+
"signals": [
|
|
318
|
+
{
|
|
319
|
+
"type": "code_definitions_with_imports",
|
|
320
|
+
"strength": "medium"
|
|
321
|
+
}
|
|
322
|
+
]
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"path": "src/sourcecode/ast_extractor.py",
|
|
326
|
+
"category": "application_logic",
|
|
327
|
+
"confidence": "medium",
|
|
328
|
+
"score": 0.3,
|
|
329
|
+
"relevance": 0.52,
|
|
330
|
+
"reason": "code definitions with imports",
|
|
331
|
+
"evidence": [
|
|
332
|
+
"import:__future__",
|
|
333
|
+
"import:ast",
|
|
334
|
+
"import:re",
|
|
335
|
+
"import:sys"
|
|
336
|
+
],
|
|
337
|
+
"signals": [
|
|
338
|
+
{
|
|
339
|
+
"type": "code_definitions_with_imports",
|
|
340
|
+
"strength": "medium"
|
|
341
|
+
}
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"path": "src/sourcecode/classifier.py",
|
|
346
|
+
"category": "application_logic",
|
|
347
|
+
"confidence": "medium",
|
|
348
|
+
"score": 0.3,
|
|
349
|
+
"relevance": 0.52,
|
|
350
|
+
"reason": "code definitions with imports",
|
|
351
|
+
"evidence": [
|
|
352
|
+
"import:__future__",
|
|
353
|
+
"import:collections.abc",
|
|
354
|
+
"import:dataclasses",
|
|
355
|
+
"import:typing"
|
|
356
|
+
],
|
|
357
|
+
"signals": [
|
|
358
|
+
{
|
|
359
|
+
"type": "code_definitions_with_imports",
|
|
360
|
+
"strength": "medium"
|
|
361
|
+
}
|
|
362
|
+
]
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"path": "src/sourcecode/code_notes_analyzer.py",
|
|
366
|
+
"category": "application_logic",
|
|
367
|
+
"confidence": "medium",
|
|
368
|
+
"score": 0.3,
|
|
369
|
+
"relevance": 0.52,
|
|
370
|
+
"reason": "code definitions with imports",
|
|
371
|
+
"evidence": [
|
|
372
|
+
"import:__future__",
|
|
373
|
+
"import:re",
|
|
374
|
+
"import:collections",
|
|
375
|
+
"import:pathlib"
|
|
376
|
+
],
|
|
377
|
+
"signals": [
|
|
378
|
+
{
|
|
379
|
+
"type": "code_definitions_with_imports",
|
|
380
|
+
"strength": "medium"
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"path": "src/sourcecode/confidence_analyzer.py",
|
|
386
|
+
"category": "application_logic",
|
|
387
|
+
"confidence": "medium",
|
|
388
|
+
"score": 0.3,
|
|
389
|
+
"relevance": 0.52,
|
|
390
|
+
"reason": "code definitions with imports",
|
|
391
|
+
"evidence": [
|
|
392
|
+
"import:__future__",
|
|
393
|
+
"import:pathlib",
|
|
394
|
+
"import:typing",
|
|
395
|
+
"import:sourcecode.entrypoint_classifier"
|
|
396
|
+
],
|
|
397
|
+
"signals": [
|
|
398
|
+
{
|
|
399
|
+
"type": "code_definitions_with_imports",
|
|
400
|
+
"strength": "medium"
|
|
401
|
+
}
|
|
402
|
+
]
|
|
403
|
+
},
|
|
404
|
+
{
|
|
405
|
+
"path": "src/sourcecode/context_summarizer.py",
|
|
406
|
+
"category": "application_logic",
|
|
407
|
+
"confidence": "medium",
|
|
408
|
+
"score": 0.3,
|
|
409
|
+
"relevance": 0.52,
|
|
410
|
+
"reason": "code definitions with imports",
|
|
411
|
+
"evidence": [
|
|
412
|
+
"import:__future__",
|
|
413
|
+
"import:pathlib",
|
|
414
|
+
"import:typing",
|
|
415
|
+
"import:sourcecode.schema"
|
|
416
|
+
],
|
|
417
|
+
"signals": [
|
|
418
|
+
{
|
|
419
|
+
"type": "code_definitions_with_imports",
|
|
420
|
+
"strength": "medium"
|
|
421
|
+
}
|
|
422
|
+
]
|
|
423
|
+
}
|
|
424
|
+
],
|
|
425
|
+
"file_relevance_hint": "Showing top 20/204 files by score. Use --full to see all.",
|
|
426
|
+
"key_dependencies": [
|
|
427
|
+
{
|
|
428
|
+
"name": "mcp",
|
|
429
|
+
"version": ">=1.0.0"
|
|
430
|
+
},
|
|
431
|
+
{
|
|
432
|
+
"name": "typer",
|
|
433
|
+
"version": ">=0.24"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"name": "pathspec",
|
|
437
|
+
"version": ">=1.0",
|
|
438
|
+
"role": "parsing"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"name": "ruamel.yaml",
|
|
442
|
+
"version": ">=0.18",
|
|
443
|
+
"role": "serialization"
|
|
444
|
+
},
|
|
445
|
+
{
|
|
446
|
+
"name": "tomli",
|
|
447
|
+
"version": ">=2.0",
|
|
448
|
+
"role": "serialization"
|
|
449
|
+
}
|
|
450
|
+
],
|
|
451
|
+
"suspicious_dependencies": [
|
|
452
|
+
{
|
|
453
|
+
"name": "mcp",
|
|
454
|
+
"reason": "declared as production dependency but no static import observed"
|
|
455
|
+
}
|
|
456
|
+
],
|
|
457
|
+
"signals": {
|
|
458
|
+
"env_vars": {
|
|
459
|
+
"total": 16,
|
|
460
|
+
"required": 4,
|
|
461
|
+
"categories": [
|
|
462
|
+
"application",
|
|
463
|
+
"auth",
|
|
464
|
+
"database",
|
|
465
|
+
"general",
|
|
466
|
+
"server"
|
|
467
|
+
]
|
|
468
|
+
},
|
|
469
|
+
"spring_profiles": {
|
|
470
|
+
"detected": [
|
|
471
|
+
"dev"
|
|
472
|
+
]
|
|
473
|
+
},
|
|
474
|
+
"code_notes": {
|
|
475
|
+
"total": 21,
|
|
476
|
+
"by_kind": {
|
|
477
|
+
"BUG": 9,
|
|
478
|
+
"TODO": 7,
|
|
479
|
+
"FIXME": 2,
|
|
480
|
+
"NOTE": 2,
|
|
481
|
+
"HACK": 1
|
|
482
|
+
},
|
|
483
|
+
"top": [
|
|
484
|
+
{
|
|
485
|
+
"kind": "BUG",
|
|
486
|
+
"path": "src/sourcecode/cli.py",
|
|
487
|
+
"line": 2655,
|
|
488
|
+
"text": "#1A fix: track block comments and skip // lines before annotation checks."
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "BUG",
|
|
492
|
+
"path": "src/sourcecode/cli.py",
|
|
493
|
+
"line": 2711,
|
|
494
|
+
"text": "#1B: one endpoint per class prefix"
|
|
495
|
+
},
|
|
496
|
+
{
|
|
497
|
+
"kind": "BUG",
|
|
498
|
+
"path": "src/sourcecode/prepare_context.py",
|
|
499
|
+
"line": 1712,
|
|
500
|
+
"text": "#4: LOW confidence + 0 content matches → clear suspected_areas,"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"kind": "BUG",
|
|
504
|
+
"path": "src/sourcecode/prepare_context.py",
|
|
505
|
+
"line": 2321,
|
|
506
|
+
"text": "#3: onboard must cover ≥3 arch layers (controllers/services/domain/repositories)."
|
|
507
|
+
},
|
|
508
|
+
{
|
|
509
|
+
"kind": "BUG",
|
|
510
|
+
"path": "tests/test_bug_fixes_v16.py",
|
|
511
|
+
"line": 21,
|
|
512
|
+
"text": "1 — UTF-8 round-trip via write_output"
|
|
513
|
+
}
|
|
514
|
+
]
|
|
515
|
+
},
|
|
516
|
+
"has_tests": true
|
|
517
|
+
},
|
|
518
|
+
"confidence_summary": {
|
|
519
|
+
"overall": "medium",
|
|
520
|
+
"stack": "high",
|
|
521
|
+
"entry_points": "high",
|
|
522
|
+
"sections": {
|
|
523
|
+
"stack": "high",
|
|
524
|
+
"entrypoints": "high",
|
|
525
|
+
"dependencies": "high",
|
|
526
|
+
"architecture": "low",
|
|
527
|
+
"file_relevance": "medium"
|
|
528
|
+
}
|
|
529
|
+
},
|
|
530
|
+
"confidence_reasons": {
|
|
531
|
+
"architecture": [
|
|
532
|
+
"Low confidence inference: pattern inferred from filenames only, without import graph confirmation",
|
|
533
|
+
"No Architecture Decision Records (ADRs) detected — missing docs/ or adr/ directory",
|
|
534
|
+
"No OpenAPI/Swagger contract detected — agents cannot auto-discover API surface without it",
|
|
535
|
+
"bounded_contexts detected: 3"
|
|
536
|
+
]
|
|
537
|
+
},
|
|
538
|
+
"analysis_gaps": [
|
|
539
|
+
{
|
|
540
|
+
"area": "documentation",
|
|
541
|
+
"reason": "No Architecture Decision Records (ADRs) detected — missing docs/ or adr/ directory",
|
|
542
|
+
"impact": "low"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"area": "api_contract",
|
|
546
|
+
"reason": "No OpenAPI/Swagger contract detected — agents cannot auto-discover API surface without it",
|
|
547
|
+
"impact": "medium"
|
|
548
|
+
}
|
|
549
|
+
]
|
|
550
|
+
}
|