sourcecode 1.30.23__tar.gz → 1.30.24__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.30.23 → sourcecode-1.30.24}/PKG-INFO +3 -3
- {sourcecode-1.30.23 → sourcecode-1.30.24}/README.md +2 -2
- {sourcecode-1.30.23 → sourcecode-1.30.24}/pyproject.toml +1 -1
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/__init__.py +1 -1
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/prepare_context.py +8 -4
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-join-discord/SKILL.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-review-backlog/SKILL.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-workstreams/SKILL.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.continue-here.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.github/workflows/build-windows.yml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.gitignore +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/.ruff.toml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/CONTRIBUTING.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/LICENSE +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/SECURITY.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/docs/privacy.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/docs/schema.md +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/raw +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/run_cli.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/adaptive_scanner.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/architecture_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/architecture_summary.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/ast_extractor.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/cli.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/code_notes_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/confidence_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/context_scorer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/context_summarizer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/contract_model.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/contract_pipeline.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/coverage_parser.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/dependency_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/__init__.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/base.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/csproj_parser.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/dart.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/dotnet.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/elixir.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/go.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/heuristic.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/hybrid.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/java.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/jvm_ext.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/nodejs.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/parsers.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/php.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/project.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/python.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/ruby.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/rust.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/systems.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/terraform.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/detectors/tooling.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/doc_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/entrypoint_classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/env_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/file_classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/flow_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/git_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/graph_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/metrics_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/pr_comment_renderer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/progress.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/ranking_engine.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/redactor.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/relevance_scorer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/repo_classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/repository_ir.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/runtime_classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/scanner.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/schema.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/semantic_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/serializer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/summarizer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/__init__.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/config.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/consent.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/events.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/filters.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/telemetry/transport.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/tree_utils.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/src/sourcecode/workspace.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/__init__.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/conftest.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/coverage.xml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/fastapi_app/pyproject.toml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/fastapi_app/src/main.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/go_service/cmd/api/main.go +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/go_service/go.mod +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/jacoco.xml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/latin1_sample.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/latin1_sample_iso.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/lcov.info +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/nextjs_app/app/page.tsx +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/nextjs_app/package.json +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/nextjs_app/pnpm-lock.yaml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/apps/web/app/page.tsx +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/apps/web/package.json +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/packages/api/main.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/packages/api/pyproject.toml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/pnpm-workspace.yaml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/pom.xml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/application/service/FindAusenteService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/domain/entities/Ausente.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/ausente/infrastructure/rest/AusenteRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/application/service/FindAutocoberturasService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/domain/entities/Autocoberturas.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/autocoberturas/infrastructure/rest/AutocoberturasRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/application/service/FindCalendarioTrabajadorService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/domain/entities/CalendarioTrabajador.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/calendarioTrabajador/infrastructure/rest/CalendarioTrabajadorRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/application/service/FindDepartamentoService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/domain/entities/Departamento.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/departamento/infrastructure/rest/DepartamentoRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/application/service/FindEmpleadoService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/domain/entities/Empleado.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/ddd/empleado/infrastructure/rest/EmpleadoRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/DemoApplication.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/config/FilterConfig.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/domain/Health.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/mapper/HealthMapper.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/repository/HealthRepository.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/service/HealthService.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/web/HealthRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/java/com/example/demo/web/NominaRestController.java +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/resources/application-dev.yml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/resources/application.yml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/spring_boot_minimal/src/main/resources/mapper/HealthMapper.xml +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_architecture_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_architecture_summary.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_ast_extractor.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_block1_reliability.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_block2_coverage.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_block5_quality.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_bug_fixes_v16.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_classifier.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_cli.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_code_notes_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_context_scorer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_contract_pipeline.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_coverage_parser.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_cross_consistency.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_dependency_analyzer_node_python.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_dependency_analyzer_polyglot.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_dependency_schema.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_dotnet.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_go_rust_java.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_nodejs.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_php_ruby_dart.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_python.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_universal_managed.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detector_universal_systems.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_detectors_base.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_doc_analyzer_jsdom.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_doc_analyzer_python.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_encoding_regression.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_graph_analyzer_polyglot.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_graph_analyzer_python_node.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_graph_schema.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_hybrid_inference.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_dependencies.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_detection.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_docs.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_graph_modules.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_lqn.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_metrics.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_multistack.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_semantics.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_integration_universal.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_java_spring_integration.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_metrics_analyzer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_output_ux.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_packaging.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_phase1_improvements.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_pipeline_integrity.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_real_projects.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_redactor.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_repository_ir.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_scanner.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_schema.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_schema_normalization.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_semantic_analyzer_node.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_semantic_analyzer_python.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_semantic_import_resolution.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_semantic_schema.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_signal_hierarchy.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_summarizer.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_surface_honesty.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_task_differentiation.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_telemetry.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_v131_improvements.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_v1_10_regressions.py +0 -0
- {sourcecode-1.30.23 → sourcecode-1.30.24}/tests/test_workspace_analyzer.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcecode
|
|
3
|
-
Version: 1.30.
|
|
3
|
+
Version: 1.30.24
|
|
4
4
|
Summary: Deterministic codebase context for AI coding agents
|
|
5
5
|
License: Apache License
|
|
6
6
|
Version 2.0, January 2004
|
|
@@ -221,7 +221,7 @@ Description-Content-Type: text/markdown
|
|
|
221
221
|
|
|
222
222
|
**Deterministic, behavior-aware codebase context for AI agents and PR review.**
|
|
223
223
|
|
|
224
|
-

