sourcecode 5.9.6__tar.gz → 5.9.8__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-5.9.6 → sourcecode-5.9.8}/CHANGELOG.md +28 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/PKG-INFO +9 -5
- {sourcecode-5.9.6 → sourcecode-5.9.8}/README.md +8 -4
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/DEFECT-LEDGER.md +59 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/DEVELOPMENT-ROADMAP.md +80 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/EXECUTIVE-ROADMAP.md +25 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/MANUAL-USUARIO.md +7 -2
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/USER_GUIDE.md +8 -4
- {sourcecode-5.9.6 → sourcecode-5.9.8}/pyproject.toml +1 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/__init__.py +1 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cli.py +166 -55
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/git_checkout.py +1 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/intent_router.py +2 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/license.py +8 -6
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/packs.py +25 -4
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/prepare_context.py +2 -2
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/progress.py +34 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/selftest.py +2 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_impact.py +2 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/timeline.py +1 -1
- {sourcecode-5.9.6 → sourcecode-5.9.8}/.github/workflows/build-windows.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/.github/workflows/perf-gate.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/.github/workflows/windows-battery.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/.gitignore +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/.ruff.toml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/CLAUDE.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/CODE_OF_CONDUCT.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/CONTRIBUTING.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/LICENSE +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/NOTICE +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/SECURITY.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-22-5.8.22.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-5.8.24.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-COMMERCIAL.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-CORPUS-AMPLIADO.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-EXTERNAL-5.8.25.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-EXTERNAL-5.8.26.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-23-THINGSBOARD-FINDINGS.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.26.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.27.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.28-PACK.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.28.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.31.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.8.32.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-EXTERNAL-5.9.0.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-26-MONETIZATION.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-27-EXTERNAL-5.9.2.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-2026-08-27-EXTERNAL-5.9.3.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/AUDIT-TESTING-CORPUS-2026-08-22.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/CACHE.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/COMMERCIAL-OFFER.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/CUSTOMER-VALIDATION.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/DEMO-5MIN.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/DOCUMENTATION-HYGIENE-2026-08-23.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/EXECUTION-PLAN-12MO.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/MODERNIZATION.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/PRODUCT-ROUTE.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/PRODUCT_AUDIT.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/PRODUCT_IDENTITY.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/PRODUCT_TIERS.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/RC1-CHECKLIST.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/RELEASE-CHECKLIST.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/STRATEGY-2026-08-26-AGENT-CONTEXT.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/CATALOG-retrieval-intents.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-assessment-deployment-evidence.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-assessment-report.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-build-closure-provenance.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-knowledge-provider-integration.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-p5.3b-statement-surface.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-p5.5-span-index.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-p6-semantic-impact-engine.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-p6-semantic-integration-engine.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-p7-semantic-services.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-pack-gate-ci.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-pack-manifest.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-pack-mcp-api.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-robustness-security-inference.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/DESIGN-semantic-retrieval.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/EPV-p6-class-typeref.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/REPORT-p6-flow-analyzer-comparison.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/REPORT-p6-integration-detector-comparison.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/REPORT-p8-flow-analyzer-migration.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/REPORT-p9-integration-detector-migration.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0001-semantic-ir.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0002-source-evidence-boundary.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0003-architectural-characterization.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0004-semantic-retrieval.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0005-evidence-reconciliation.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0006-performance-harness.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0007-composition-semantics.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/adr/0008-answer-coherence.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/consumer-disposition-inventory.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/overview.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/product-architecture-review.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/product-strategy-layering.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/semantic-ir-consumer-matrix.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/architecture/semantic-ir-roadmap.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/baseline-ci.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/commercial-pipeline-audit.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/contracts-ci.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/contracts.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-15-petclinic-rest-issue11-vets-pagination.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-15-petclinic-rest-issue147-validation.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-15-petclinic-rest-workflow.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-15-phase18-openapi-surface.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-15-phase20-validation-surface.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-16-broadleaf-checkout-impact-fieldtest.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-16-petclinic-rest-issue11-weakness2-closed.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/eval/2026-06-16-spring-petclinic-issue2333-dead-vets.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/licensing-schema.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/migrate-check.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/pack-gate-github-actions.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/pack-gate-gitlab.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/README.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/REGRESSION-GATE.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/SUMMARY.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/alfresco__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/alfresco__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/broadleaf__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/broadleaf__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/eureka__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/eureka__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/jenkins__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/jenkins__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/jobrunr__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/jobrunr__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/keycloak__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/keycloak__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/neo4j__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/neo4j__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/ofbiz__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/ofbiz__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/openmrs__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/openmrs__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/petclinic__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.15/petclinic__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/SUMMARY.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/alfresco__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/alfresco__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/broadleaf__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/broadleaf__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/eureka__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/eureka__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/jenkins__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/jenkins__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/jobrunr__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/jobrunr__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/keycloak__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/keycloak__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/neo4j__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/neo4j__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/ofbiz__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/ofbiz__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/openmrs__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/openmrs__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/petclinic__ask__cold.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/2.5.16/petclinic__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/README.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__ask__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__endpoints__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__migrate-check__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__posture__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__spring-audit__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/gate-latest/broadleaf__validation__warm.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/baselines/reference-best/README.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/perf/corpus-testing-2026-08-22.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/posture.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/privacy.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/pro-experience-audit.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/schema.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/spec/envelope-v1.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/docs/spring-audit-ci.yml +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/hatch_build.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/compare_integration_engines.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/context_cost_harness.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/customer_smoke_test.sh +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/generate_jdk_exports.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/perf_gate.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/perf_harness.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/sync_gate_anchors.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/scripts/test_fast.sh +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/__main__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/access_drift.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/adaptive_scanner.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/analysis_budget.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/answer_bounds.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/archetype.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/architectural_baseline.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/architectural_delta.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/architecture_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/architecture_summary.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/ast_extractor.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/audit_clusters.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/audit_recipe.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/audit_report.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/audit_since.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/audit_verify.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/baseline_attestation.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/baseline_autocapture.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/breaking_changes.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/build_modules.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/build_stamp.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/bundled_docs.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/c4_render.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cache.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cache_model.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cache_observation.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/call_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/caller_metrics.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/caller_reach.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/canonical_ir.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/chain_rules.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/change_plan.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/ci_output.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cir_graphs.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/classifier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/client_calls.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/code_notes_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/compare.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/confidence_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/constraint_diff.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/consumer_join.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/container_wiring.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/context_cache.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/context_graph.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/context_scorer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/context_summarizer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/contract_diff.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/contract_init.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/contract_model.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/contract_pipeline.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/coverage_parser.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cve_feed.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/cve_reachability.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/data_exposure.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/data_labels.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/declarations.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/defect_classes/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/defect_classes/registry.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/defect_identity.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/degradation.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/dependency_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/deployment_prefix.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detach.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/base.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/csproj_parser.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/dart.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/dotnet.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/elixir.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/go.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/heuristic.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/hybrid.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/java.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/jvm_ext.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/nodejs.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/parsers.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/php.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/project.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/python.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/ruby.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/rust.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/systems.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/terraform.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/detectors/tooling.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/doc_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/dynamic_argument_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/empty_reach.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/endpoint_disposition.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/endpoint_literals.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/endpoint_metrics.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/entrypoint_classifier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/env_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/envelope.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/environment_resolution.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/error_schema.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/evidence_provider.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/execution_plan.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/explain.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/explain_endpoint.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/facts/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/facts/registry.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/field_deprecations.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/file_chunker.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/file_classifier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/filter_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/findings_baseline.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/format_contract.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/fqn_utils.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/functional_routes.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/gate_anchors.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/git_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/github_diff.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/graph_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/graph_evidence.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/hibernate_strat.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/identity_fallback.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/integration_coordinates.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/jdk_exports.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/manifest_cache.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/dependency_import.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/onboarding/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/onboarding/applier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/onboarding/backup.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/onboarding/detector.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/onboarding/planner.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/orchestrator.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/registry.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/runner.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp/server.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/mcp_nudge.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/metrics_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/migrate_check.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/migration_apply.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/migration_blast.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/non_coverage.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/openapi_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/openrewrite_recipe.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/output_bounds.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/output_budget.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/output_ceiling.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/output_encoding.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/output_sink.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/pack_manifest.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/parallel.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/parse_cache.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/partial_contract.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/path_admission.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/path_display.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/path_filters.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/perf.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/phased_run.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/pipe_contract.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/posture.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/pr_comment_renderer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/pr_impact.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/pr_risk.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/product_info.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/provenance.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/ranking_engine.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/readiness_timeline.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/readonly.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/reconciliation.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/redactor.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/reference_facts.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/regress.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/regulatory_pack.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/release_info.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/relevance_scorer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/remediation_diff.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/remediation_flow.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/remediation_report.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/remedies.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/rename_refactor.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/repo_classifier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/repository_ir.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/resource_budget.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/context.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/errors.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/executor.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/planner.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/query.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/request.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/resolution.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/result.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/retriever.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/runtime.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_endpoint.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_graph.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_impact.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_intf.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_struct.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/retrieval/steps_txsec.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/ris.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/risk.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/risk_model.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/rule_catalog.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/rule_pass.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/runs.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/runtime_classifier.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/sarif.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/sarif_emit.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/scanner.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schema.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schema_producers.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schema_registry.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/core-analysis-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/cve-reachability-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/endpoints-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/envelope-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/pr-impact-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/verify-edit-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/schemas/verify-v1.schema.json +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/security_chain.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/security_config.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/security_config_scan.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/security_posture.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/selection_contract.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/self_audit.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/semantic_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/semantic_impact_engine.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/semantic_integration_engine.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/semantic_services.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/serializer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/servlet_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/source_text.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_event_topology.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_findings.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_model.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_profiles.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_properties.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_security_audit.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_semantic.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/spring_tx_analyzer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/sql_taint.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/summarizer.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/target_admission.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/__init__.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/config.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/consent.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/events.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/filters.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/telemetry/transport.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/test_gap_ranking.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/test_sources.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/text_input.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/timeline_cache.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/token_estimate.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/tree_utils.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/type_usage_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/validation_inference.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/validation_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/verify_edit.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/verify_repo.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/verify_rules.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/version_check.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/vex.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/waivers.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/watch_loop.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/wired_surface.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/src/sourcecode/workspace.py +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/functions/README.md +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/functions/get-license/index.ts +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/functions/lemonsqueezy-webhook/index.ts +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/functions/telemetry/index.ts +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/sql/license_event_ordering.sql +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/sql/licensing_schema.sql +0 -0
- {sourcecode-5.9.6 → sourcecode-5.9.8}/supabase/sql/telemetry_events.sql +0 -0
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [5.9.8] — 2026-08-27
|
|
4
|
+
|
|
5
|
+
*Audit correction and contract-alignment patch release.*
|
|
6
|
+
|
|
7
|
+
**Fixed**
|
|
8
|
+
|
|
9
|
+
- Standardizes `review-pr` and `activate` failures on structured stderr envelopes.
|
|
10
|
+
- Distinguishes command typos from implicit repository paths and suggests commands.
|
|
11
|
+
- Rejects raw unified diffs passed to `--files -`; the option now accepts path lists only.
|
|
12
|
+
- Streams child progress from `pack gate` without contaminating aggregate stdout.
|
|
13
|
+
- Adds per-row timeout control to `selftest` and removes the fixed-size `cold-start` warning.
|
|
14
|
+
|
|
15
|
+
**Documentation and validation**
|
|
16
|
+
|
|
17
|
+
- Reconciles CLI/MCP population documentation and `rename-class` migration guidance.
|
|
18
|
+
- Updates README, English and Spanish guides, roadmap, ledger and CLI version output.
|
|
19
|
+
- Validated with dedicated regressions against `/Users/user/Documents/workspace/testing/teavm`.
|
|
20
|
+
|
|
3
21
|
## [5.9.6] — 2026-08-27
|
|
4
22
|
|
|
5
23
|
*Roadmap correction and release-alignment patch release.*
|
|
@@ -9217,3 +9235,13 @@ implementors.
|
|
|
9217
9235
|
- 3 `--slim` tests verifying the option is absent from help and CLI surface.
|
|
9218
9236
|
- 6 `angular_version` parsing tests covering `dependencies`, `devDependencies`,
|
|
9219
9237
|
`peerDependencies`, `null` JSON values, and version prefix stripping.
|
|
9238
|
+
## [5.9.7] — 2026-08-27
|
|
9239
|
+
|
|
9240
|
+
### Fixed
|
|
9241
|
+
- Exposed functional root options in `ask --help` and aligned help discoverability tests.
|
|
9242
|
+
- Unified empty `--files -` handling for `pr-impact` and `pr-risk`.
|
|
9243
|
+
- Normalized Git reference failures to `GIT_REF_NOT_FOUND`.
|
|
9244
|
+
- Corrected the `cold-start --compact` size contract and endpoint omission disclosure.
|
|
9245
|
+
- Added delayed liveness warnings for long non-interactive runs.
|
|
9246
|
+
- Improved natural-language routing for unsecured endpoint questions.
|
|
9247
|
+
- Kept unresolved impact symbols explicitly unscored.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: sourcecode
|
|
3
|
-
Version: 5.9.
|
|
3
|
+
Version: 5.9.8
|
|
4
4
|
Summary: Persistent structural context and ultra-fast repeated analysis for AI coding agents
|
|
5
5
|
Project-URL: Homepage, https://github.com/HarounDominique/sourcecode
|
|
6
6
|
Project-URL: Repository, https://github.com/HarounDominique/sourcecode
|
|
@@ -59,7 +59,7 @@ Description-Content-Type: text/markdown
|
|
|
59
59
|
> question. All analysis is local and deterministic; see [Privacy](#configuration--privacy)
|
|
60
60
|
> before inspecting a repository whose telemetry policy you need to control.
|
|
61
61
|
|
|
62
|
-

|
|
63
63
|

|
|
64
64
|
|
|
65
65
|
Copyright (c) 2026 Dominique Haroun. All rights reserved. ASK Engine 5.7.0 and
|
|
@@ -196,7 +196,7 @@ set `ASK_MAX_RSS_MB=<megabytes>`; if the process exceeds it, ASK refuses the
|
|
|
196
196
|
answer with `MEMORY_TOO_LARGE`, including the observed peak and limit. Leave it
|
|
197
197
|
unset, or set it to `0`, to disable the ceiling explicitly.
|
|
198
198
|
|
|
199
|
-
**Current performance status.** Release 5.9.
|
|
199
|
+
**Current performance status.** Release 5.9.8 retains the shared Canonical IR
|
|
200
200
|
path used by `validation` and now passes that same CIR into labelled `data-exposure`
|
|
201
201
|
runs; the no-label path remains parse-free. These are implementation properties,
|
|
202
202
|
not duration promises. A controlled external warm-path audit has opened performance
|
|
@@ -218,7 +218,7 @@ in `overlapping_paths`; a missing or non-directory path is rejected as structure
|
|
|
218
218
|
invalid input rather than treated as an empty repository. This prevents silent
|
|
219
219
|
entitlement errors in CI and does not change per-repository gates or billing.
|
|
220
220
|
|
|
221
|
-
Release 5.9.
|
|
221
|
+
Release 5.9.8 also hardens the boundary contracts: missing consumer repositories,
|
|
222
222
|
malformed CVE feeds and unresolved `pack gate --since` refs fail as structured
|
|
223
223
|
input errors; duplicate same-commit baselines are never overwritten. `posture
|
|
224
224
|
--diff` validates unknown profiles when the repository declares profiles. In
|
|
@@ -251,7 +251,7 @@ brew tap haroundominique/sourcecode && brew install sourcecode
|
|
|
251
251
|
# pip / pipx
|
|
252
252
|
pipx install sourcecode # or: pip install sourcecode
|
|
253
253
|
|
|
254
|
-
ask version # ask 5.9.
|
|
254
|
+
ask version # ask 5.9.8 — and, on a build that has aged,
|
|
255
255
|
# how many releases have probably shipped since
|
|
256
256
|
```
|
|
257
257
|
|
|
@@ -501,6 +501,10 @@ The everyday loop: diff-based PR review, symptom-driven bug triage, and delta co
|
|
|
501
501
|
|
|
502
502
|
### 7 · Utilities
|
|
503
503
|
`ask rename-class` (word-boundary Java rename) · `ask chunk-file` (split large files for agents) · `ask cache` (status / warm / model / clear / freshness) · `ask self-audit` (does the installed build's own registry agree with itself?)
|
|
504
|
+
|
|
505
|
+
`rename-class` migration note: current releases require the explicit form
|
|
506
|
+
`ask rename-class <repo> --from OldName --to NewName`. Older positional forms are
|
|
507
|
+
not accepted; use `--dry-run` first when migrating scripts.
|
|
504
508
|
→ [reference](docs/USER_GUIDE.md)
|
|
505
509
|
|
|
506
510
|
---
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
> question. All analysis is local and deterministic; see [Privacy](#configuration--privacy)
|
|
11
11
|
> before inspecting a repository whose telemetry policy you need to control.
|
|
12
12
|
|
|
13
|
-

|
|
14
14
|

|
|
15
15
|
|
|
16
16
|
Copyright (c) 2026 Dominique Haroun. All rights reserved. ASK Engine 5.7.0 and
|
|
@@ -147,7 +147,7 @@ set `ASK_MAX_RSS_MB=<megabytes>`; if the process exceeds it, ASK refuses the
|
|
|
147
147
|
answer with `MEMORY_TOO_LARGE`, including the observed peak and limit. Leave it
|
|
148
148
|
unset, or set it to `0`, to disable the ceiling explicitly.
|
|
149
149
|
|
|
150
|
-
**Current performance status.** Release 5.9.
|
|
150
|
+
**Current performance status.** Release 5.9.8 retains the shared Canonical IR
|
|
151
151
|
path used by `validation` and now passes that same CIR into labelled `data-exposure`
|
|
152
152
|
runs; the no-label path remains parse-free. These are implementation properties,
|
|
153
153
|
not duration promises. A controlled external warm-path audit has opened performance
|
|
@@ -169,7 +169,7 @@ in `overlapping_paths`; a missing or non-directory path is rejected as structure
|
|
|
169
169
|
invalid input rather than treated as an empty repository. This prevents silent
|
|
170
170
|
entitlement errors in CI and does not change per-repository gates or billing.
|
|
171
171
|
|
|
172
|
-
Release 5.9.
|
|
172
|
+
Release 5.9.8 also hardens the boundary contracts: missing consumer repositories,
|
|
173
173
|
malformed CVE feeds and unresolved `pack gate --since` refs fail as structured
|
|
174
174
|
input errors; duplicate same-commit baselines are never overwritten. `posture
|
|
175
175
|
--diff` validates unknown profiles when the repository declares profiles. In
|
|
@@ -202,7 +202,7 @@ brew tap haroundominique/sourcecode && brew install sourcecode
|
|
|
202
202
|
# pip / pipx
|
|
203
203
|
pipx install sourcecode # or: pip install sourcecode
|
|
204
204
|
|
|
205
|
-
ask version # ask 5.9.
|
|
205
|
+
ask version # ask 5.9.8 — and, on a build that has aged,
|
|
206
206
|
# how many releases have probably shipped since
|
|
207
207
|
```
|
|
208
208
|
|
|
@@ -452,6 +452,10 @@ The everyday loop: diff-based PR review, symptom-driven bug triage, and delta co
|
|
|
452
452
|
|
|
453
453
|
### 7 · Utilities
|
|
454
454
|
`ask rename-class` (word-boundary Java rename) · `ask chunk-file` (split large files for agents) · `ask cache` (status / warm / model / clear / freshness) · `ask self-audit` (does the installed build's own registry agree with itself?)
|
|
455
|
+
|
|
456
|
+
`rename-class` migration note: current releases require the explicit form
|
|
457
|
+
`ask rename-class <repo> --from OldName --to NewName`. Older positional forms are
|
|
458
|
+
not accepted; use `--dry-run` first when migrating scripts.
|
|
455
459
|
→ [reference](docs/USER_GUIDE.md)
|
|
456
460
|
|
|
457
461
|
---
|
|
@@ -41,6 +41,65 @@ polyglot repository. It also did not open zero endpoints, minimum token-budget
|
|
|
41
41
|
refusal, unsupported `explain --compact`, or contractless `verify`: each matched
|
|
42
42
|
the declared contract and non-coverage in the observed run.
|
|
43
43
|
|
|
44
|
+
**External audit intake AUD-611, re-audit of release 5.9.6 — 2026-08-27.**
|
|
45
|
+
The external scope was restricted to repositories under Documents/workspace/testing
|
|
46
|
+
and covered about 250 real invocations across seven forks, with 104/104 CLI
|
|
47
|
+
commands exercised. The auditor reports zero target-repository writes, commits
|
|
48
|
+
or dirty worktrees. The final score was 7.4/10; an earlier interim pass recorded
|
|
49
|
+
8/10, so 7.4/10 is the governing result.
|
|
50
|
+
|
|
51
|
+
The three TeaVM field fixes are confirmed across eight or more control
|
|
52
|
+
repositories with no regressions. The new and still-relevant queue is:
|
|
53
|
+
|
|
54
|
+
| ID | Severity | Status | Evidence / closure boundary |
|
|
55
|
+
|---|---:|---|---|
|
|
56
|
+
| AUD-611-B01 | Critical | open | With stdout redirected to /dev/null, an invalid invocation returned exit 0 and empty stderr in 5/5 runs; normal files, pipes and command substitution retained exit 1. Scope is currently INVALID_INPUT only. Fix error transport and exit status independently, then test every error class and redirection form. |
|
|
57
|
+
| AUD-611-B02 | Critical | open | tutorials has 24,073 Java files; cold root compact ran 240.092 seconds, ended with external timeout exit 124 and zero stdout/stderr. CPU was active, so deadlock versus extreme analysis cost is unresolved. Reproduce on supported Windows/Git Bash and POSIX environments, add progress/deadline/partial diagnostics and define a scale contract. |
|
|
58
|
+
| AUD-611-B03 | High | open | Root compact/agent YAML took 85-380 seconds and reported served_from_cache false on repeated unchanged runs. Add a format/view cache regression and publish latency expectations. |
|
|
59
|
+
| AUD-611-B04 | High | open | One selftest hang occurred in about 16 aggregate runs. Other suspected hangs were retracted after adequate-timeout reruns. Add phase correlation, bounded execution and structured timeout failure. |
|
|
60
|
+
| AUD-611-B05 | High | closed | Root help now exposes all 22 accepted functional flags. Dedicated parity coverage and a real TeaVM execution of `--tree --compact` pass; future internal-only options must be explicitly deprecated or hidden. |
|
|
61
|
+
| AUD-611-B06 | Medium | closed | `pr-risk --files -` now rejects an empty list with the same `INVALID_INPUT` stderr envelope and `exit 1` as `pr-impact`; dedicated TeaVM regression passes. No-diff behavior from implicit Git sources remains separately scoped. |
|
|
62
|
+
| AUD-611-B07 | Medium | closed | Shared Git-ref failures now publish canonical `GIT_REF_NOT_FOUND`; TeaVM regressions cover delta and contract-diff, and existing ref consumers were aligned. |
|
|
63
|
+
| AUD-611-B08 | Medium | closed | `cold-start --compact` now qualifies its size as snapshot-dependent instead of claiming `~10K`; the TeaVM no-RIS path and compact identity regressions pass. A hard ceiling remains an optional future product requirement. |
|
|
64
|
+
| AUD-611-B09 | Medium-high | closed | Non-interactive long runs now emit one delayed stderr warning after 60 seconds by default, configurable with `ASK_PROGRESS_WARNING_SECONDS`; short runs remain silent. TeaVM stdout JSON remains valid under the regression. |
|
|
65
|
+
| AUD-611-B10 | Medium | closed | Added the missing `which endpoints have no security` anchor for `security-surface`; natural TeaVM resolution succeeds without scanning, while equal security-intent questions still refuse deterministically. |
|
|
66
|
+
| AUD-611-B11 | Medium | closed | Missing-symbol `impact-chain` results now use `risk_score: null` and `risk_score_raw: null`, matching `impact`'s unscored semantics; both TeaVM command paths return `not_found`, `unknown`, and `exit 1`. |
|
|
67
|
+
| AUD-611-B12 | Medium | open | Compact endpoint omission now carries explicit `population_total` and an inline measured-population note; the JUnit4 project-type classification half remains open. |
|
|
68
|
+
| AUD-611-B13 | Medium | investigation | retrieve endpoint-security failed silently once in 15 runs (6.7%), exit 1 and zero bytes. Add phase/correlation capture and repeated/concurrent reproduction before closure. |
|
|
69
|
+
|
|
70
|
+
Commercially, the audit supports normal repositories up to several thousand
|
|
71
|
+
files and keeps a provisional $35-50/developer/month range, but B01/B02 block
|
|
72
|
+
annual-grade reliability and enterprise-scale positioning until resolved.
|
|
73
|
+
|
|
74
|
+
**External audit intake `AUD-612`, re-audit of release 5.9.7 — 2026-08-27.**
|
|
75
|
+
The external scope covered roughly 130 new invocations across three forks and direct
|
|
76
|
+
retests of all AUD-611 items. It reports five clean forks, no target writes, commits
|
|
77
|
+
or task-kills, and a score of **7.8/10**. It confirms B05, B06, B08, B09, B10 and B11,
|
|
78
|
+
and reports B01 fixed in its own matrix; B01 remains release-artifact verification
|
|
79
|
+
because the prior external round reproduced it. The new queue is:
|
|
80
|
+
|
|
81
|
+
| ID | Severity | Status | Evidence / closure boundary |
|
|
82
|
+
|---|---:|---|---|
|
|
83
|
+
| AUD-612-B02 | Critical | open | `tutorials` root compact still timed out after 300-311s with zero stdout; warning proves activity, not completion. Define scale, deadline and partial-diagnostic contracts. |
|
|
84
|
+
| AUD-612-B03 | High | closed | YAML cache-hit delivery now publishes `_cache.cache_source` and `timing_ms.served_from_cache` consistently; TeaVM YAML smoke plus the direct cache-hit seam regression pass. A real L2 benchmark remains follow-up because this environment rebuilt both runs. |
|
|
85
|
+
| AUD-612-B04 | High | partial | Each `selftest` row now has configurable 120 s default timeout and structured timeout diagnostics/code 75; valid-row scale latency remains open for profiling. Dedicated TeaVM timeout contract regression passes. |
|
|
86
|
+
| AUD-612-B07 | Medium | closed | `pr-impact --since` now resolves refs through the shared authority and publishes `GIT_REF_NOT_FOUND`; dedicated TeaVM and existing Git-ref regressions pass. |
|
|
87
|
+
| AUD-612-B13 | Medium | closed/no-repro | Controlled TeaVM campaign: 30/30 `retrieve endpoint-security --endpoint /` executions completed with exit 0, valid JSON, no errors and stable content identity after cache warm-up. Reopen on a new correlated failure. |
|
|
88
|
+
| AUD-612-L | High | open | `audit-report --format markdown` timed out at 420s/500s, 2/2, after ~228s in 5.9.6. Performance regression remains open; the one-shot heartbeat sub-issue is mitigated by repeated warnings. |
|
|
89
|
+
| AUD-612-K | Medium | closed | Pack orchestration now streams child stderr, forwarding inherited `ASK_PROGRESS=1` progress while preserving aggregate stdout JSON. Dedicated TeaVM gate regression passes. |
|
|
90
|
+
| AUD-612-M | Medium | closed | `explain` missing-class failures now use structured `INVALID_INPUT` stderr and `exit 1`; dedicated TeaVM regression passes. |
|
|
91
|
+
| AUD-612-E | Medium | closed | The events branch now applies `_exit_on_unresolved_target`; missing event symbols return `not_found` with `exit 1`. TeaVM regression passes. |
|
|
92
|
+
| AUD-612-G | Medium | closed | `review-pr` runtime failures and `activate` failures now publish the shared `error.code` envelope on stderr; stdout remains reserved for valid results. `no_diff` remains the intentional successful `no_changes` result. Dedicated TeaVM and contract tests pass. |
|
|
93
|
+
| AUD-612-I | Medium | closed | Removed the residual `~10K` wording from the large-output warning; help, runtime warning and compact payload consistently describe a snapshot-dependent subset with explicit `full_available` metadata. Dedicated TeaVM regression passes. |
|
|
94
|
+
| AUD-612-07 | Low | closed | Missing single tokens close to a registered command now use command admission with a nearest-command suggestion; existing paths retain implicit root-scan behavior. Dedicated TeaVM regression passes. |
|
|
95
|
+
| AUD-612-09 | Medium | closed | `--files -` is documented and enforced as a newline-delimited changed-path list; raw unified diffs fail with an `--name-only` conversion hint. Dedicated TeaVM regressions pass. |
|
|
96
|
+
| AUD-612-14 | Medium | closed | The current population is 104 CLI leaves versus 110 MCP tools, explicitly decomposed as 101 runtime-derived plus 9 native orchestration tools; `mcp list-tools --json` matches and the relationship is published. Existing TeaVM-backed population regression passes. |
|
|
97
|
+
| AUD-612-R | Medium | closed | README, English guide and Spanish manual document that `rename-class` requires `--from/--to`, the old positional syntax is unsupported, and `--dry-run` is the migration safety step. TeaVM dry-run verification passes. |
|
|
98
|
+
|
|
99
|
+
Commercially, normal repositories up to about 4,000 files remain viable at a provisional
|
|
100
|
+
$40-55/developer/month. B02, B04 and L block annual CI-gating and extreme-monorepo claims;
|
|
101
|
+
B03, K, M and G weaken machine-consumable evidence.
|
|
102
|
+
|
|
44
103
|
**External audit intake `AUD-610`, release 5.9.3 — 2026-08-27.** The attached
|
|
45
104
|
report scored the build **7.2/10** after five parallel batches and approximately
|
|
46
105
|
120 invocations. It verified a clean target repository, no Java-file changes,
|
|
@@ -3,7 +3,10 @@
|
|
|
3
3
|
*Chief-engineer development record. This is the internal, dev-facing counterpart to the
|
|
4
4
|
customer-facing `docs/EXECUTIVE-ROADMAP.md`.*
|
|
5
5
|
|
|
6
|
-
> **CURRENT QUEUE — release `5.9.
|
|
6
|
+
> **CURRENT QUEUE — release `5.9.8`; external reconciliation `AUD-612` is partially closed, with scale blockers retained.**
|
|
7
|
+
> The latest re-audit confirms the main B05-B11 corrections but adds a confirmed
|
|
8
|
+
> `audit-report` performance regression, a YAML cache-hit disclosure defect and
|
|
9
|
+
> several contract-parity gaps. `AUD-611` remains the preceding audit record.
|
|
7
10
|
> The 2026-08-27 external review adds `AUD-610-B01` through `AUD-610-B10`, led by
|
|
8
11
|
> silent `selftest` nondeterminism, silent root/audit-report failures, a legal-zero
|
|
9
12
|
> `risk --limit 0` crash, an unvalidated consumer path and contradictory Spring
|
|
@@ -170,6 +173,82 @@ unsupported flag, and `verify` returning `UNVERIFIED` without contracts all
|
|
|
170
173
|
matched their documented contracts. These behaviours must remain in regression
|
|
171
174
|
coverage, but are not roadmap bugs from this run.
|
|
172
175
|
|
|
176
|
+
### External Audit Intake — `AUD-611` re-audit, release 5.9.6
|
|
177
|
+
|
|
178
|
+
The external re-audit covered only repositories under the testing corpus:
|
|
179
|
+
antlr4, netty, junit4, struts, spring-petclinic, spring-framework-petclinic,
|
|
180
|
+
thingsboard, dropwizard, quarkus-quickstarts, vertx-examples, byte-buddy,
|
|
181
|
+
aspectj, mall, spring-security, openmrs-core and tutorials. It reports
|
|
182
|
+
approximately 250 real invocations across seven forks, 104/104 CLI commands
|
|
183
|
+
exercised, no target-repository writes, no commits and clean Git status
|
|
184
|
+
throughout. The final score is 7.4/10 (an interim pass recorded 8/10); the
|
|
185
|
+
final score is the governing assessment.
|
|
186
|
+
|
|
187
|
+
The audit confirms the previous cache, Spring-presence and README-badge fixes
|
|
188
|
+
across multiple repositories with no regression. It also confirms that
|
|
189
|
+
audit-report, risk --limit 0, timeline, consumer-path admission, CVE validation,
|
|
190
|
+
baseline collision protection, MCP population disclosure and empty baseline
|
|
191
|
+
handling now behave correctly. The following queue captures the new defects and
|
|
192
|
+
the older findings that remain materially relevant:
|
|
193
|
+
|
|
194
|
+
| ID | Severity | Finding | Required future closure |
|
|
195
|
+
|---|---:|---|---|
|
|
196
|
+
| AUD-611-B01 | Critical | Redirecting an invalid invocation with ask <bad-input> >/dev/null suppresses both the structured error and the non-zero exit: 5/5 reproductions returned exit 0 with empty stderr. Pipes and command substitution retained exit 1. Only INVALID_INPUT was tested; other error classes remain unverified. | Make error emission and process status independent of stdout destination. Test /dev/null, regular files, pipes, merged streams and all error codes; require structured stderr and non-zero status. |
|
|
197
|
+
| AUD-611-B02 | Critical | Cold root ask . --compact on tutorials (24,073 Java files) ran for exactly 240 seconds until external timeout, returned exit 124 and produced zero bytes on stdout/stderr. The process consumed CPU; no progress or partial answer was available. Windows/Git Bash signal handling may contribute and must be distinguished from analysis cost. | Reproduce on the supported matrix, publish phase progress/heartbeat, enforce an internal deadline that preserves diagnostics, and establish an explicit scale ceiling or bounded execution mode before enterprise-scale claims. |
|
|
198
|
+
| AUD-611-B03 | High | Three consecutive root --compact/--agent -f yaml runs took 85-380 seconds and reported served_from_cache false every time on the same unchanged repository. Output eventually completed, so this is cache/performance correctness rather than a crash. | Include format/view/mode in the canonical cache key or share the context cache correctly; add a cold/warm multi-process benchmark and document expected latency. |
|
|
199
|
+
| AUD-611-B04 | High | selftest still hung once in approximately 16 aggregate executions across three evaluators. Prior suspected hangs for pr-risk, pack gate and audit-report were retracted after isolated reruns with adequate timeouts. | Instrument phase/correlation IDs, enforce bounded child execution and preserve a structured failure envelope; distinguish tool hangs from auditor timeout artefacts. |
|
|
200
|
+
| AUD-611-B05 | High | **Closed in this fix.** Root --help now exposes the 22 functional root flags accepted by the callback, including architecture, tree, symbol, graph, dependency and docs flags. | Keep the live help/registry parity test green; internal-only options must be explicitly deprecated or hidden rather than silently omitted. |
|
|
201
|
+
| AUD-611-B06 | Medium | **Closed in this fix.** Empty `--files -` now yields the same `INVALID_INPUT` structured stderr envelope and `exit 1` in `pr-impact` and `pr-risk`. | Keep both command contracts covered; no-diff paths not sourced from `--files` remain a separate policy surface. |
|
|
202
|
+
| AUD-611-B07 | Medium | **Closed in this fix.** Shared Git reference failures now publish `GIT_REF_NOT_FOUND` across delta, contract-diff and the other ref-consuming surfaces. | Keep the cross-command error-code vocabulary test green. |
|
|
203
|
+
| AUD-611-B08 | Medium | **Closed in this fix.** `cold-start --compact` no longer promises a fixed `~10K` ceiling; help and command documentation now state that the bounded orientation subset depends on stored snapshot size. No data is silently truncated to satisfy a false bound. | If a hard token ceiling becomes a product requirement, implement it with explicit omission metadata and corpus benchmarks. |
|
|
204
|
+
| AUD-611-B09 | Medium-high | **Closed in this fix.** Non-interactive runs now emit one delayed stderr liveness warning after 60 seconds by default (configurable with `ASK_PROGRESS_WARNING_SECONDS`), while short runs remain byte-silent and stdout stays machine-readable. | Keep the warning opt-out and periodic `--progress` heartbeat contracts covered. |
|
|
205
|
+
| AUD-611-B10 | Medium | **Closed in this fix.** The natural question `which endpoints have no security` now maps deterministically to `security-surface`; equal security intents continue to refuse with both candidates named. | Keep lexical anchors and equal-score refusal tests synchronized with the retrieve registry. |
|
|
206
|
+
| AUD-611-B11 | Medium | **Closed in this fix.** For missing symbols, `impact-chain` now publishes null risk scores instead of the misleading numeric zero and preserves the same `not_found`/`unknown`/`exit 1` policy as `impact`. | Keep the shared not-found risk semantics covered; `impact`'s existing omission of `risk_score_raw` remains a separate schema choice. |
|
|
207
|
+
| AUD-611-B12 | Medium | **Partially closed in this fix.** Compact endpoint output now publishes an explicit `population_total` beside the omitted rows and repeats the measured population in the inline note, so `endpoints: []` cannot be read as “no endpoints”. JUnit4 classification remains open. | Add evidence-backed JUnit4 project classification without heuristic overreach. |
|
|
208
|
+
| AUD-611-B13 | Medium | retrieve endpoint-security failed silently once in 15 consecutive attempts (6.7%), exit 1 and zero bytes, with normal timing and no traceback. | Capture correlation/phase failures and reproduce under repeated/concurrent cache-control tests before claiming deterministic closure. |
|
|
209
|
+
|
|
210
|
+
**Commercial interpretation.** The audit supports adoption for normal repositories up
|
|
211
|
+
to several thousand files and values the product at a provisional $35-50 per
|
|
212
|
+
developer/month, but the final score and the critical /dev/null and extreme-scale
|
|
213
|
+
findings block an annual-grade reliability claim. Pricing and enterprise
|
|
214
|
+
positioning remain hypotheses until AUD-611-B01 and AUD-611-B02 are closed and
|
|
215
|
+
the latency contract is explicit.
|
|
216
|
+
|
|
217
|
+
### External Audit Intake — `AUD-612` re-audit, release 5.9.7
|
|
218
|
+
|
|
219
|
+
The external re-audit covered repositories under `Documents/workspace/testing/` and
|
|
220
|
+
ran approximately 130 new invocations across three forks, plus direct retests of all
|
|
221
|
+
13 `AUD-611` items. It reports five clean forks, no target-repository changes, no
|
|
222
|
+
commits and no task-kill intervention. The score is **7.8/10**, up from the recorded
|
|
223
|
+
`AUD-611` score of 7.4/10. It confirms complete closure of B05, B06, B08, B09, B10
|
|
224
|
+
and B11, confirms the endpoint compact disclosure improvement, and reports B01 as
|
|
225
|
+
fixed in its own 13-run matrix. Because the preceding external round reproduced B01,
|
|
226
|
+
that result remains release-artifact verification rather than erased history.
|
|
227
|
+
|
|
228
|
+
| ID | Severity | Finding | Required future closure |
|
|
229
|
+
|---|---:|---|---|
|
|
230
|
+
| AUD-612-B02 | Critical | Cold root `ask . --compact` on `tutorials` (24,073 Java files) still timed out after 300-311 seconds with zero stdout; the 60-second warning proves activity but does not deliver a result. | Define and enforce a scale contract, bound or accelerate the root scan, and preserve structured partial/deadline diagnostics. |
|
|
231
|
+
| AUD-612-B03 | High | **Closed in this fix.** The YAML cache-hit delivery branch now injects `_cache.cache_source` and refreshes `timing_ms.served_from_cache` from the same authoritative hit state as JSON. | Keep the YAML cache seam regression and a real cold/warm multi-process benchmark green; the current TeaVM environment did not generate an L2 hit spontaneously. |
|
|
232
|
+
| AUD-612-B04 | High | **Partially closed in this fix.** `selftest` now bounds every ledger child with configurable `--timeout` (120 s default) and preserves structured timeout diagnostics/code 75. Valid-row scale latency remains open for profiling. TeaVM timeout contract regression passes. | Add phase/correlation IDs and profile slow valid rows; do not raise the default without evidence. |
|
|
233
|
+
| AUD-612-B07 | Medium | **Closed in this fix.** `pr-impact --since` now resolves refs through the shared Git authority and publishes `GIT_REF_NOT_FOUND`, matching posture and timeline. | Keep the complete ref-consumer matrix green. |
|
|
234
|
+
| AUD-612-B13 | Medium / investigation | **Closed as not reproduced in this investigation.** A controlled 30-run TeaVM campaign with an isolated cache completed 30/30 with exit 0, valid JSON, 0 errors and one stable content identity after warm-up. Reopen on any new failure with per-run correlation data. | Keep repeated/concurrent retrieval coverage in release audits. |
|
|
235
|
+
| AUD-612-L | High / regression | `audit-report . --format markdown` timed out at 420s with contention and 500s in isolation, 2/2, after completing in about 228s in 5.9.6. The heartbeat-only sub-issue is now mitigated: warnings repeat at the configured interval. | Reproduce with a 900s diagnostic window, identify the performance regression and add a bounded failure envelope. |
|
|
236
|
+
| AUD-612-K | Medium | **Closed in this fix.** Pack orchestration now forwards child stderr while each component runs, so inherited `ASK_PROGRESS=1` heartbeats reach the operator without contaminating the aggregate stdout JSON. TeaVM gate regression passes. | Keep nested progress and stdout purity tests green. |
|
|
237
|
+
| AUD-612-M | Medium | **Closed in this fix.** `explain <nonexistent-class>` now emits `INVALID_INPUT` as structured stderr with `exit 1`; the internal explanation API remains unchanged. | Keep class-not-found and no-diff contract tests green for the remaining public commands. |
|
|
238
|
+
| AUD-612-E | Medium | **Closed in this fix.** `impact-chain --type events` now applies the shared not-found exit policy after emitting its result, returning `exit 1` for unresolved symbols. | Keep every impact type on the shared CLI exit-policy test. |
|
|
239
|
+
| AUD-612-G | Medium | **Closed in this fix.** `review-pr` runtime failures and `activate` failures now publish the shared `error.code` envelope on stderr, with stdout reserved for valid results. The intentional `review-pr` `no_diff` result remains `exit 0` / `no_changes`. TeaVM and contract regressions pass. | Keep public failure paths on the shared envelope and preserve the no-diff success semantics. |
|
|
240
|
+
| AUD-612-I | Medium | **Closed in this fix.** The remaining `~10K` promise in the large-output warning is removed; help, runtime warning and compact payload now consistently describe a snapshot-dependent orientation subset with explicit `full_available` metadata. TeaVM compact regression passes. | Keep compact-size wording derived from the actual snapshot contract. |
|
|
241
|
+
| AUD-612-07 | Low / UX | **Closed in this fix.** A missing single token close to a registered command is now rejected as an unknown command with nearest-command suggestions; existing paths retain implicit root-scan behavior. TeaVM path and typo regressions pass. | Keep command admission and implicit-path differential tests green. |
|
|
242
|
+
| AUD-612-09 | Medium / docs | **Closed in this fix.** Help now describes `--files -` as a newline-delimited changed-path list. Raw unified diffs are rejected early with an `--name-only` conversion hint instead of being interpreted as file paths. TeaVM list and rejection regressions pass. | Keep the stdin grammar and raw-diff rejection tests green. |
|
|
243
|
+
| AUD-612-14 | Medium / governance | **Closed in this reconciliation.** Current `self-audit` publishes 104 registered CLI leaves and 110 served MCP tools, decomposed as 101 runtime-derived plus 9 native orchestration tools; `mcp list-tools --json` matches 110. The payload states that the populations are intentionally different and gives the formula. Existing TeaVM-backed population regression passes. | Keep the population formula and parity regression generated from the live registries. |
|
|
244
|
+
| AUD-612-R | Medium / migration | **Closed in this fix.** The explicit `--from/--to` contract is now documented in README, English guide and Spanish manual; the old positional syntax is explicitly marked unsupported and `--dry-run` is recommended for script migration. TeaVM dry-run verification passes. | Keep migration guidance aligned with the live command signature. |
|
|
245
|
+
|
|
246
|
+
**Commercial interpretation.** Normal repositories up to roughly 4,000 files remain a
|
|
247
|
+
credible adoption target, with the external estimate at **$40-55/developer/month**.
|
|
248
|
+
The product is not yet suitable for annual CI-gating commitments or extreme monorepos:
|
|
249
|
+
B02, B04 and regression L leave the system without a reliable completion contract,
|
|
250
|
+
while K and the remaining performance rows weaken machine-consumable evidence and completion confidence.
|
|
251
|
+
|
|
173
252
|
### External Audit Intake — `AUD-610` detail, release 5.9.3
|
|
174
253
|
|
|
175
254
|
The attached external report audited ASK `5.9.3` in five parallel batches
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
> `pack assessment` and `pack gate`, and make evidence and safe change the
|
|
6
6
|
> product surface. This roadmap must not introduce a competing product thesis.
|
|
7
7
|
|
|
8
|
-
> **CURRENT UPDATE — release `5.9.
|
|
8
|
+
> **CURRENT UPDATE — release `5.9.8`, following the external `5.9.3` reconciliation.**
|
|
9
9
|
> The commercial increment adds stateless context budgets, a reproducible context-cost harness,
|
|
10
10
|
> source-level migration SARIF and an opt-in workspace entitlement pilot. Advisory behaviour remains
|
|
11
11
|
> the default; named-buyer validation is still required before broad enforcement.
|
|
@@ -19,6 +19,30 @@
|
|
|
19
19
|
> non-reproduction did not cover the payload shape now identified. Details are
|
|
20
20
|
> in [`AUDIT-2026-08-26-EXTERNAL-5.9.0.md`](AUDIT-2026-08-26-EXTERNAL-5.9.0.md).
|
|
21
21
|
|
|
22
|
+
> **RE-AUDIT — 5.9.7, received 2026-08-27.** Three independent forks added roughly
|
|
23
|
+
> 130 invocations and retested the AUD-611 queue. The score rose to **7.8/10** and
|
|
24
|
+
> confirmed the help, stdin, Git-ref, intent, impact-score and progress corrections.
|
|
25
|
+
> It also found a high-severity `audit-report --format markdown` performance regression
|
|
26
|
+
> (420-500s without completion), a YAML cache-hit disclosure defect, missing progress
|
|
27
|
+
> propagation in `pack gate`, and inconsistent error envelopes in `explain`, `review-pr`
|
|
28
|
+
> and `activate`. B02/B04 and the new regression remain blockers for annual CI-gating
|
|
29
|
+
> or extreme-monorepo positioning. Normal repositories around 4,000 files remain the
|
|
30
|
+
> viable commercial segment at a provisional `$40-55/developer/month`. Full detail is
|
|
31
|
+
> recorded as `AUD-612` in the development roadmap and defect ledger.
|
|
32
|
+
|
|
33
|
+
> **RE-AUDIT — 5.9.6, received 2026-08-27.** Seven independent forks exercised
|
|
34
|
+
> approximately 250 invocations across the testing corpus with no target-repository
|
|
35
|
+
> mutation or regression in the three latest fixes. The final score is **7.4/10**.
|
|
36
|
+
> Commercial adoption remains suitable for normal repositories, provisionally
|
|
37
|
+
> `$35-50/developer/month`, but annual-grade reliability is blocked by two new
|
|
38
|
+
> critical findings: invalid-input errors can be suppressed by redirecting stdout
|
|
39
|
+
> to `/dev/null`, and the root compact scan of a 24,073-Java-file repository timed
|
|
40
|
+
> out after 240 seconds with no output. Additional roadmap debt covers root help
|
|
41
|
+
> parity, cache reuse for YAML/view combinations, default progress signals, intent
|
|
42
|
+
> tie semantics, impact not-found parity, compact sizing and one intermittent
|
|
43
|
+
> retrieve failure. Full engineering detail is recorded in `AUD-611` in the
|
|
44
|
+
> development roadmap and defect ledger.
|
|
45
|
+
|
|
22
46
|
> **EXTERNAL REVIEW — 5.9.2, received 2026-08-27.** No regression was reported in the
|
|
23
47
|
> previously closed surface. Two `auth workspace` defects are now open: overlapping
|
|
24
48
|
> parent/child paths can double-count Java files, and nonexistent paths are accepted as
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Manual de usuario — ASK Engine
|
|
2
2
|
|
|
3
|
-
> Versión de la herramienta: **5.9.
|
|
3
|
+
> Versión de la herramienta: **5.9.8** · El comando que se ejecuta es `ask`.
|
|
4
4
|
> (`sourcecode` sigue funcionando como alias en desactivación y reenvía a `ask`.)
|
|
5
5
|
> Público: personas que van a usar `ask` por primera vez, sin conocimiento previo.
|
|
6
6
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
## 1. ¿Qué es ASK Engine?
|
|
10
10
|
|
|
11
|
-
### Contratos de fiabilidad de la versión 5.9.
|
|
11
|
+
### Contratos de fiabilidad de la versión 5.9.8
|
|
12
12
|
|
|
13
13
|
Las entradas inválidas se rechazan antes del análisis costoso mediante el
|
|
14
14
|
envelope estructurado `INVALID_INPUT`: un `--consumer` inexistente, un feed CVE
|
|
@@ -955,6 +955,11 @@ ask rename-class . --from OldName --to NewName --output rename-audit.json
|
|
|
955
955
|
**Opciones:**
|
|
956
956
|
- `--from` (**obligatorio**): nombre actual de la clase (PascalCase, p. ej. `ServiceA`).
|
|
957
957
|
- `--to` / `-t` (**obligatorio**): nombre nuevo (PascalCase, p. ej. `ServiceB`).
|
|
958
|
+
|
|
959
|
+
**Nota de migracion:** las versiones actuales exigen la forma explicita
|
|
960
|
+
`ask rename-class <repo> --from NombreAntiguo --to NombreNuevo`. La sintaxis
|
|
961
|
+
posicional antigua ya no se acepta. Al actualizar scripts, anade `--dry-run`
|
|
962
|
+
para revisar primero el plan de cambios.
|
|
958
963
|
- `--dry-run`: calcula los cambios pero **no escribe ni renombra** nada en disco.
|
|
959
964
|
- `--no-tests`: excluye los ficheros de test del rename (solo `src/main`).
|
|
960
965
|
- `--format`: `json` (por defecto) o `yaml`.
|
|
@@ -46,16 +46,16 @@ CLI commands — impact, endpoints, spring-audit, explain, … each a pro
|
|
|
46
46
|
The key idea: the extraction is **content-addressed**. Commands reuse the parse cache and,
|
|
47
47
|
where their analysed scope matches, the shared Canonical IR; `ask cache model` names what a
|
|
48
48
|
warm buys for each command rather than implying that every projection costs the same. In
|
|
49
|
-
5.9.
|
|
49
|
+
5.9.8, `validation` enters through that shared CIR and `data-exposure` reuses one semantic
|
|
50
50
|
model across all declared label seeds. (The extraction and consumption contract is fixed in
|
|
51
51
|
the architecture ADRs 0001–0004 under `docs/architecture/`.)
|
|
52
52
|
|
|
53
53
|
The current external pack audit intake is tracked in
|
|
54
54
|
[`AUDIT-2026-08-26-EXTERNAL-5.8.28-PACK.md`](AUDIT-2026-08-26-EXTERNAL-5.8.28-PACK.md);
|
|
55
|
-
the two pack fixes are included in release 5.9.
|
|
55
|
+
the two pack fixes are included in release 5.9.8, with release-artifact verification
|
|
56
56
|
remaining for detached execution and pack evidence.
|
|
57
57
|
|
|
58
|
-
### Reliability contracts in 5.9.
|
|
58
|
+
### Reliability contracts in 5.9.8
|
|
59
59
|
|
|
60
60
|
Invalid analysis inputs fail before expensive work and use the structured
|
|
61
61
|
`INVALID_INPUT` envelope: a missing `--consumer` repository, a malformed CVE
|
|
@@ -236,7 +236,7 @@ pipx install sourcecode # isolated install, no venv needed
|
|
|
236
236
|
|
|
237
237
|
# Verify
|
|
238
238
|
ask version
|
|
239
|
-
# ask 5.9.
|
|
239
|
+
# ask 5.9.8
|
|
240
240
|
```
|
|
241
241
|
|
|
242
242
|
Requires Python 3.9+.
|
|
@@ -1381,6 +1381,10 @@ explaining. The rest do one thing; `ask <command> --help` is the whole story.
|
|
|
1381
1381
|
| `ask chunk-file <file>` | supported | Split a large Java file into semantic chunks an agent can consume |
|
|
1382
1382
|
| `ask intent "<question>"` | supported | Resolve a plain-language question to the typed `retrieve` query that answers it (scored lexical match against a declared vocabulary — no model, no generation). Prints the query; `--run` executes it. A question fitting two intents too closely is refused with both named. |
|
|
1383
1383
|
| `ask rename-class` | supported | Word-boundary Java rename across the repository |
|
|
1384
|
+
|
|
1385
|
+
**Migration note:** `rename-class` requires the explicit `--from OldName --to NewName`
|
|
1386
|
+
options. Older positional name syntax is no longer accepted. Add `--dry-run` when
|
|
1387
|
+
updating an existing script so the planned file changes can be reviewed first.
|
|
1384
1388
|
| `ask schema <name>` | supported | Print a published JSON Schema for this tool's output |
|
|
1385
1389
|
| `ask self-audit` | supported | Check the SHIPPED build's own coherence — cache model, format contract, schema registry and output affordances. Declares explicitly that the semantic engine does not apply to this product's own source (ASK analyses Java; this build is Python), rather than reporting zeros. `ask selftest` is the different question: the defect ledger run against a real repository. |
|
|
1386
1390
|
| `ask auth workspace <repo>...` | supported | Aggregate workspace entitlement preview. `--enforce` opts into the named-buyer pilot that reuses the existing Pro gate when the organization-sized threshold is crossed; advisory mode remains the default and the CLI does not bill. |
|