|
|
225
225
|

|
|
226
226
|
|
|
227
227
|
---
|
|
@@ -257,7 +257,7 @@ pipx install sourcecode
|
|
|
257
257
|
|
|
258
258
|
```bash
|
|
259
259
|
sourcecode version
|
|
260
|
-
# sourcecode 1.30.
|
|
260
|
+
# sourcecode 1.30.24
|
|
261
261
|
```
|
|
262
262
|
|
|
263
263
|
---
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Deterministic, behavior-aware codebase context for AI agents and PR review.**
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|

|
|
7
7
|
|
|
8
8
|
---
|
|
@@ -38,7 +38,7 @@ pipx install sourcecode
|
|
|
38
38
|
|
|
39
39
|
```bash
|
|
40
40
|
sourcecode version
|
|
41
|
-
# sourcecode 1.30.
|
|
41
|
+
# sourcecode 1.30.24
|
|
42
42
|
```
|
|
43
43
|
|
|
44
44
|
---
|
|
@@ -1088,8 +1088,12 @@ class TaskContextBuilder:
|
|
|
1088
1088
|
_pr_build_changes: dict = {}
|
|
1089
1089
|
_pr_committed_changes: list[dict] = []
|
|
1090
1090
|
_pr_uncommitted_changes: list[dict] = []
|
|
1091
|
-
|
|
1092
|
-
|
|
1091
|
+
# Only default these for non-review-pr tasks — review-pr already set them
|
|
1092
|
+
# at line 714 via _get_pr_scope_files. Re-initializing here would shadow
|
|
1093
|
+
# those values and make _committed_set/_uncommitted_set always empty.
|
|
1094
|
+
if task_name != "review-pr":
|
|
1095
|
+
_pr_committed_files: list[str] = []
|
|
1096
|
+
_pr_uncommitted_files: list[str] = []
|
|
1093
1097
|
|
|
1094
1098
|
if task_name == "review-pr":
|
|
1095
1099
|
_pr_base_ref = since or "HEAD"
|
|
@@ -1997,8 +2001,8 @@ class TaskContextBuilder:
|
|
|
1997
2001
|
|
|
1998
2002
|
DiffSourceType mapping:
|
|
1999
2003
|
since given → committed: GIT_RANGE(since, HEAD)
|
|
2000
|
-
no since →
|
|
2001
|
-
|
|
2004
|
+
no since → uncommitted: WORKTREE_UNSTAGED + WORKTREE_STAGED
|
|
2005
|
+
no since + clean tree → committed: HEAD_MINUS_1 (auto-fallback)
|
|
2002
2006
|
"""
|
|
2003
2007
|
import subprocess
|
|
2004
2008
|
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-join-discord/SKILL.md
RENAMED
|
File without changes
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-review-backlog/SKILL.md
RENAMED
|
File without changes
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/.agents/skills/source-command-gsd-workstreams/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/apps/web/app/page.tsx
RENAMED
|
File without changes
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/apps/web/package.json
RENAMED
|
File without changes
|
|
File without changes
|
{sourcecode-1.30.23 → sourcecode-1.30.24}/tests/fixtures/pnpm_monorepo/packages/api/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|