projscan 4.4.0 → 4.6.0
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.
- package/README.md +36 -12
- package/dist/analyzers/pythonDependencyRiskCheck.js +1 -1
- package/dist/analyzers/pythonDependencyRiskCheck.js.map +1 -1
- package/dist/cli/_shared.d.ts +4 -5
- package/dist/cli/_shared.js +41 -188
- package/dist/cli/_shared.js.map +1 -1
- package/dist/cli/architectureLayers.d.ts +2 -0
- package/dist/cli/architectureLayers.js +112 -0
- package/dist/cli/architectureLayers.js.map +1 -0
- package/dist/cli/bannerDisplay.d.ts +9 -0
- package/dist/cli/bannerDisplay.js +18 -0
- package/dist/cli/bannerDisplay.js.map +1 -0
- package/dist/cli/changedIssueFilter.d.ts +10 -0
- package/dist/cli/changedIssueFilter.js +24 -0
- package/dist/cli/changedIssueFilter.js.map +1 -0
- package/dist/cli/commandPath.d.ts +2 -0
- package/dist/cli/commandPath.js +12 -0
- package/dist/cli/commandPath.js.map +1 -0
- package/dist/cli/commands/agentBrief.js +11 -0
- package/dist/cli/commands/agentBrief.js.map +1 -1
- package/dist/cli/commands/analyze.js +17 -6
- package/dist/cli/commands/analyze.js.map +1 -1
- package/dist/cli/commands/ci.js +15 -3
- package/dist/cli/commands/ci.js.map +1 -1
- package/dist/cli/commands/coordinate.js +27 -0
- package/dist/cli/commands/coordinate.js.map +1 -1
- package/dist/cli/commands/doctor.js +16 -4
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/upgrade.js +1 -1
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/pluginReporter.d.ts +14 -0
- package/dist/cli/pluginReporter.js +46 -0
- package/dist/cli/pluginReporter.js.map +1 -0
- package/dist/cli/projectConfig.d.ts +12 -0
- package/dist/cli/projectConfig.js +41 -0
- package/dist/cli/projectConfig.js.map +1 -0
- package/dist/cli/treeSlice.d.ts +3 -0
- package/dist/cli/treeSlice.js +12 -0
- package/dist/cli/treeSlice.js.map +1 -0
- package/dist/core/ast.d.ts +4 -76
- package/dist/core/ast.js +11 -630
- package/dist/core/ast.js.map +1 -1
- package/dist/core/astBodySignals.d.ts +17 -0
- package/dist/core/astBodySignals.js +107 -0
- package/dist/core/astBodySignals.js.map +1 -0
- package/dist/core/astFunctionCollector.d.ts +11 -0
- package/dist/core/astFunctionCollector.js +140 -0
- package/dist/core/astFunctionCollector.js.map +1 -0
- package/dist/core/astFunctionNames.d.ts +2 -0
- package/dist/core/astFunctionNames.js +53 -0
- package/dist/core/astFunctionNames.js.map +1 -0
- package/dist/core/astFunctionNodes.d.ts +2 -0
- package/dist/core/astFunctionNodes.js +12 -0
- package/dist/core/astFunctionNodes.js.map +1 -0
- package/dist/core/astMembers.d.ts +13 -0
- package/dist/core/astMembers.js +116 -0
- package/dist/core/astMembers.js.map +1 -0
- package/dist/core/astModuleSignals.d.ts +3 -0
- package/dist/core/astModuleSignals.js +140 -0
- package/dist/core/astModuleSignals.js.map +1 -0
- package/dist/core/astParser.d.ts +11 -0
- package/dist/core/astParser.js +38 -0
- package/dist/core/astParser.js.map +1 -0
- package/dist/core/astProgramSignals.d.ts +11 -0
- package/dist/core/astProgramSignals.js +97 -0
- package/dist/core/astProgramSignals.js.map +1 -0
- package/dist/core/astTypes.d.ts +78 -0
- package/dist/core/astTypes.js +2 -0
- package/dist/core/astTypes.js.map +1 -0
- package/dist/core/codeGraph.d.ts +3 -28
- package/dist/core/codeGraph.js +3 -231
- package/dist/core/codeGraph.js.map +1 -1
- package/dist/core/codeGraphFanMetrics.d.ts +17 -0
- package/dist/core/codeGraphFanMetrics.js +89 -0
- package/dist/core/codeGraphFanMetrics.js.map +1 -0
- package/dist/core/codeGraphIndexes.d.ts +23 -0
- package/dist/core/codeGraphIndexes.js +57 -0
- package/dist/core/codeGraphIndexes.js.map +1 -0
- package/dist/core/codeGraphParsing.d.ts +20 -0
- package/dist/core/codeGraphParsing.js +104 -0
- package/dist/core/codeGraphParsing.js.map +1 -0
- package/dist/core/codeGraphTypes.d.ts +28 -0
- package/dist/core/codeGraphTypes.js +2 -0
- package/dist/core/codeGraphTypes.js.map +1 -0
- package/dist/core/collisionDetector.d.ts +2 -0
- package/dist/core/collisionDetector.js +17 -12
- package/dist/core/collisionDetector.js.map +1 -1
- package/dist/core/coordination.d.ts +4 -2
- package/dist/core/coordination.js +40 -4
- package/dist/core/coordination.js.map +1 -1
- package/dist/core/coordinationEvidence.d.ts +32 -0
- package/dist/core/coordinationEvidence.js +101 -0
- package/dist/core/coordinationEvidence.js.map +1 -0
- package/dist/core/dataflow.js +2 -1
- package/dist/core/dataflow.js.map +1 -1
- package/dist/core/fileAccess.d.ts +16 -0
- package/dist/core/fileAccess.js +78 -0
- package/dist/core/fileAccess.js.map +1 -0
- package/dist/core/fileExportTypes.d.ts +2 -0
- package/dist/core/fileExportTypes.js +16 -0
- package/dist/core/fileExportTypes.js.map +1 -0
- package/dist/core/fileGraphMetrics.d.ts +4 -0
- package/dist/core/fileGraphMetrics.js +34 -0
- package/dist/core/fileGraphMetrics.js.map +1 -0
- package/dist/core/fileInspectionEvidence.d.ts +13 -0
- package/dist/core/fileInspectionEvidence.js +14 -0
- package/dist/core/fileInspectionEvidence.js.map +1 -0
- package/dist/core/fileInspectionGraph.d.ts +5 -0
- package/dist/core/fileInspectionGraph.js +29 -0
- package/dist/core/fileInspectionGraph.js.map +1 -0
- package/dist/core/fileInspector.d.ts +4 -4
- package/dist/core/fileInspector.js +28 -215
- package/dist/core/fileInspector.js.map +1 -1
- package/dist/core/fileIssues.d.ts +1 -0
- package/dist/core/fileIssues.js +18 -0
- package/dist/core/fileIssues.js.map +1 -0
- package/dist/core/filePurpose.d.ts +2 -0
- package/dist/core/filePurpose.js +61 -0
- package/dist/core/filePurpose.js.map +1 -0
- package/dist/core/frameworkExpressSources.d.ts +4 -0
- package/dist/core/frameworkExpressSources.js +95 -0
- package/dist/core/frameworkExpressSources.js.map +1 -0
- package/dist/core/frameworkFastifySources.d.ts +4 -0
- package/dist/core/frameworkFastifySources.js +74 -0
- package/dist/core/frameworkFastifySources.js.map +1 -0
- package/dist/core/frameworkHonoSources.d.ts +4 -0
- package/dist/core/frameworkHonoSources.js +73 -0
- package/dist/core/frameworkHonoSources.js.map +1 -0
- package/dist/core/frameworkKoaSources.d.ts +4 -0
- package/dist/core/frameworkKoaSources.js +81 -0
- package/dist/core/frameworkKoaSources.js.map +1 -0
- package/dist/core/frameworkNextRouteSources.d.ts +2 -0
- package/dist/core/frameworkNextRouteSources.js +55 -0
- package/dist/core/frameworkNextRouteSources.js.map +1 -0
- package/dist/core/frameworkSources.d.ts +1 -1
- package/dist/core/frameworkSources.js +16 -125
- package/dist/core/frameworkSources.js.map +1 -1
- package/dist/core/hotspotAnalyzer.d.ts +2 -18
- package/dist/core/hotspotAnalyzer.js +15 -477
- package/dist/core/hotspotAnalyzer.js.map +1 -1
- package/dist/core/hotspotBuilder.d.ts +14 -0
- package/dist/core/hotspotBuilder.js +70 -0
- package/dist/core/hotspotBuilder.js.map +1 -0
- package/dist/core/hotspotCandidates.d.ts +9 -0
- package/dist/core/hotspotCandidates.js +63 -0
- package/dist/core/hotspotCandidates.js.map +1 -0
- package/dist/core/hotspotGit.d.ts +10 -0
- package/dist/core/hotspotGit.js +152 -0
- package/dist/core/hotspotGit.js.map +1 -0
- package/dist/core/hotspotIssues.d.ts +2 -0
- package/dist/core/hotspotIssues.js +83 -0
- package/dist/core/hotspotIssues.js.map +1 -0
- package/dist/core/hotspotLines.d.ts +2 -0
- package/dist/core/hotspotLines.js +24 -0
- package/dist/core/hotspotLines.js.map +1 -0
- package/dist/core/hotspotMemory.d.ts +2 -0
- package/dist/core/hotspotMemory.js +21 -0
- package/dist/core/hotspotMemory.js.map +1 -0
- package/dist/core/hotspotRanking.d.ts +13 -0
- package/dist/core/hotspotRanking.js +44 -0
- package/dist/core/hotspotRanking.js.map +1 -0
- package/dist/core/hotspotScoring.d.ts +23 -0
- package/dist/core/hotspotScoring.js +128 -0
- package/dist/core/hotspotScoring.js.map +1 -0
- package/dist/core/indexCache.js +4 -1
- package/dist/core/indexCache.js.map +1 -1
- package/dist/core/intentRouter.d.ts +3 -16
- package/dist/core/intentRouter.js +5 -7348
- package/dist/core/intentRouter.js.map +1 -1
- package/dist/core/intentRouterCatalog.d.ts +16 -0
- package/dist/core/intentRouterCatalog.js +1692 -0
- package/dist/core/intentRouterCatalog.js.map +1 -0
- package/dist/core/intentRouterCoordinationSignals.d.ts +12 -0
- package/dist/core/intentRouterCoordinationSignals.js +111 -0
- package/dist/core/intentRouterCoordinationSignals.js.map +1 -0
- package/dist/core/intentRouterDependencySignals.d.ts +9 -0
- package/dist/core/intentRouterDependencySignals.js +226 -0
- package/dist/core/intentRouterDependencySignals.js.map +1 -0
- package/dist/core/intentRouterKeywordContext.d.ts +14 -0
- package/dist/core/intentRouterKeywordContext.js +2 -0
- package/dist/core/intentRouterKeywordContext.js.map +1 -0
- package/dist/core/intentRouterKeywordEarlyGuards.d.ts +2 -0
- package/dist/core/intentRouterKeywordEarlyGuards.js +127 -0
- package/dist/core/intentRouterKeywordEarlyGuards.js.map +1 -0
- package/dist/core/intentRouterKeywordMatches.d.ts +3 -0
- package/dist/core/intentRouterKeywordMatches.js +31 -0
- package/dist/core/intentRouterKeywordMatches.js.map +1 -0
- package/dist/core/intentRouterKeywordSearchGuards.d.ts +2 -0
- package/dist/core/intentRouterKeywordSearchGuards.js +239 -0
- package/dist/core/intentRouterKeywordSearchGuards.js.map +1 -0
- package/dist/core/intentRouterKeywordTargetGuards.d.ts +2 -0
- package/dist/core/intentRouterKeywordTargetGuards.js +191 -0
- package/dist/core/intentRouterKeywordTargetGuards.js.map +1 -0
- package/dist/core/intentRouterKeywordToolGuards.d.ts +2 -0
- package/dist/core/intentRouterKeywordToolGuards.js +133 -0
- package/dist/core/intentRouterKeywordToolGuards.js.map +1 -0
- package/dist/core/intentRouterKeywordWeights.d.ts +4 -0
- package/dist/core/intentRouterKeywordWeights.js +1184 -0
- package/dist/core/intentRouterKeywordWeights.js.map +1 -0
- package/dist/core/intentRouterPlanningSignals.d.ts +7 -0
- package/dist/core/intentRouterPlanningSignals.js +268 -0
- package/dist/core/intentRouterPlanningSignals.js.map +1 -0
- package/dist/core/intentRouterPrDiffSignals.d.ts +1 -0
- package/dist/core/intentRouterPrDiffSignals.js +41 -0
- package/dist/core/intentRouterPrDiffSignals.js.map +1 -0
- package/dist/core/intentRouterPreflightSignals.d.ts +3 -0
- package/dist/core/intentRouterPreflightSignals.js +54 -0
- package/dist/core/intentRouterPreflightSignals.js.map +1 -0
- package/dist/core/intentRouterRegressionKeywordMatches.d.ts +1 -0
- package/dist/core/intentRouterRegressionKeywordMatches.js +176 -0
- package/dist/core/intentRouterRegressionKeywordMatches.js.map +1 -0
- package/dist/core/intentRouterRegressionSignals.d.ts +10 -0
- package/dist/core/intentRouterRegressionSignals.js +207 -0
- package/dist/core/intentRouterRegressionSignals.js.map +1 -0
- package/dist/core/intentRouterReleaseSignals.d.ts +8 -0
- package/dist/core/intentRouterReleaseSignals.js +59 -0
- package/dist/core/intentRouterReleaseSignals.js.map +1 -0
- package/dist/core/intentRouterRepoSignals.d.ts +8 -0
- package/dist/core/intentRouterRepoSignals.js +226 -0
- package/dist/core/intentRouterRepoSignals.js.map +1 -0
- package/dist/core/intentRouterReviewSignals.d.ts +2 -0
- package/dist/core/intentRouterReviewSignals.js +109 -0
- package/dist/core/intentRouterReviewSignals.js.map +1 -0
- package/dist/core/intentRouterRiskSignals.d.ts +12 -0
- package/dist/core/intentRouterRiskSignals.js +242 -0
- package/dist/core/intentRouterRiskSignals.js.map +1 -0
- package/dist/core/intentRouterScoring.d.ts +9 -0
- package/dist/core/intentRouterScoring.js +40 -0
- package/dist/core/intentRouterScoring.js.map +1 -0
- package/dist/core/intentRouterSearchApiSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchApiSignals.js +62 -0
- package/dist/core/intentRouterSearchApiSignals.js.map +1 -0
- package/dist/core/intentRouterSearchBackgroundSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchBackgroundSignals.js +55 -0
- package/dist/core/intentRouterSearchBackgroundSignals.js.map +1 -0
- package/dist/core/intentRouterSearchCommunicationSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchCommunicationSignals.js +74 -0
- package/dist/core/intentRouterSearchCommunicationSignals.js.map +1 -0
- package/dist/core/intentRouterSearchDataSignals.d.ts +2 -0
- package/dist/core/intentRouterSearchDataSignals.js +98 -0
- package/dist/core/intentRouterSearchDataSignals.js.map +1 -0
- package/dist/core/intentRouterSearchDomainSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchDomainSignals.js +71 -0
- package/dist/core/intentRouterSearchDomainSignals.js.map +1 -0
- package/dist/core/intentRouterSearchInfraSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchInfraSignals.js +79 -0
- package/dist/core/intentRouterSearchInfraSignals.js.map +1 -0
- package/dist/core/intentRouterSearchIntegrationSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchIntegrationSignals.js +117 -0
- package/dist/core/intentRouterSearchIntegrationSignals.js.map +1 -0
- package/dist/core/intentRouterSearchLookupSignals.d.ts +10 -0
- package/dist/core/intentRouterSearchLookupSignals.js +310 -0
- package/dist/core/intentRouterSearchLookupSignals.js.map +1 -0
- package/dist/core/intentRouterSearchNavigationSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchNavigationSignals.js +62 -0
- package/dist/core/intentRouterSearchNavigationSignals.js.map +1 -0
- package/dist/core/intentRouterSearchOwnershipSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchOwnershipSignals.js +15 -0
- package/dist/core/intentRouterSearchOwnershipSignals.js.map +1 -0
- package/dist/core/intentRouterSearchPageSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchPageSignals.js +84 -0
- package/dist/core/intentRouterSearchPageSignals.js.map +1 -0
- package/dist/core/intentRouterSearchReliabilitySignals.d.ts +1 -0
- package/dist/core/intentRouterSearchReliabilitySignals.js +94 -0
- package/dist/core/intentRouterSearchReliabilitySignals.js.map +1 -0
- package/dist/core/intentRouterSearchStateSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchStateSignals.js +107 -0
- package/dist/core/intentRouterSearchStateSignals.js.map +1 -0
- package/dist/core/intentRouterSearchStyleSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchStyleSignals.js +99 -0
- package/dist/core/intentRouterSearchStyleSignals.js.map +1 -0
- package/dist/core/intentRouterSearchTestSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchTestSignals.js +34 -0
- package/dist/core/intentRouterSearchTestSignals.js.map +1 -0
- package/dist/core/intentRouterSearchToolingSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchToolingSignals.js +106 -0
- package/dist/core/intentRouterSearchToolingSignals.js.map +1 -0
- package/dist/core/intentRouterSearchUiSignals.d.ts +1 -0
- package/dist/core/intentRouterSearchUiSignals.js +77 -0
- package/dist/core/intentRouterSearchUiSignals.js.map +1 -0
- package/dist/core/intentRouterSecuritySignals.d.ts +4 -0
- package/dist/core/intentRouterSecuritySignals.js +235 -0
- package/dist/core/intentRouterSecuritySignals.js.map +1 -0
- package/dist/core/intentRouterTargetSignals.d.ts +5 -0
- package/dist/core/intentRouterTargetSignals.js +76 -0
- package/dist/core/intentRouterTargetSignals.js.map +1 -0
- package/dist/core/intentRouterTokens.d.ts +1 -0
- package/dist/core/intentRouterTokens.js +36 -0
- package/dist/core/intentRouterTokens.js.map +1 -0
- package/dist/core/intentRouterUnderstandSignals.d.ts +1 -0
- package/dist/core/intentRouterUnderstandSignals.js +171 -0
- package/dist/core/intentRouterUnderstandSignals.js.map +1 -0
- package/dist/core/intentRouterVerificationSignals.d.ts +8 -0
- package/dist/core/intentRouterVerificationSignals.js +119 -0
- package/dist/core/intentRouterVerificationSignals.js.map +1 -0
- package/dist/core/intentRouterWorkSignals.d.ts +4 -0
- package/dist/core/intentRouterWorkSignals.js +157 -0
- package/dist/core/intentRouterWorkSignals.js.map +1 -0
- package/dist/core/languages/pythonLockfiles.d.ts +11 -0
- package/dist/core/languages/pythonLockfiles.js +206 -0
- package/dist/core/languages/pythonLockfiles.js.map +1 -0
- package/dist/core/languages/pythonManifestText.d.ts +7 -0
- package/dist/core/languages/pythonManifestText.js +25 -0
- package/dist/core/languages/pythonManifestText.js.map +1 -0
- package/dist/core/languages/pythonManifests.d.ts +6 -27
- package/dist/core/languages/pythonManifests.js +29 -303
- package/dist/core/languages/pythonManifests.js.map +1 -1
- package/dist/core/languages/pythonPep508.d.ts +4 -0
- package/dist/core/languages/pythonPep508.js +14 -0
- package/dist/core/languages/pythonPep508.js.map +1 -0
- package/dist/core/languages/pythonProjectEvidence.d.ts +2 -0
- package/dist/core/languages/pythonProjectEvidence.js +29 -0
- package/dist/core/languages/pythonProjectEvidence.js.map +1 -0
- package/dist/core/languages/pythonProjectTypes.d.ts +31 -0
- package/dist/core/languages/pythonProjectTypes.js +2 -0
- package/dist/core/languages/pythonProjectTypes.js.map +1 -0
- package/dist/core/languages/pythonPyproject.d.ts +2 -0
- package/dist/core/languages/pythonPyproject.js +160 -0
- package/dist/core/languages/pythonPyproject.js.map +1 -0
- package/dist/core/languages/pythonRequirements.d.ts +9 -0
- package/dist/core/languages/pythonRequirements.js +86 -0
- package/dist/core/languages/pythonRequirements.js.map +1 -0
- package/dist/core/languages/pythonRoots.d.ts +3 -0
- package/dist/core/languages/pythonRoots.js +83 -0
- package/dist/core/languages/pythonRoots.js.map +1 -0
- package/dist/core/languages/pythonSetuptools.d.ts +6 -0
- package/dist/core/languages/pythonSetuptools.js +58 -0
- package/dist/core/languages/pythonSetuptools.js.map +1 -0
- package/dist/core/prDiff.js +12 -0
- package/dist/core/prDiff.js.map +1 -1
- package/dist/core/preflight.d.ts +3 -3
- package/dist/core/preflight.js +28 -542
- package/dist/core/preflight.js.map +1 -1
- package/dist/core/preflightChangedFileReasons.d.ts +14 -0
- package/dist/core/preflightChangedFileReasons.js +75 -0
- package/dist/core/preflightChangedFileReasons.js.map +1 -0
- package/dist/core/preflightChangedFiles.d.ts +9 -0
- package/dist/core/preflightChangedFiles.js +34 -0
- package/dist/core/preflightChangedFiles.js.map +1 -0
- package/dist/core/preflightContextReasons.d.ts +17 -0
- package/dist/core/preflightContextReasons.js +73 -0
- package/dist/core/preflightContextReasons.js.map +1 -0
- package/dist/core/preflightEvidence.d.ts +34 -0
- package/dist/core/preflightEvidence.js +119 -0
- package/dist/core/preflightEvidence.js.map +1 -0
- package/dist/core/preflightInputs.d.ts +15 -0
- package/dist/core/preflightInputs.js +31 -0
- package/dist/core/preflightInputs.js.map +1 -0
- package/dist/core/preflightIssueReasons.d.ts +2 -0
- package/dist/core/preflightIssueReasons.js +39 -0
- package/dist/core/preflightIssueReasons.js.map +1 -0
- package/dist/core/preflightLocalEvidence.d.ts +12 -0
- package/dist/core/preflightLocalEvidence.js +36 -0
- package/dist/core/preflightLocalEvidence.js.map +1 -0
- package/dist/core/preflightReleaseScale.d.ts +28 -0
- package/dist/core/preflightReleaseScale.js +95 -0
- package/dist/core/preflightReleaseScale.js.map +1 -0
- package/dist/core/preflightRequiredChecks.d.ts +26 -0
- package/dist/core/preflightRequiredChecks.js +96 -0
- package/dist/core/preflightRequiredChecks.js.map +1 -0
- package/dist/core/preflightReviewEvidence.d.ts +16 -0
- package/dist/core/preflightReviewEvidence.js +31 -0
- package/dist/core/preflightReviewEvidence.js.map +1 -0
- package/dist/core/preflightReviewReasons.d.ts +15 -0
- package/dist/core/preflightReviewReasons.js +76 -0
- package/dist/core/preflightReviewReasons.js.map +1 -0
- package/dist/core/preflightSuggestedActions.d.ts +15 -0
- package/dist/core/preflightSuggestedActions.js +84 -0
- package/dist/core/preflightSuggestedActions.js.map +1 -0
- package/dist/core/preflightTruncation.d.ts +6 -0
- package/dist/core/preflightTruncation.js +7 -0
- package/dist/core/preflightTruncation.js.map +1 -0
- package/dist/core/preflightVerdict.d.ts +3 -0
- package/dist/core/preflightVerdict.js +17 -0
- package/dist/core/preflightVerdict.js.map +1 -0
- package/dist/core/releaseEvidence.d.ts +4 -3
- package/dist/core/releaseEvidence.js +12 -263
- package/dist/core/releaseEvidence.js.map +1 -1
- package/dist/core/releaseEvidenceBaseline.d.ts +2 -0
- package/dist/core/releaseEvidenceBaseline.js +28 -0
- package/dist/core/releaseEvidenceBaseline.js.map +1 -0
- package/dist/core/releaseEvidencePrSummary.d.ts +13 -0
- package/dist/core/releaseEvidencePrSummary.js +240 -0
- package/dist/core/releaseEvidencePrSummary.js.map +1 -0
- package/dist/core/releaseTrain.js +3 -317
- package/dist/core/releaseTrain.js.map +1 -1
- package/dist/core/releaseTrainFallbacks.d.ts +3 -0
- package/dist/core/releaseTrainFallbacks.js +318 -0
- package/dist/core/releaseTrainFallbacks.js.map +1 -0
- package/dist/core/reportScope.d.ts +24 -0
- package/dist/core/reportScope.js +234 -0
- package/dist/core/reportScope.js.map +1 -0
- package/dist/core/review.d.ts +2 -25
- package/dist/core/review.js +34 -1034
- package/dist/core/review.js.map +1 -1
- package/dist/core/reviewBaseSnapshot.d.ts +14 -0
- package/dist/core/reviewBaseSnapshot.js +41 -0
- package/dist/core/reviewBaseSnapshot.js.map +1 -0
- package/dist/core/reviewChangedFiles.d.ts +8 -0
- package/dist/core/reviewChangedFiles.js +63 -0
- package/dist/core/reviewChangedFiles.js.map +1 -0
- package/dist/core/reviewContractChanges.d.ts +5 -0
- package/dist/core/reviewContractChanges.js +114 -0
- package/dist/core/reviewContractChanges.js.map +1 -0
- package/dist/core/reviewCycles.d.ts +7 -0
- package/dist/core/reviewCycles.js +53 -0
- package/dist/core/reviewCycles.js.map +1 -0
- package/dist/core/reviewFindings.d.ts +17 -0
- package/dist/core/reviewFindings.js +49 -0
- package/dist/core/reviewFindings.js.map +1 -0
- package/dist/core/reviewFlowDiffs.d.ts +4 -0
- package/dist/core/reviewFlowDiffs.js +99 -0
- package/dist/core/reviewFlowDiffs.js.map +1 -0
- package/dist/core/reviewGit.d.ts +7 -0
- package/dist/core/reviewGit.js +45 -0
- package/dist/core/reviewGit.js.map +1 -0
- package/dist/core/reviewGraphEvidence.d.ts +3 -0
- package/dist/core/reviewGraphEvidence.js +55 -0
- package/dist/core/reviewGraphEvidence.js.map +1 -0
- package/dist/core/reviewHeadSnapshot.d.ts +8 -0
- package/dist/core/reviewHeadSnapshot.js +15 -0
- package/dist/core/reviewHeadSnapshot.js.map +1 -0
- package/dist/core/reviewIntent.d.ts +2 -0
- package/dist/core/reviewIntent.js +18 -0
- package/dist/core/reviewIntent.js.map +1 -0
- package/dist/core/reviewManifests.d.ts +12 -0
- package/dist/core/reviewManifests.js +124 -0
- package/dist/core/reviewManifests.js.map +1 -0
- package/dist/core/reviewNoChanges.d.ts +9 -0
- package/dist/core/reviewNoChanges.js +26 -0
- package/dist/core/reviewNoChanges.js.map +1 -0
- package/dist/core/reviewPackageScope.d.ts +4 -0
- package/dist/core/reviewPackageScope.js +24 -0
- package/dist/core/reviewPackageScope.js.map +1 -0
- package/dist/core/reviewRefs.d.ts +4 -0
- package/dist/core/reviewRefs.js +65 -0
- package/dist/core/reviewRefs.js.map +1 -0
- package/dist/core/reviewRiskyFunctions.d.ts +8 -0
- package/dist/core/reviewRiskyFunctions.js +83 -0
- package/dist/core/reviewRiskyFunctions.js.map +1 -0
- package/dist/core/reviewState.d.ts +21 -0
- package/dist/core/reviewState.js +96 -0
- package/dist/core/reviewState.js.map +1 -0
- package/dist/core/reviewTier.d.ts +18 -0
- package/dist/core/reviewTier.js +99 -0
- package/dist/core/reviewTier.js.map +1 -0
- package/dist/core/reviewVerdict.d.ts +9 -0
- package/dist/core/reviewVerdict.js +121 -0
- package/dist/core/reviewVerdict.js.map +1 -0
- package/dist/core/roadmapCatalog.d.ts +1 -0
- package/dist/core/roadmapCatalog.js +227 -7
- package/dist/core/roadmapCatalog.js.map +1 -1
- package/dist/core/start.d.ts +1 -1
- package/dist/core/start.js +26 -63
- package/dist/core/start.js.map +1 -1
- package/dist/core/startAdoptionGaps.d.ts +3 -0
- package/dist/core/startAdoptionGaps.js +12 -0
- package/dist/core/startAdoptionGaps.js.map +1 -0
- package/dist/core/startInputs.d.ts +31 -0
- package/dist/core/startInputs.js +27 -0
- package/dist/core/startInputs.js.map +1 -0
- package/dist/core/startMode.js +7 -1
- package/dist/core/startMode.js.map +1 -1
- package/dist/core/startNextActions.d.ts +13 -0
- package/dist/core/startNextActions.js +19 -0
- package/dist/core/startNextActions.js.map +1 -0
- package/dist/core/startReportBuilder.d.ts +25 -0
- package/dist/core/startReportBuilder.js +44 -0
- package/dist/core/startReportBuilder.js.map +1 -0
- package/dist/core/taint.js +14 -125
- package/dist/core/taint.js.map +1 -1
- package/dist/core/taintMatching.d.ts +11 -0
- package/dist/core/taintMatching.js +126 -0
- package/dist/core/taintMatching.js.map +1 -0
- package/dist/core/upgradePreview.d.ts +1 -12
- package/dist/core/upgradePreview.js +12 -160
- package/dist/core/upgradePreview.js.map +1 -1
- package/dist/core/upgradePreviewNpmEvidence.d.ts +19 -0
- package/dist/core/upgradePreviewNpmEvidence.js +164 -0
- package/dist/core/upgradePreviewNpmEvidence.js.map +1 -0
- package/dist/core/upgradePreviewPython.d.ts +2 -0
- package/dist/core/upgradePreviewPython.js +71 -0
- package/dist/core/upgradePreviewPython.js.map +1 -0
- package/dist/index.d.ts +6 -12
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/mcp/server.d.ts +3 -24
- package/dist/mcp/server.js +32 -414
- package/dist/mcp/server.js.map +1 -1
- package/dist/mcp/serverContext.d.ts +6 -0
- package/dist/mcp/serverContext.js +55 -0
- package/dist/mcp/serverContext.js.map +1 -0
- package/dist/mcp/serverDispatch.d.ts +39 -0
- package/dist/mcp/serverDispatch.js +74 -0
- package/dist/mcp/serverDispatch.js.map +1 -0
- package/dist/mcp/serverHandlers.d.ts +15 -0
- package/dist/mcp/serverHandlers.js +94 -0
- package/dist/mcp/serverHandlers.js.map +1 -0
- package/dist/mcp/serverLifecycle.d.ts +14 -0
- package/dist/mcp/serverLifecycle.js +65 -0
- package/dist/mcp/serverLifecycle.js.map +1 -0
- package/dist/mcp/serverMessage.d.ts +11 -0
- package/dist/mcp/serverMessage.js +37 -0
- package/dist/mcp/serverMessage.js.map +1 -0
- package/dist/mcp/serverSession.d.ts +6 -0
- package/dist/mcp/serverSession.js +77 -0
- package/dist/mcp/serverSession.js.map +1 -0
- package/dist/mcp/serverStdio.d.ts +7 -0
- package/dist/mcp/serverStdio.js +34 -0
- package/dist/mcp/serverStdio.js.map +1 -0
- package/dist/mcp/serverTypes.d.ts +18 -0
- package/dist/mcp/serverTypes.js +2 -0
- package/dist/mcp/serverTypes.js.map +1 -0
- package/dist/mcp/serverVersion.d.ts +1 -0
- package/dist/mcp/serverVersion.js +17 -0
- package/dist/mcp/serverVersion.js.map +1 -0
- package/dist/mcp/toolCatalog.d.ts +2 -0
- package/dist/mcp/toolCatalog.js +93 -0
- package/dist/mcp/toolCatalog.js.map +1 -0
- package/dist/mcp/tools/upgrade.d.ts +1 -1
- package/dist/mcp/tools/upgrade.js +2 -16
- package/dist/mcp/tools/upgrade.js.map +1 -1
- package/dist/mcp/tools.d.ts +2 -3
- package/dist/mcp/tools.js +5 -97
- package/dist/mcp/tools.js.map +1 -1
- package/dist/projscan-sbom.cdx.json +6 -6
- package/dist/reporters/consoleUpgradeReporter.js +24 -2
- package/dist/reporters/consoleUpgradeReporter.js.map +1 -1
- package/dist/reporters/htmlReporter.d.ts +3 -2
- package/dist/reporters/htmlReporter.js +14 -2
- package/dist/reporters/htmlReporter.js.map +1 -1
- package/dist/reporters/jsonReporter.d.ts +4 -3
- package/dist/reporters/jsonReporter.js +9 -4
- package/dist/reporters/jsonReporter.js.map +1 -1
- package/dist/reporters/markdownAnalysisReporter.d.ts +2 -1
- package/dist/reporters/markdownAnalysisReporter.js +8 -1
- package/dist/reporters/markdownAnalysisReporter.js.map +1 -1
- package/dist/reporters/markdownArchitectureReporter.d.ts +3 -0
- package/dist/reporters/markdownArchitectureReporter.js +33 -0
- package/dist/reporters/markdownArchitectureReporter.js.map +1 -0
- package/dist/reporters/markdownCouplingReporter.d.ts +2 -0
- package/dist/reporters/markdownCouplingReporter.js +43 -0
- package/dist/reporters/markdownCouplingReporter.js.map +1 -0
- package/dist/reporters/markdownCoverageReporter.d.ts +2 -0
- package/dist/reporters/markdownCoverageReporter.js +40 -0
- package/dist/reporters/markdownCoverageReporter.js.map +1 -0
- package/dist/reporters/markdownExplanationReporter.d.ts +2 -0
- package/dist/reporters/markdownExplanationReporter.js +37 -0
- package/dist/reporters/markdownExplanationReporter.js.map +1 -0
- package/dist/reporters/markdownHealthReporter.d.ts +4 -0
- package/dist/reporters/markdownHealthReporter.js +66 -0
- package/dist/reporters/markdownHealthReporter.js.map +1 -0
- package/dist/reporters/markdownHotspotReporter.d.ts +2 -0
- package/dist/reporters/markdownHotspotReporter.js +36 -0
- package/dist/reporters/markdownHotspotReporter.js.map +1 -0
- package/dist/reporters/markdownOutdatedReporter.d.ts +2 -0
- package/dist/reporters/markdownOutdatedReporter.js +31 -0
- package/dist/reporters/markdownOutdatedReporter.js.map +1 -0
- package/dist/reporters/markdownPrDiffReporter.d.ts +2 -0
- package/dist/reporters/markdownPrDiffReporter.js +63 -0
- package/dist/reporters/markdownPrDiffReporter.js.map +1 -0
- package/dist/reporters/markdownReporter.d.ts +9 -12
- package/dist/reporters/markdownReporter.js +9 -288
- package/dist/reporters/markdownReporter.js.map +1 -1
- package/dist/reporters/markdownUpgradeReporter.js +19 -4
- package/dist/reporters/markdownUpgradeReporter.js.map +1 -1
- package/dist/reporters/markdownWorkspaceReporter.d.ts +2 -0
- package/dist/reporters/markdownWorkspaceReporter.js +25 -0
- package/dist/reporters/markdownWorkspaceReporter.js.map +1 -0
- package/dist/reporters/sarifReporter.d.ts +6 -4
- package/dist/reporters/sarifReporter.js +8 -7
- package/dist/reporters/sarifReporter.js.map +1 -1
- package/dist/tool-manifest.json +4 -4
- package/dist/types/config.d.ts +10 -0
- package/dist/types/dependencyHealth.d.ts +12 -0
- package/dist/types.d.ts +34 -34
- package/dist/utils/config.d.ts +2 -8
- package/dist/utils/config.js +14 -180
- package/dist/utils/config.js.map +1 -1
- package/dist/utils/configBasics.d.ts +5 -0
- package/dist/utils/configBasics.js +21 -0
- package/dist/utils/configBasics.js.map +1 -0
- package/dist/utils/configHotspots.d.ts +2 -0
- package/dist/utils/configHotspots.js +15 -0
- package/dist/utils/configHotspots.js.map +1 -0
- package/dist/utils/configIssueRules.d.ts +8 -0
- package/dist/utils/configIssueRules.js +24 -0
- package/dist/utils/configIssueRules.js.map +1 -0
- package/dist/utils/configMonorepo.d.ts +2 -0
- package/dist/utils/configMonorepo.js +38 -0
- package/dist/utils/configMonorepo.js.map +1 -0
- package/dist/utils/configReportPolicies.d.ts +2 -0
- package/dist/utils/configReportPolicies.js +32 -0
- package/dist/utils/configReportPolicies.js.map +1 -0
- package/dist/utils/configScan.d.ts +2 -0
- package/dist/utils/configScan.js +15 -0
- package/dist/utils/configScan.js.map +1 -0
- package/dist/utils/configSeverity.d.ts +2 -0
- package/dist/utils/configSeverity.js +15 -0
- package/dist/utils/configSeverity.js.map +1 -0
- package/dist/utils/configSources.d.ts +5 -0
- package/dist/utils/configSources.js +55 -0
- package/dist/utils/configSources.js.map +1 -0
- package/dist/utils/configTaint.d.ts +2 -0
- package/dist/utils/configTaint.js +15 -0
- package/dist/utils/configTaint.js.map +1 -0
- package/docs/GUIDE.md +39 -4
- package/docs/ROADMAP.md +54 -21
- package/docs/examples/adoption-workflows.md +128 -0
- package/docs/examples/swarm-coordination.md +120 -0
- package/package.json +3 -1
|
@@ -0,0 +1,1692 @@
|
|
|
1
|
+
export const ROUTE_CATALOG = [
|
|
2
|
+
{
|
|
3
|
+
intent: 'Review local privacy and trust boundaries',
|
|
4
|
+
category: 'Trust',
|
|
5
|
+
tool: 'projscan_privacy_check',
|
|
6
|
+
cli: 'projscan privacy-check',
|
|
7
|
+
what: 'Local privacy, ignore, telemetry, plugin, write, and network boundary report.',
|
|
8
|
+
why: 'Before trusting the tool on a repo, verify what it can read, write, or contact.',
|
|
9
|
+
example: 'projscan privacy-check --offline',
|
|
10
|
+
keywords: [
|
|
11
|
+
'privacy',
|
|
12
|
+
'trust',
|
|
13
|
+
'boundary',
|
|
14
|
+
'read',
|
|
15
|
+
'env',
|
|
16
|
+
'values',
|
|
17
|
+
'upload',
|
|
18
|
+
'code',
|
|
19
|
+
'source',
|
|
20
|
+
'leave',
|
|
21
|
+
'machine',
|
|
22
|
+
'telemetry',
|
|
23
|
+
'network',
|
|
24
|
+
'offline',
|
|
25
|
+
'local',
|
|
26
|
+
'contact',
|
|
27
|
+
'contacted',
|
|
28
|
+
'write',
|
|
29
|
+
'writes',
|
|
30
|
+
'check',
|
|
31
|
+
'projscan',
|
|
32
|
+
],
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
intent: 'Understand a repo before editing',
|
|
36
|
+
category: 'Understand',
|
|
37
|
+
tool: 'projscan_understand',
|
|
38
|
+
cli: 'projscan understand',
|
|
39
|
+
what: 'Cited repo/flow/contract/change/verify maps.',
|
|
40
|
+
why: 'Orient in an unfamiliar codebase before making a change.',
|
|
41
|
+
example: 'projscan understand --view map --format json',
|
|
42
|
+
keywords: [
|
|
43
|
+
'understand',
|
|
44
|
+
'orient',
|
|
45
|
+
'overview',
|
|
46
|
+
'map',
|
|
47
|
+
'read',
|
|
48
|
+
'summarize',
|
|
49
|
+
'summary',
|
|
50
|
+
'contract',
|
|
51
|
+
'contracts',
|
|
52
|
+
'public',
|
|
53
|
+
'api',
|
|
54
|
+
'apis',
|
|
55
|
+
'deprecate',
|
|
56
|
+
'deprecates',
|
|
57
|
+
'deprecated',
|
|
58
|
+
'deprecation',
|
|
59
|
+
'compatibility',
|
|
60
|
+
'compatible',
|
|
61
|
+
'comprehend',
|
|
62
|
+
'unfamiliar',
|
|
63
|
+
'learn',
|
|
64
|
+
'explore',
|
|
65
|
+
'architecture',
|
|
66
|
+
'repo',
|
|
67
|
+
'codebase',
|
|
68
|
+
'service',
|
|
69
|
+
'services',
|
|
70
|
+
'main',
|
|
71
|
+
'entrypoint',
|
|
72
|
+
'entrypoints',
|
|
73
|
+
'entry',
|
|
74
|
+
'point',
|
|
75
|
+
'important',
|
|
76
|
+
'look',
|
|
77
|
+
'first',
|
|
78
|
+
'tour',
|
|
79
|
+
'walk',
|
|
80
|
+
'through',
|
|
81
|
+
'new',
|
|
82
|
+
'onboard',
|
|
83
|
+
'onboarding',
|
|
84
|
+
'run',
|
|
85
|
+
'runs',
|
|
86
|
+
'project',
|
|
87
|
+
'command',
|
|
88
|
+
'commands',
|
|
89
|
+
'dev',
|
|
90
|
+
'server',
|
|
91
|
+
'start',
|
|
92
|
+
'app',
|
|
93
|
+
'setup',
|
|
94
|
+
'set',
|
|
95
|
+
'local',
|
|
96
|
+
'locally',
|
|
97
|
+
'install',
|
|
98
|
+
'docker',
|
|
99
|
+
'compose',
|
|
100
|
+
'npm',
|
|
101
|
+
'script',
|
|
102
|
+
'scripts',
|
|
103
|
+
'test',
|
|
104
|
+
'tests',
|
|
105
|
+
'e2e',
|
|
106
|
+
'unit',
|
|
107
|
+
'integration',
|
|
108
|
+
'storybook',
|
|
109
|
+
'cypress',
|
|
110
|
+
'playwright',
|
|
111
|
+
'eslint',
|
|
112
|
+
'prettier',
|
|
113
|
+
'format',
|
|
114
|
+
'lint',
|
|
115
|
+
'typecheck',
|
|
116
|
+
'typechecking',
|
|
117
|
+
'verify',
|
|
118
|
+
'verification',
|
|
119
|
+
'proof',
|
|
120
|
+
'prove',
|
|
121
|
+
'checks',
|
|
122
|
+
'env',
|
|
123
|
+
'environment',
|
|
124
|
+
'environments',
|
|
125
|
+
'vars',
|
|
126
|
+
'variable',
|
|
127
|
+
'variables',
|
|
128
|
+
'missing',
|
|
129
|
+
'required',
|
|
130
|
+
'config',
|
|
131
|
+
'configuration',
|
|
132
|
+
'feature',
|
|
133
|
+
'endpoint',
|
|
134
|
+
'button',
|
|
135
|
+
'put',
|
|
136
|
+
'need',
|
|
137
|
+
'change',
|
|
138
|
+
'files',
|
|
139
|
+
'add',
|
|
140
|
+
'implement',
|
|
141
|
+
'build',
|
|
142
|
+
'create',
|
|
143
|
+
'wire',
|
|
144
|
+
'route',
|
|
145
|
+
'component',
|
|
146
|
+
'page',
|
|
147
|
+
'screen',
|
|
148
|
+
'view',
|
|
149
|
+
'webhook',
|
|
150
|
+
'login',
|
|
151
|
+
'support',
|
|
152
|
+
'checkout',
|
|
153
|
+
'search',
|
|
154
|
+
'doc',
|
|
155
|
+
'docs',
|
|
156
|
+
'document',
|
|
157
|
+
'documentation',
|
|
158
|
+
'readme',
|
|
159
|
+
'examples',
|
|
160
|
+
'example',
|
|
161
|
+
'database',
|
|
162
|
+
'migration',
|
|
163
|
+
'migrations',
|
|
164
|
+
'migrate',
|
|
165
|
+
'migrates',
|
|
166
|
+
'db',
|
|
167
|
+
'schema',
|
|
168
|
+
'table',
|
|
169
|
+
'column',
|
|
170
|
+
'seed',
|
|
171
|
+
'seeds',
|
|
172
|
+
'reset',
|
|
173
|
+
'resets',
|
|
174
|
+
'guide',
|
|
175
|
+
'update',
|
|
176
|
+
'updating',
|
|
177
|
+
],
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
intent: 'Inspect a specific file',
|
|
181
|
+
category: 'Understand',
|
|
182
|
+
tool: 'projscan_file',
|
|
183
|
+
cli: 'projscan file',
|
|
184
|
+
what: 'Per-file purpose, imports, exports, smells, risk, ownership, and related issues.',
|
|
185
|
+
why: 'When a developer asks what a named file does before editing it.',
|
|
186
|
+
example: 'projscan file src/index.ts --format json',
|
|
187
|
+
keywords: [
|
|
188
|
+
'file',
|
|
189
|
+
'explain',
|
|
190
|
+
'inspect',
|
|
191
|
+
'purpose',
|
|
192
|
+
'read',
|
|
193
|
+
'review',
|
|
194
|
+
'reviewer',
|
|
195
|
+
'reviewers',
|
|
196
|
+
'ownership',
|
|
197
|
+
'owner',
|
|
198
|
+
'owns',
|
|
199
|
+
'risk',
|
|
200
|
+
'risks',
|
|
201
|
+
'risky',
|
|
202
|
+
'dangerous',
|
|
203
|
+
'imports',
|
|
204
|
+
'exports',
|
|
205
|
+
'last',
|
|
206
|
+
'touched',
|
|
207
|
+
'touch',
|
|
208
|
+
'changed',
|
|
209
|
+
'recently',
|
|
210
|
+
'history',
|
|
211
|
+
'author',
|
|
212
|
+
'authors',
|
|
213
|
+
'blame',
|
|
214
|
+
'add',
|
|
215
|
+
'write',
|
|
216
|
+
'coverage',
|
|
217
|
+
'covered',
|
|
218
|
+
'uncovered',
|
|
219
|
+
'test',
|
|
220
|
+
'tests',
|
|
221
|
+
],
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
intent: 'Answer a targeted graph question',
|
|
225
|
+
category: 'Understand',
|
|
226
|
+
tool: 'projscan_semantic_graph',
|
|
227
|
+
cli: 'projscan semantic-graph',
|
|
228
|
+
what: 'Targeted imports, exports, importers, symbol definitions, or package importer query.',
|
|
229
|
+
why: 'When a developer asks who imports a file, what a file imports/exports, or where a symbol is defined.',
|
|
230
|
+
example: 'projscan semantic-graph --query importers --file src/auth.ts --format json',
|
|
231
|
+
keywords: [
|
|
232
|
+
'imports',
|
|
233
|
+
'importers',
|
|
234
|
+
'import',
|
|
235
|
+
'exports',
|
|
236
|
+
'export',
|
|
237
|
+
'defined',
|
|
238
|
+
'definition',
|
|
239
|
+
'defines',
|
|
240
|
+
'uses',
|
|
241
|
+
'depend',
|
|
242
|
+
'depends',
|
|
243
|
+
'installed',
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
intent: 'Inspect module coupling and cycles',
|
|
248
|
+
category: 'Architecture',
|
|
249
|
+
tool: 'projscan_coupling',
|
|
250
|
+
cli: 'projscan coupling',
|
|
251
|
+
what: 'Per-file fan-in, fan-out, instability, cross-package edges, and circular-import cycles.',
|
|
252
|
+
why: 'When a developer asks about circular dependencies, import cycles, tight coupling, or unstable module boundaries.',
|
|
253
|
+
example: 'projscan coupling --cycles-only --format json',
|
|
254
|
+
keywords: [
|
|
255
|
+
'coupling',
|
|
256
|
+
'coupled',
|
|
257
|
+
'tightly',
|
|
258
|
+
'module',
|
|
259
|
+
'modules',
|
|
260
|
+
'circular',
|
|
261
|
+
'cycle',
|
|
262
|
+
'cycles',
|
|
263
|
+
'dependency',
|
|
264
|
+
'dependencies',
|
|
265
|
+
'import',
|
|
266
|
+
'imports',
|
|
267
|
+
'fan',
|
|
268
|
+
'fan-in',
|
|
269
|
+
'fan-out',
|
|
270
|
+
'instability',
|
|
271
|
+
'architecture',
|
|
272
|
+
'boundary',
|
|
273
|
+
'boundaries',
|
|
274
|
+
],
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
intent: 'Review a PR or a set of changes',
|
|
278
|
+
category: 'Review',
|
|
279
|
+
tool: 'projscan_review',
|
|
280
|
+
cli: 'projscan review',
|
|
281
|
+
what: 'One-call structural PR review with a verdict.',
|
|
282
|
+
why: 'Assess risk of a diff: cycles, taint, dataflow, contracts.',
|
|
283
|
+
example: 'projscan review --format json',
|
|
284
|
+
keywords: [
|
|
285
|
+
'review',
|
|
286
|
+
'pr',
|
|
287
|
+
'pull',
|
|
288
|
+
'request',
|
|
289
|
+
'branch',
|
|
290
|
+
'diff',
|
|
291
|
+
'change',
|
|
292
|
+
'changes',
|
|
293
|
+
'secure',
|
|
294
|
+
'security',
|
|
295
|
+
'issues',
|
|
296
|
+
'check',
|
|
297
|
+
'risk',
|
|
298
|
+
'risks',
|
|
299
|
+
'risky',
|
|
300
|
+
'verdict',
|
|
301
|
+
'assess',
|
|
302
|
+
],
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
intent: 'Prepare reviewer evidence or a PR comment',
|
|
306
|
+
category: 'Review',
|
|
307
|
+
tool: 'projscan_evidence_pack',
|
|
308
|
+
cli: 'projscan evidence-pack',
|
|
309
|
+
what: 'Approval-ready evidence packet and paste-ready PR comment.',
|
|
310
|
+
why: 'When a developer needs a reviewer-facing summary with verdict, risks, owner routing, and proof commands.',
|
|
311
|
+
example: 'projscan evidence-pack --pr-comment',
|
|
312
|
+
keywords: [
|
|
313
|
+
'evidence',
|
|
314
|
+
'proof',
|
|
315
|
+
'approval',
|
|
316
|
+
'approve',
|
|
317
|
+
'comment',
|
|
318
|
+
'summarize',
|
|
319
|
+
'changes',
|
|
320
|
+
'description',
|
|
321
|
+
'draft',
|
|
322
|
+
'say',
|
|
323
|
+
'checklist',
|
|
324
|
+
'tell',
|
|
325
|
+
'team',
|
|
326
|
+
'change',
|
|
327
|
+
'share',
|
|
328
|
+
'reviewer',
|
|
329
|
+
'reviewers',
|
|
330
|
+
'summary',
|
|
331
|
+
'packet',
|
|
332
|
+
'paste',
|
|
333
|
+
'who',
|
|
334
|
+
'review',
|
|
335
|
+
'ready',
|
|
336
|
+
'open',
|
|
337
|
+
'opening',
|
|
338
|
+
'before',
|
|
339
|
+
'prepare',
|
|
340
|
+
'owner',
|
|
341
|
+
'owners',
|
|
342
|
+
'owns',
|
|
343
|
+
'routing',
|
|
344
|
+
'changed',
|
|
345
|
+
'file',
|
|
346
|
+
'files',
|
|
347
|
+
'pr',
|
|
348
|
+
],
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
intent: 'Inspect what changed in a PR',
|
|
352
|
+
category: 'Review',
|
|
353
|
+
tool: 'projscan_pr_diff',
|
|
354
|
+
cli: 'projscan pr-diff',
|
|
355
|
+
what: 'Structural diff of changed exports, imports, call sites, complexity, and fan-in.',
|
|
356
|
+
why: 'Before a full review verdict, see exactly what changed in the PR.',
|
|
357
|
+
example: 'projscan pr-diff --format json',
|
|
358
|
+
keywords: [
|
|
359
|
+
'commit',
|
|
360
|
+
'message',
|
|
361
|
+
'summarize',
|
|
362
|
+
'summary',
|
|
363
|
+
'pr',
|
|
364
|
+
'diff',
|
|
365
|
+
'changed',
|
|
366
|
+
'changes',
|
|
367
|
+
'change',
|
|
368
|
+
'since',
|
|
369
|
+
'branch',
|
|
370
|
+
'stale',
|
|
371
|
+
'main',
|
|
372
|
+
'base',
|
|
373
|
+
'head',
|
|
374
|
+
'compare',
|
|
375
|
+
'branched',
|
|
376
|
+
'behind',
|
|
377
|
+
'ahead',
|
|
378
|
+
'sync',
|
|
379
|
+
'synced',
|
|
380
|
+
'large',
|
|
381
|
+
'big',
|
|
382
|
+
'size',
|
|
383
|
+
'sizes',
|
|
384
|
+
'exports',
|
|
385
|
+
'imports',
|
|
386
|
+
'calls',
|
|
387
|
+
'callers',
|
|
388
|
+
],
|
|
389
|
+
},
|
|
390
|
+
{
|
|
391
|
+
intent: 'See what breaks if I change something',
|
|
392
|
+
category: 'Impact',
|
|
393
|
+
tool: 'projscan_impact',
|
|
394
|
+
cli: 'projscan impact',
|
|
395
|
+
what: 'Transitive blast radius for a file or symbol.',
|
|
396
|
+
why: 'Before renaming or deleting, see every caller that breaks.',
|
|
397
|
+
example: 'projscan impact --symbol buildCodeGraph --format json',
|
|
398
|
+
keywords: [
|
|
399
|
+
'impact',
|
|
400
|
+
'breaks',
|
|
401
|
+
'break',
|
|
402
|
+
'blast',
|
|
403
|
+
'radius',
|
|
404
|
+
'rename',
|
|
405
|
+
'delete',
|
|
406
|
+
'remove',
|
|
407
|
+
'drop',
|
|
408
|
+
'depends',
|
|
409
|
+
'affect',
|
|
410
|
+
'callers',
|
|
411
|
+
'used',
|
|
412
|
+
'usage',
|
|
413
|
+
'referenced',
|
|
414
|
+
'called',
|
|
415
|
+
'breaking',
|
|
416
|
+
'api',
|
|
417
|
+
'apis',
|
|
418
|
+
'endpoint',
|
|
419
|
+
'endpoints',
|
|
420
|
+
'client',
|
|
421
|
+
'clients',
|
|
422
|
+
'contract',
|
|
423
|
+
'contracts',
|
|
424
|
+
'change',
|
|
425
|
+
'changes',
|
|
426
|
+
'changing',
|
|
427
|
+
'deprecate',
|
|
428
|
+
'deprecates',
|
|
429
|
+
'deprecated',
|
|
430
|
+
'deprecation',
|
|
431
|
+
'compatibility',
|
|
432
|
+
'compatible',
|
|
433
|
+
'version',
|
|
434
|
+
'versions',
|
|
435
|
+
'schema',
|
|
436
|
+
'table',
|
|
437
|
+
'column',
|
|
438
|
+
'database',
|
|
439
|
+
'db',
|
|
440
|
+
'migration',
|
|
441
|
+
'migrations',
|
|
442
|
+
'revert',
|
|
443
|
+
'rollback',
|
|
444
|
+
'undo',
|
|
445
|
+
'backout',
|
|
446
|
+
'back',
|
|
447
|
+
'out',
|
|
448
|
+
'recover',
|
|
449
|
+
],
|
|
450
|
+
},
|
|
451
|
+
{
|
|
452
|
+
intent: 'Check if it is safe to edit / commit / merge',
|
|
453
|
+
category: 'Safety gate',
|
|
454
|
+
tool: 'projscan_preflight',
|
|
455
|
+
cli: 'projscan preflight',
|
|
456
|
+
what: 'proceed / caution / block verdict with evidence.',
|
|
457
|
+
why: 'A safety gate before an edit, commit, or merge.',
|
|
458
|
+
example: 'projscan preflight --mode before_commit --format json',
|
|
459
|
+
keywords: [
|
|
460
|
+
'safe',
|
|
461
|
+
'safety',
|
|
462
|
+
'gate',
|
|
463
|
+
'commit',
|
|
464
|
+
'merge',
|
|
465
|
+
'ready',
|
|
466
|
+
'edit',
|
|
467
|
+
'proceed',
|
|
468
|
+
'block',
|
|
469
|
+
'blocked',
|
|
470
|
+
'blocker',
|
|
471
|
+
'blockers',
|
|
472
|
+
'blocking',
|
|
473
|
+
'preflight',
|
|
474
|
+
'allowed',
|
|
475
|
+
'risk',
|
|
476
|
+
'risks',
|
|
477
|
+
'risky',
|
|
478
|
+
'rebase',
|
|
479
|
+
'rebasing',
|
|
480
|
+
'conflict',
|
|
481
|
+
'conflicts',
|
|
482
|
+
'resolve',
|
|
483
|
+
'resolving',
|
|
484
|
+
'wrong',
|
|
485
|
+
'stuck',
|
|
486
|
+
],
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
intent: 'Find the riskiest files / where to start',
|
|
490
|
+
category: 'Hotspots',
|
|
491
|
+
tool: 'projscan_hotspots',
|
|
492
|
+
cli: 'projscan hotspots',
|
|
493
|
+
what: 'Files ranked by churn × complexity × issues.',
|
|
494
|
+
why: 'Decide where to focus review or refactoring.',
|
|
495
|
+
example: 'projscan hotspots --format json',
|
|
496
|
+
keywords: [
|
|
497
|
+
'hotspot',
|
|
498
|
+
'risky',
|
|
499
|
+
'files',
|
|
500
|
+
'file',
|
|
501
|
+
'touch',
|
|
502
|
+
'riskiest',
|
|
503
|
+
'where',
|
|
504
|
+
'start',
|
|
505
|
+
'focus',
|
|
506
|
+
'churn',
|
|
507
|
+
'complexity',
|
|
508
|
+
'complex',
|
|
509
|
+
'refactor',
|
|
510
|
+
'refactoring',
|
|
511
|
+
'simplify',
|
|
512
|
+
'simplification',
|
|
513
|
+
'tech',
|
|
514
|
+
'debt',
|
|
515
|
+
'duplicate',
|
|
516
|
+
'duplicated',
|
|
517
|
+
'duplication',
|
|
518
|
+
'over',
|
|
519
|
+
'engineered',
|
|
520
|
+
'dangerous',
|
|
521
|
+
'performance',
|
|
522
|
+
'perf',
|
|
523
|
+
'bottleneck',
|
|
524
|
+
'bottlenecks',
|
|
525
|
+
'optimize',
|
|
526
|
+
'optimise',
|
|
527
|
+
'faster',
|
|
528
|
+
'slow',
|
|
529
|
+
],
|
|
530
|
+
},
|
|
531
|
+
{
|
|
532
|
+
intent: 'Check swarm coordination status',
|
|
533
|
+
category: 'Swarm coordination',
|
|
534
|
+
tool: 'projscan_coordinate',
|
|
535
|
+
cli: 'projscan coordinate',
|
|
536
|
+
what: 'One-call readiness verdict from collisions, claims, and merge-risk.',
|
|
537
|
+
why: 'Before continuing parallel work, see whether the swarm is clear, cautious, or conflicted.',
|
|
538
|
+
example: 'projscan coordinate --format json',
|
|
539
|
+
keywords: [
|
|
540
|
+
'who',
|
|
541
|
+
'else',
|
|
542
|
+
'working',
|
|
543
|
+
'editing',
|
|
544
|
+
'coordinate',
|
|
545
|
+
'coordination',
|
|
546
|
+
'status',
|
|
547
|
+
'readiness',
|
|
548
|
+
'parallel',
|
|
549
|
+
'agents',
|
|
550
|
+
'agent',
|
|
551
|
+
'collide',
|
|
552
|
+
'colliding',
|
|
553
|
+
'swarm',
|
|
554
|
+
'conflict',
|
|
555
|
+
'conflicts',
|
|
556
|
+
'conflicting',
|
|
557
|
+
'conflicted',
|
|
558
|
+
'worktree',
|
|
559
|
+
'worktrees',
|
|
560
|
+
'active',
|
|
561
|
+
'overlap',
|
|
562
|
+
],
|
|
563
|
+
},
|
|
564
|
+
{
|
|
565
|
+
intent: 'Detect conflicts between parallel agents',
|
|
566
|
+
category: 'Swarm coordination',
|
|
567
|
+
tool: 'projscan_collision',
|
|
568
|
+
cli: 'projscan collisions',
|
|
569
|
+
what: 'Same-file + dependency overlaps across worktrees.',
|
|
570
|
+
why: 'Two agents editing one repo: surface collisions pre-merge.',
|
|
571
|
+
example: 'projscan collisions --format json',
|
|
572
|
+
keywords: [
|
|
573
|
+
'coordinate',
|
|
574
|
+
'coordination',
|
|
575
|
+
'parallel',
|
|
576
|
+
'agents',
|
|
577
|
+
'swarm',
|
|
578
|
+
'conflict',
|
|
579
|
+
'conflicts',
|
|
580
|
+
'collision',
|
|
581
|
+
'collide',
|
|
582
|
+
'colliding',
|
|
583
|
+
'worktree',
|
|
584
|
+
'worktrees',
|
|
585
|
+
'overlap',
|
|
586
|
+
'overlapping',
|
|
587
|
+
'changes',
|
|
588
|
+
'simultaneous',
|
|
589
|
+
'avoid',
|
|
590
|
+
],
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
intent: 'Claim a file so other agents know who owns it',
|
|
594
|
+
category: 'Swarm coordination',
|
|
595
|
+
tool: 'projscan_claim',
|
|
596
|
+
cli: 'projscan claim',
|
|
597
|
+
what: 'Advisory claims/leases over files, dirs, symbols.',
|
|
598
|
+
why: 'Tell the swarm who is working where; warn on contention.',
|
|
599
|
+
example: 'projscan claim add src/auth.ts --agent me',
|
|
600
|
+
keywords: [
|
|
601
|
+
'claim',
|
|
602
|
+
'claims',
|
|
603
|
+
'lease',
|
|
604
|
+
'leases',
|
|
605
|
+
'active',
|
|
606
|
+
'owns',
|
|
607
|
+
'ownership',
|
|
608
|
+
'who',
|
|
609
|
+
'reserve',
|
|
610
|
+
'lock',
|
|
611
|
+
'coordinate',
|
|
612
|
+
'parallel',
|
|
613
|
+
'agents',
|
|
614
|
+
'swarm',
|
|
615
|
+
],
|
|
616
|
+
},
|
|
617
|
+
{
|
|
618
|
+
intent: 'Decide the order to merge in-flight branches',
|
|
619
|
+
category: 'Swarm coordination',
|
|
620
|
+
tool: 'projscan_merge_risk',
|
|
621
|
+
cli: 'projscan merge-risk',
|
|
622
|
+
what: 'Safe integration order + conflict hotspots.',
|
|
623
|
+
why: 'Multiple in-flight worktrees: which to merge first.',
|
|
624
|
+
example: 'projscan merge-risk --format json',
|
|
625
|
+
keywords: [
|
|
626
|
+
'merge',
|
|
627
|
+
'integrate',
|
|
628
|
+
'integration',
|
|
629
|
+
'order',
|
|
630
|
+
'sequence',
|
|
631
|
+
'first',
|
|
632
|
+
'branch',
|
|
633
|
+
'safest',
|
|
634
|
+
'conflict',
|
|
635
|
+
'hotspot',
|
|
636
|
+
'coordinate',
|
|
637
|
+
'parallel',
|
|
638
|
+
'swarm',
|
|
639
|
+
],
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
intent: 'Run a project health check',
|
|
643
|
+
category: 'Health',
|
|
644
|
+
tool: 'projscan_doctor',
|
|
645
|
+
cli: 'projscan doctor',
|
|
646
|
+
what: 'Health score + detected issues.',
|
|
647
|
+
why: 'A quick overall health read on a repo.',
|
|
648
|
+
example: 'projscan doctor --format json',
|
|
649
|
+
keywords: [
|
|
650
|
+
'health',
|
|
651
|
+
'doctor',
|
|
652
|
+
'score',
|
|
653
|
+
'issues',
|
|
654
|
+
'check',
|
|
655
|
+
'quality',
|
|
656
|
+
'lint',
|
|
657
|
+
'dead',
|
|
658
|
+
'unused',
|
|
659
|
+
'orphaned',
|
|
660
|
+
'cleanup',
|
|
661
|
+
'clean',
|
|
662
|
+
'safe',
|
|
663
|
+
'safely',
|
|
664
|
+
'delete',
|
|
665
|
+
'remove',
|
|
666
|
+
],
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
intent: 'See the quality and risk picture',
|
|
670
|
+
category: 'Health',
|
|
671
|
+
tool: 'projscan_quality_scorecard',
|
|
672
|
+
cli: 'projscan quality-scorecard',
|
|
673
|
+
what: 'Dimensioned quality view with health, security, tests, maintainability, coordination, and top risks.',
|
|
674
|
+
why: 'When a developer asks what is risky or wants the overall quality picture before choosing the next task.',
|
|
675
|
+
example: 'projscan quality-scorecard --format json',
|
|
676
|
+
keywords: ['quality', 'scorecard', 'risk', 'risks', 'risky', 'picture', 'dimensions'],
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
intent: 'Search the codebase',
|
|
680
|
+
category: 'Search',
|
|
681
|
+
tool: 'projscan_search',
|
|
682
|
+
cli: 'projscan search',
|
|
683
|
+
what: 'Symbol / file / content search (BM25 + optional semantic).',
|
|
684
|
+
why: 'Find where something is defined or used.',
|
|
685
|
+
example: 'projscan search "auth token" --format json',
|
|
686
|
+
keywords: [
|
|
687
|
+
'search',
|
|
688
|
+
'find',
|
|
689
|
+
'locate',
|
|
690
|
+
'where',
|
|
691
|
+
'show',
|
|
692
|
+
'check',
|
|
693
|
+
'checked',
|
|
694
|
+
'test',
|
|
695
|
+
'tests',
|
|
696
|
+
'spec',
|
|
697
|
+
'specs',
|
|
698
|
+
'cover',
|
|
699
|
+
'covers',
|
|
700
|
+
'covering',
|
|
701
|
+
'code',
|
|
702
|
+
'handles',
|
|
703
|
+
'handled',
|
|
704
|
+
'handler',
|
|
705
|
+
'contains',
|
|
706
|
+
'logic',
|
|
707
|
+
'implemented',
|
|
708
|
+
'configured',
|
|
709
|
+
'created',
|
|
710
|
+
'creates',
|
|
711
|
+
'loaded',
|
|
712
|
+
'loader',
|
|
713
|
+
'parse',
|
|
714
|
+
'parses',
|
|
715
|
+
'parsed',
|
|
716
|
+
'middleware',
|
|
717
|
+
'api',
|
|
718
|
+
'apis',
|
|
719
|
+
'route',
|
|
720
|
+
'routes',
|
|
721
|
+
'router',
|
|
722
|
+
'routers',
|
|
723
|
+
'endpoint',
|
|
724
|
+
'endpoints',
|
|
725
|
+
'webhook',
|
|
726
|
+
'webhooks',
|
|
727
|
+
'openapi',
|
|
728
|
+
'swagger',
|
|
729
|
+
'trpc',
|
|
730
|
+
'grpc',
|
|
731
|
+
'protobuf',
|
|
732
|
+
'proto',
|
|
733
|
+
'protos',
|
|
734
|
+
'resolver',
|
|
735
|
+
'resolvers',
|
|
736
|
+
'docker',
|
|
737
|
+
'dockerfile',
|
|
738
|
+
'compose',
|
|
739
|
+
'containerfile',
|
|
740
|
+
'kubernetes',
|
|
741
|
+
'k8s',
|
|
742
|
+
'manifest',
|
|
743
|
+
'manifests',
|
|
744
|
+
'helm',
|
|
745
|
+
'chart',
|
|
746
|
+
'charts',
|
|
747
|
+
'terraform',
|
|
748
|
+
'tf',
|
|
749
|
+
'module',
|
|
750
|
+
'modules',
|
|
751
|
+
'cloudformation',
|
|
752
|
+
'cdk',
|
|
753
|
+
'pulumi',
|
|
754
|
+
'vercel',
|
|
755
|
+
'netlify',
|
|
756
|
+
'railway',
|
|
757
|
+
'fly',
|
|
758
|
+
'workflow',
|
|
759
|
+
'workflows',
|
|
760
|
+
'deploy',
|
|
761
|
+
'deploys',
|
|
762
|
+
'deployment',
|
|
763
|
+
'staging',
|
|
764
|
+
'production',
|
|
765
|
+
'password',
|
|
766
|
+
'reset',
|
|
767
|
+
'invite',
|
|
768
|
+
'invites',
|
|
769
|
+
'onboarding',
|
|
770
|
+
'flow',
|
|
771
|
+
'flows',
|
|
772
|
+
'csv',
|
|
773
|
+
'export',
|
|
774
|
+
'exports',
|
|
775
|
+
'audit',
|
|
776
|
+
'entries',
|
|
777
|
+
'refund',
|
|
778
|
+
'handling',
|
|
779
|
+
'payments',
|
|
780
|
+
'subscription',
|
|
781
|
+
'renewal',
|
|
782
|
+
'users',
|
|
783
|
+
'billing',
|
|
784
|
+
'settings',
|
|
785
|
+
'checkout',
|
|
786
|
+
'welcome',
|
|
787
|
+
'template',
|
|
788
|
+
'templates',
|
|
789
|
+
'copy',
|
|
790
|
+
'push',
|
|
791
|
+
'sms',
|
|
792
|
+
'verification',
|
|
793
|
+
'receipt',
|
|
794
|
+
'invoice',
|
|
795
|
+
'invoices',
|
|
796
|
+
'pdf',
|
|
797
|
+
'prisma',
|
|
798
|
+
'drizzle',
|
|
799
|
+
'typeorm',
|
|
800
|
+
'sequelize',
|
|
801
|
+
'sql',
|
|
802
|
+
'model',
|
|
803
|
+
'models',
|
|
804
|
+
'entity',
|
|
805
|
+
'entities',
|
|
806
|
+
'repository',
|
|
807
|
+
'repositories',
|
|
808
|
+
'dao',
|
|
809
|
+
'daos',
|
|
810
|
+
'saves',
|
|
811
|
+
'save',
|
|
812
|
+
'persist',
|
|
813
|
+
'persists',
|
|
814
|
+
'orders',
|
|
815
|
+
'call',
|
|
816
|
+
'calls',
|
|
817
|
+
'called',
|
|
818
|
+
'client',
|
|
819
|
+
'clients',
|
|
820
|
+
'sdk',
|
|
821
|
+
'sdks',
|
|
822
|
+
'integration',
|
|
823
|
+
'integrations',
|
|
824
|
+
'stripe',
|
|
825
|
+
'sendgrid',
|
|
826
|
+
's3',
|
|
827
|
+
'github',
|
|
828
|
+
'graphql',
|
|
829
|
+
'websocket',
|
|
830
|
+
'websockets',
|
|
831
|
+
'socket',
|
|
832
|
+
'sockets',
|
|
833
|
+
'connection',
|
|
834
|
+
'connections',
|
|
835
|
+
'rest',
|
|
836
|
+
'http',
|
|
837
|
+
'fetch',
|
|
838
|
+
'fetches',
|
|
839
|
+
'fetched',
|
|
840
|
+
'axios',
|
|
841
|
+
'external',
|
|
842
|
+
'service',
|
|
843
|
+
'services',
|
|
844
|
+
'upload',
|
|
845
|
+
'uploads',
|
|
846
|
+
'uploaded',
|
|
847
|
+
'sent',
|
|
848
|
+
'form',
|
|
849
|
+
'forms',
|
|
850
|
+
'submit',
|
|
851
|
+
'submits',
|
|
852
|
+
'submitted',
|
|
853
|
+
'loading',
|
|
854
|
+
'state',
|
|
855
|
+
'store',
|
|
856
|
+
'stores',
|
|
857
|
+
'stored',
|
|
858
|
+
'redux',
|
|
859
|
+
'slice',
|
|
860
|
+
'slices',
|
|
861
|
+
'selector',
|
|
862
|
+
'selectors',
|
|
863
|
+
'zustand',
|
|
864
|
+
'jotai',
|
|
865
|
+
'recoil',
|
|
866
|
+
'context',
|
|
867
|
+
'provider',
|
|
868
|
+
'providers',
|
|
869
|
+
'supplies',
|
|
870
|
+
'supplied',
|
|
871
|
+
'provides',
|
|
872
|
+
'provided',
|
|
873
|
+
'hook',
|
|
874
|
+
'hooks',
|
|
875
|
+
'react',
|
|
876
|
+
'mutation',
|
|
877
|
+
'mutations',
|
|
878
|
+
'sidebar',
|
|
879
|
+
'nav',
|
|
880
|
+
'navigation',
|
|
881
|
+
'menu',
|
|
882
|
+
'item',
|
|
883
|
+
'items',
|
|
884
|
+
'breadcrumb',
|
|
885
|
+
'breadcrumbs',
|
|
886
|
+
'layout',
|
|
887
|
+
'next',
|
|
888
|
+
'js',
|
|
889
|
+
'title',
|
|
890
|
+
'metadata',
|
|
891
|
+
'meta',
|
|
892
|
+
'empty',
|
|
893
|
+
'results',
|
|
894
|
+
'boundary',
|
|
895
|
+
'toast',
|
|
896
|
+
'notification',
|
|
897
|
+
'notifications',
|
|
898
|
+
'success',
|
|
899
|
+
'keyboard',
|
|
900
|
+
'shortcut',
|
|
901
|
+
'shortcuts',
|
|
902
|
+
'command',
|
|
903
|
+
'palette',
|
|
904
|
+
'action',
|
|
905
|
+
'actions',
|
|
906
|
+
'modal',
|
|
907
|
+
'opened',
|
|
908
|
+
'component',
|
|
909
|
+
'page',
|
|
910
|
+
'segment',
|
|
911
|
+
'segments',
|
|
912
|
+
'not',
|
|
913
|
+
'found',
|
|
914
|
+
'404',
|
|
915
|
+
'i18n',
|
|
916
|
+
'translation',
|
|
917
|
+
'translations',
|
|
918
|
+
'aria',
|
|
919
|
+
'label',
|
|
920
|
+
'button',
|
|
921
|
+
'buttons',
|
|
922
|
+
'focus',
|
|
923
|
+
'trap',
|
|
924
|
+
'design',
|
|
925
|
+
'token',
|
|
926
|
+
'tokens',
|
|
927
|
+
'tailwind',
|
|
928
|
+
'theme',
|
|
929
|
+
'themes',
|
|
930
|
+
'css',
|
|
931
|
+
'global',
|
|
932
|
+
'imported',
|
|
933
|
+
'style',
|
|
934
|
+
'styles',
|
|
935
|
+
'styled',
|
|
936
|
+
'class',
|
|
937
|
+
'classes',
|
|
938
|
+
'dark',
|
|
939
|
+
'mode',
|
|
940
|
+
'breakpoint',
|
|
941
|
+
'breakpoints',
|
|
942
|
+
'color',
|
|
943
|
+
'colors',
|
|
944
|
+
'input',
|
|
945
|
+
'validation',
|
|
946
|
+
'validate',
|
|
947
|
+
'validates',
|
|
948
|
+
'validator',
|
|
949
|
+
'schema',
|
|
950
|
+
'schemas',
|
|
951
|
+
'zod',
|
|
952
|
+
'params',
|
|
953
|
+
'param',
|
|
954
|
+
'query',
|
|
955
|
+
'queries',
|
|
956
|
+
'json',
|
|
957
|
+
'serialize',
|
|
958
|
+
'serializes',
|
|
959
|
+
'serialization',
|
|
960
|
+
'response',
|
|
961
|
+
'format',
|
|
962
|
+
'formats',
|
|
963
|
+
'formatting',
|
|
964
|
+
'date',
|
|
965
|
+
'transaction',
|
|
966
|
+
'transactions',
|
|
967
|
+
'wrap',
|
|
968
|
+
'wraps',
|
|
969
|
+
'started',
|
|
970
|
+
'database',
|
|
971
|
+
'db',
|
|
972
|
+
'lock',
|
|
973
|
+
'locks',
|
|
974
|
+
'locking',
|
|
975
|
+
'row',
|
|
976
|
+
'optimistic',
|
|
977
|
+
'unique',
|
|
978
|
+
'uniqueness',
|
|
979
|
+
'enforced',
|
|
980
|
+
'email',
|
|
981
|
+
'pagination',
|
|
982
|
+
'cursor',
|
|
983
|
+
'cursors',
|
|
984
|
+
'builds',
|
|
985
|
+
'feature',
|
|
986
|
+
'features',
|
|
987
|
+
'flag',
|
|
988
|
+
'flags',
|
|
989
|
+
'env',
|
|
990
|
+
'var',
|
|
991
|
+
'vars',
|
|
992
|
+
'variable',
|
|
993
|
+
'variables',
|
|
994
|
+
'process',
|
|
995
|
+
'processes',
|
|
996
|
+
'used',
|
|
997
|
+
'controls',
|
|
998
|
+
'control',
|
|
999
|
+
'error',
|
|
1000
|
+
'errors',
|
|
1001
|
+
'message',
|
|
1002
|
+
'messages',
|
|
1003
|
+
'throw',
|
|
1004
|
+
'throws',
|
|
1005
|
+
'thrown',
|
|
1006
|
+
'log',
|
|
1007
|
+
'logs',
|
|
1008
|
+
'logged',
|
|
1009
|
+
'logging',
|
|
1010
|
+
'metric',
|
|
1011
|
+
'metrics',
|
|
1012
|
+
'prometheus',
|
|
1013
|
+
'analytics',
|
|
1014
|
+
'event',
|
|
1015
|
+
'events',
|
|
1016
|
+
'alert',
|
|
1017
|
+
'alerts',
|
|
1018
|
+
'sentry',
|
|
1019
|
+
'datadog',
|
|
1020
|
+
'dashboard',
|
|
1021
|
+
'dashboards',
|
|
1022
|
+
'emit',
|
|
1023
|
+
'emits',
|
|
1024
|
+
'emitted',
|
|
1025
|
+
'send',
|
|
1026
|
+
'sends',
|
|
1027
|
+
'initialize',
|
|
1028
|
+
'initialise',
|
|
1029
|
+
'init',
|
|
1030
|
+
'rate',
|
|
1031
|
+
'rates',
|
|
1032
|
+
'limit',
|
|
1033
|
+
'limits',
|
|
1034
|
+
'limiting',
|
|
1035
|
+
'throttle',
|
|
1036
|
+
'throttling',
|
|
1037
|
+
'cache',
|
|
1038
|
+
'caches',
|
|
1039
|
+
'cached',
|
|
1040
|
+
'redis',
|
|
1041
|
+
'invalidate',
|
|
1042
|
+
'invalidates',
|
|
1043
|
+
'invalidated',
|
|
1044
|
+
'invalidation',
|
|
1045
|
+
'retry',
|
|
1046
|
+
'retries',
|
|
1047
|
+
'retried',
|
|
1048
|
+
'backoff',
|
|
1049
|
+
'timeout',
|
|
1050
|
+
'timeouts',
|
|
1051
|
+
'request',
|
|
1052
|
+
'requests',
|
|
1053
|
+
'failed',
|
|
1054
|
+
'set',
|
|
1055
|
+
'sets',
|
|
1056
|
+
'circuit',
|
|
1057
|
+
'breaker',
|
|
1058
|
+
'idempotency',
|
|
1059
|
+
'idempotent',
|
|
1060
|
+
'key',
|
|
1061
|
+
'keys',
|
|
1062
|
+
'signature',
|
|
1063
|
+
'signatures',
|
|
1064
|
+
'verified',
|
|
1065
|
+
'verify',
|
|
1066
|
+
'verification',
|
|
1067
|
+
'debounce',
|
|
1068
|
+
'debounced',
|
|
1069
|
+
'protect',
|
|
1070
|
+
'protects',
|
|
1071
|
+
'permission',
|
|
1072
|
+
'permissions',
|
|
1073
|
+
'role',
|
|
1074
|
+
'roles',
|
|
1075
|
+
'access',
|
|
1076
|
+
'admin',
|
|
1077
|
+
'guard',
|
|
1078
|
+
'guards',
|
|
1079
|
+
'authorization',
|
|
1080
|
+
'authorize',
|
|
1081
|
+
'authorized',
|
|
1082
|
+
'policy',
|
|
1083
|
+
'policies',
|
|
1084
|
+
'rbac',
|
|
1085
|
+
'require',
|
|
1086
|
+
'requires',
|
|
1087
|
+
'required',
|
|
1088
|
+
'login',
|
|
1089
|
+
'seed',
|
|
1090
|
+
'seeds',
|
|
1091
|
+
'data',
|
|
1092
|
+
'fixture',
|
|
1093
|
+
'fixtures',
|
|
1094
|
+
'mock',
|
|
1095
|
+
'mocks',
|
|
1096
|
+
'factory',
|
|
1097
|
+
'factories',
|
|
1098
|
+
'storybook',
|
|
1099
|
+
'story',
|
|
1100
|
+
'stories',
|
|
1101
|
+
'render',
|
|
1102
|
+
'renders',
|
|
1103
|
+
'rendered',
|
|
1104
|
+
'background',
|
|
1105
|
+
'job',
|
|
1106
|
+
'jobs',
|
|
1107
|
+
'cron',
|
|
1108
|
+
'scheduled',
|
|
1109
|
+
'schedule',
|
|
1110
|
+
'scheduler',
|
|
1111
|
+
'schedulers',
|
|
1112
|
+
'worker',
|
|
1113
|
+
'workers',
|
|
1114
|
+
'queue',
|
|
1115
|
+
'queues',
|
|
1116
|
+
'processor',
|
|
1117
|
+
'processors',
|
|
1118
|
+
'task',
|
|
1119
|
+
'tasks',
|
|
1120
|
+
'defined',
|
|
1121
|
+
'config',
|
|
1122
|
+
'configuration',
|
|
1123
|
+
'tsconfig',
|
|
1124
|
+
'typescript',
|
|
1125
|
+
'vite',
|
|
1126
|
+
'vitest',
|
|
1127
|
+
'jest',
|
|
1128
|
+
'babel',
|
|
1129
|
+
'webpack',
|
|
1130
|
+
'pnpm',
|
|
1131
|
+
'yarn',
|
|
1132
|
+
'npm',
|
|
1133
|
+
'package',
|
|
1134
|
+
'manager',
|
|
1135
|
+
'workspace',
|
|
1136
|
+
'workspaces',
|
|
1137
|
+
'lockfile',
|
|
1138
|
+
'lockfiles',
|
|
1139
|
+
'path',
|
|
1140
|
+
'paths',
|
|
1141
|
+
'alias',
|
|
1142
|
+
'aliases',
|
|
1143
|
+
'define',
|
|
1144
|
+
'defines',
|
|
1145
|
+
'migration',
|
|
1146
|
+
'migrations',
|
|
1147
|
+
'generated',
|
|
1148
|
+
'exist',
|
|
1149
|
+
'exists',
|
|
1150
|
+
'ran',
|
|
1151
|
+
'file',
|
|
1152
|
+
'files',
|
|
1153
|
+
'owner',
|
|
1154
|
+
'owners',
|
|
1155
|
+
'ownership',
|
|
1156
|
+
'owns',
|
|
1157
|
+
'team',
|
|
1158
|
+
'area',
|
|
1159
|
+
'ask',
|
|
1160
|
+
'help',
|
|
1161
|
+
'knows',
|
|
1162
|
+
'expert',
|
|
1163
|
+
'experts',
|
|
1164
|
+
'contact',
|
|
1165
|
+
'contacts',
|
|
1166
|
+
'doc',
|
|
1167
|
+
'docs',
|
|
1168
|
+
'document',
|
|
1169
|
+
'documentation',
|
|
1170
|
+
'documented',
|
|
1171
|
+
'readme',
|
|
1172
|
+
'examples',
|
|
1173
|
+
'example',
|
|
1174
|
+
'guide',
|
|
1175
|
+
'grep',
|
|
1176
|
+
'lookup',
|
|
1177
|
+
'symbol',
|
|
1178
|
+
],
|
|
1179
|
+
},
|
|
1180
|
+
{
|
|
1181
|
+
intent: 'Trace dataflow / find injection risk',
|
|
1182
|
+
category: 'Security',
|
|
1183
|
+
tool: 'projscan_dataflow',
|
|
1184
|
+
cli: 'projscan dataflow',
|
|
1185
|
+
what: 'Source-to-sink dataflow risks.',
|
|
1186
|
+
why: 'Spot request-data reaching dangerous sinks.',
|
|
1187
|
+
example: 'projscan dataflow --format json',
|
|
1188
|
+
keywords: [
|
|
1189
|
+
'dataflow',
|
|
1190
|
+
'taint',
|
|
1191
|
+
'security',
|
|
1192
|
+
'injection',
|
|
1193
|
+
'source',
|
|
1194
|
+
'sink',
|
|
1195
|
+
'sinks',
|
|
1196
|
+
'vulnerability',
|
|
1197
|
+
'sql',
|
|
1198
|
+
'xss',
|
|
1199
|
+
'secret',
|
|
1200
|
+
'secrets',
|
|
1201
|
+
'expose',
|
|
1202
|
+
'exposes',
|
|
1203
|
+
'exposed',
|
|
1204
|
+
'sanitize',
|
|
1205
|
+
'sanitized',
|
|
1206
|
+
'request',
|
|
1207
|
+
'data',
|
|
1208
|
+
'reach',
|
|
1209
|
+
'reaches',
|
|
1210
|
+
'exec',
|
|
1211
|
+
'auth',
|
|
1212
|
+
'bypass',
|
|
1213
|
+
'pii',
|
|
1214
|
+
'gdpr',
|
|
1215
|
+
'compliance',
|
|
1216
|
+
'personal',
|
|
1217
|
+
'customer',
|
|
1218
|
+
'email',
|
|
1219
|
+
'emails',
|
|
1220
|
+
'password',
|
|
1221
|
+
'token',
|
|
1222
|
+
'tokens',
|
|
1223
|
+
'leak',
|
|
1224
|
+
'leaks',
|
|
1225
|
+
'logged',
|
|
1226
|
+
'logging',
|
|
1227
|
+
'log',
|
|
1228
|
+
'logs',
|
|
1229
|
+
'store',
|
|
1230
|
+
'stores',
|
|
1231
|
+
'retention',
|
|
1232
|
+
'handled',
|
|
1233
|
+
'handles',
|
|
1234
|
+
'process',
|
|
1235
|
+
'processes',
|
|
1236
|
+
'processing',
|
|
1237
|
+
],
|
|
1238
|
+
},
|
|
1239
|
+
{
|
|
1240
|
+
intent: 'Get a fix for an issue',
|
|
1241
|
+
category: 'Fix',
|
|
1242
|
+
tool: 'projscan_fix_suggest',
|
|
1243
|
+
cli: 'projscan fix-suggest',
|
|
1244
|
+
what: 'Structured action prompt for an open issue.',
|
|
1245
|
+
why: 'Turn a detected issue into a concrete fix plan.',
|
|
1246
|
+
example: 'projscan fix-suggest <issue-id> --format json',
|
|
1247
|
+
keywords: ['fix', 'suggest', 'resolve', 'repair', 'remediate', 'how', 'issue'],
|
|
1248
|
+
},
|
|
1249
|
+
{
|
|
1250
|
+
intent: 'Explain an issue before fixing it',
|
|
1251
|
+
category: 'Fix',
|
|
1252
|
+
tool: 'projscan_explain_issue',
|
|
1253
|
+
cli: 'projscan explain-issue',
|
|
1254
|
+
what: 'Deep issue context: excerpt, related issues, past fixes, and suggested action.',
|
|
1255
|
+
why: 'Before fixing an issue, understand the surrounding code and prior fix evidence.',
|
|
1256
|
+
example: 'projscan explain-issue <issue-id> --format json',
|
|
1257
|
+
keywords: ['explain', 'issue', 'context', 'why', 'details', 'surrounding'],
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
intent: 'Orient on first use / set up projscan',
|
|
1261
|
+
category: 'Onboarding',
|
|
1262
|
+
tool: 'projscan_start',
|
|
1263
|
+
cli: 'projscan start',
|
|
1264
|
+
what: 'First-60-seconds orientation + next commands.',
|
|
1265
|
+
why: 'New to this repo or to projscan.',
|
|
1266
|
+
example: 'projscan start --format json',
|
|
1267
|
+
keywords: ['start', 'begin', 'setup', 'onboard', 'first', 'getting', 'started', 'new'],
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
intent: 'Plan the next agent work',
|
|
1271
|
+
category: 'Agent planning',
|
|
1272
|
+
tool: 'projscan_workplan',
|
|
1273
|
+
cli: 'projscan workplan',
|
|
1274
|
+
what: 'Ordered agent execution plan with verification.',
|
|
1275
|
+
why: 'Turn evidence into prioritized, verifiable tasks.',
|
|
1276
|
+
example: 'projscan workplan --mode bug_hunt --format json',
|
|
1277
|
+
keywords: [
|
|
1278
|
+
'plan',
|
|
1279
|
+
'workplan',
|
|
1280
|
+
'tasks',
|
|
1281
|
+
'do',
|
|
1282
|
+
'next',
|
|
1283
|
+
'continue',
|
|
1284
|
+
'keep',
|
|
1285
|
+
'going',
|
|
1286
|
+
'todo',
|
|
1287
|
+
'prioritize',
|
|
1288
|
+
'priorities',
|
|
1289
|
+
'roadmap',
|
|
1290
|
+
'implementation',
|
|
1291
|
+
'implementing',
|
|
1292
|
+
'build',
|
|
1293
|
+
'product',
|
|
1294
|
+
'products',
|
|
1295
|
+
'feature',
|
|
1296
|
+
'features',
|
|
1297
|
+
'strategy',
|
|
1298
|
+
'strategic',
|
|
1299
|
+
],
|
|
1300
|
+
},
|
|
1301
|
+
{
|
|
1302
|
+
intent: 'Brief the next agent',
|
|
1303
|
+
category: 'Agent planning',
|
|
1304
|
+
tool: 'projscan_agent_brief',
|
|
1305
|
+
cli: 'projscan agent-brief',
|
|
1306
|
+
what: 'Compact next-agent context packet with focus items, guardrails, and suggested next actions.',
|
|
1307
|
+
why: 'When handing work to another agent or developer and they need enough context to resume quickly.',
|
|
1308
|
+
example: 'projscan agent-brief --intent next_agent --format json',
|
|
1309
|
+
keywords: ['brief', 'handoff', 'next', 'agent', 'context', 'resume', 'guardrails'],
|
|
1310
|
+
},
|
|
1311
|
+
{
|
|
1312
|
+
intent: 'Resume from session context',
|
|
1313
|
+
category: 'Agent planning',
|
|
1314
|
+
tool: 'projscan_session',
|
|
1315
|
+
cli: 'projscan session',
|
|
1316
|
+
what: 'Durable session summary, touched files, and event log.',
|
|
1317
|
+
why: 'When resuming work or checking what prior agents and tools touched before editing again.',
|
|
1318
|
+
example: 'projscan session touched --format json',
|
|
1319
|
+
keywords: [
|
|
1320
|
+
'session',
|
|
1321
|
+
'touched',
|
|
1322
|
+
'touch',
|
|
1323
|
+
'resume',
|
|
1324
|
+
'leave',
|
|
1325
|
+
'left',
|
|
1326
|
+
'off',
|
|
1327
|
+
'last',
|
|
1328
|
+
'agent',
|
|
1329
|
+
'previous',
|
|
1330
|
+
'changed',
|
|
1331
|
+
'asleep',
|
|
1332
|
+
'slept',
|
|
1333
|
+
'away',
|
|
1334
|
+
'offline',
|
|
1335
|
+
'events',
|
|
1336
|
+
'history',
|
|
1337
|
+
],
|
|
1338
|
+
},
|
|
1339
|
+
{
|
|
1340
|
+
intent: 'Diagnose failing CI or tests',
|
|
1341
|
+
category: 'Regression',
|
|
1342
|
+
tool: 'projscan_regression_plan',
|
|
1343
|
+
cli: 'projscan regression-plan',
|
|
1344
|
+
what: 'Focused verification matrix for failing CI, tests, and regression signals.',
|
|
1345
|
+
why: 'When a PR or branch has failing CI/tests, choose the smallest proof loop before editing.',
|
|
1346
|
+
example: 'projscan regression-plan --level focused --format json',
|
|
1347
|
+
keywords: [
|
|
1348
|
+
'ci',
|
|
1349
|
+
'github',
|
|
1350
|
+
'action',
|
|
1351
|
+
'actions',
|
|
1352
|
+
'workflow',
|
|
1353
|
+
'workflows',
|
|
1354
|
+
'pipeline',
|
|
1355
|
+
'pipelines',
|
|
1356
|
+
'job',
|
|
1357
|
+
'jobs',
|
|
1358
|
+
'fail',
|
|
1359
|
+
'build',
|
|
1360
|
+
'builds',
|
|
1361
|
+
'failing',
|
|
1362
|
+
'lint',
|
|
1363
|
+
'typecheck',
|
|
1364
|
+
'typechecking',
|
|
1365
|
+
'install',
|
|
1366
|
+
'failed',
|
|
1367
|
+
'error',
|
|
1368
|
+
'errors',
|
|
1369
|
+
'failure',
|
|
1370
|
+
'failures',
|
|
1371
|
+
'debug',
|
|
1372
|
+
'stack',
|
|
1373
|
+
'trace',
|
|
1374
|
+
'production',
|
|
1375
|
+
'prod',
|
|
1376
|
+
'down',
|
|
1377
|
+
'outage',
|
|
1378
|
+
'triage',
|
|
1379
|
+
'incident',
|
|
1380
|
+
'runtime',
|
|
1381
|
+
'crash',
|
|
1382
|
+
'crashes',
|
|
1383
|
+
'crashing',
|
|
1384
|
+
'connection',
|
|
1385
|
+
'refused',
|
|
1386
|
+
'port',
|
|
1387
|
+
'ports',
|
|
1388
|
+
'eaddrinuse',
|
|
1389
|
+
'listen',
|
|
1390
|
+
'address',
|
|
1391
|
+
'permission',
|
|
1392
|
+
'denied',
|
|
1393
|
+
'enoent',
|
|
1394
|
+
'eresolve',
|
|
1395
|
+
'peer',
|
|
1396
|
+
'root',
|
|
1397
|
+
'cause',
|
|
1398
|
+
'returning',
|
|
1399
|
+
'returns',
|
|
1400
|
+
'log',
|
|
1401
|
+
'logs',
|
|
1402
|
+
'500',
|
|
1403
|
+
'502',
|
|
1404
|
+
'503',
|
|
1405
|
+
'504',
|
|
1406
|
+
'404',
|
|
1407
|
+
'403',
|
|
1408
|
+
'401',
|
|
1409
|
+
'smoke',
|
|
1410
|
+
'regression',
|
|
1411
|
+
'focused',
|
|
1412
|
+
'full',
|
|
1413
|
+
'verification',
|
|
1414
|
+
'verify',
|
|
1415
|
+
'agentflight',
|
|
1416
|
+
'agentloop',
|
|
1417
|
+
'agentloopkit',
|
|
1418
|
+
'harness',
|
|
1419
|
+
'checks',
|
|
1420
|
+
'proof',
|
|
1421
|
+
'prove',
|
|
1422
|
+
'commands',
|
|
1423
|
+
'command',
|
|
1424
|
+
'works',
|
|
1425
|
+
'push',
|
|
1426
|
+
'pushing',
|
|
1427
|
+
'run',
|
|
1428
|
+
'rerun',
|
|
1429
|
+
'test',
|
|
1430
|
+
'tests',
|
|
1431
|
+
'slow',
|
|
1432
|
+
'slower',
|
|
1433
|
+
'speed',
|
|
1434
|
+
'speedup',
|
|
1435
|
+
'faster',
|
|
1436
|
+
'benchmark',
|
|
1437
|
+
'benchmarks',
|
|
1438
|
+
'reproduce',
|
|
1439
|
+
'reproduces',
|
|
1440
|
+
'reproducing',
|
|
1441
|
+
'flake',
|
|
1442
|
+
'flaky',
|
|
1443
|
+
'flakes',
|
|
1444
|
+
'intermittent',
|
|
1445
|
+
'intermittently',
|
|
1446
|
+
'nondeterministic',
|
|
1447
|
+
'nondeterminism',
|
|
1448
|
+
'race',
|
|
1449
|
+
'condition',
|
|
1450
|
+
'stabilize',
|
|
1451
|
+
'stabilise',
|
|
1452
|
+
'quarantine',
|
|
1453
|
+
'pr',
|
|
1454
|
+
],
|
|
1455
|
+
},
|
|
1456
|
+
{
|
|
1457
|
+
intent: 'Find the scariest untested files',
|
|
1458
|
+
category: 'Tests',
|
|
1459
|
+
tool: 'projscan_coverage',
|
|
1460
|
+
cli: 'projscan coverage',
|
|
1461
|
+
what: 'Coverage gaps joined with hotspot risk.',
|
|
1462
|
+
why: 'Pick the next file that most deserves regression coverage.',
|
|
1463
|
+
example: 'projscan coverage --format json',
|
|
1464
|
+
keywords: [
|
|
1465
|
+
'coverage',
|
|
1466
|
+
'scariest',
|
|
1467
|
+
'untested',
|
|
1468
|
+
'uncovered',
|
|
1469
|
+
'test',
|
|
1470
|
+
'tests',
|
|
1471
|
+
'file',
|
|
1472
|
+
'files',
|
|
1473
|
+
'no',
|
|
1474
|
+
'missing',
|
|
1475
|
+
'without',
|
|
1476
|
+
'gap',
|
|
1477
|
+
'gaps',
|
|
1478
|
+
],
|
|
1479
|
+
},
|
|
1480
|
+
{
|
|
1481
|
+
intent: 'Prepare release readiness',
|
|
1482
|
+
category: 'Release',
|
|
1483
|
+
tool: 'projscan_release_train',
|
|
1484
|
+
cli: 'projscan release-train',
|
|
1485
|
+
what: 'Product-line release readiness evidence and next release actions.',
|
|
1486
|
+
why: 'Before tagging, deploying, publishing, or approving a release, collect readiness evidence and blockers.',
|
|
1487
|
+
example: 'projscan release-train --format json',
|
|
1488
|
+
keywords: [
|
|
1489
|
+
'release',
|
|
1490
|
+
'releasing',
|
|
1491
|
+
'deploy',
|
|
1492
|
+
'deploying',
|
|
1493
|
+
'deployed',
|
|
1494
|
+
'deployment',
|
|
1495
|
+
'ship',
|
|
1496
|
+
'shipping',
|
|
1497
|
+
'publish',
|
|
1498
|
+
'tag',
|
|
1499
|
+
'changelog',
|
|
1500
|
+
'sbom',
|
|
1501
|
+
'package',
|
|
1502
|
+
'readiness',
|
|
1503
|
+
'prepare',
|
|
1504
|
+
'check',
|
|
1505
|
+
'note',
|
|
1506
|
+
'notes',
|
|
1507
|
+
'draft',
|
|
1508
|
+
'entry',
|
|
1509
|
+
'summarize',
|
|
1510
|
+
'summary',
|
|
1511
|
+
'change',
|
|
1512
|
+
'changes',
|
|
1513
|
+
'changed',
|
|
1514
|
+
'since',
|
|
1515
|
+
'last',
|
|
1516
|
+
],
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
intent: 'Find bugs to fix',
|
|
1520
|
+
category: 'Agent planning',
|
|
1521
|
+
tool: 'projscan_bug_hunt',
|
|
1522
|
+
cli: 'projscan bug-hunt',
|
|
1523
|
+
what: 'Ranked action queue from doctor/preflight/hotspots.',
|
|
1524
|
+
why: 'Decide which bugs or sign-off actions to tackle first.',
|
|
1525
|
+
example: 'projscan bug-hunt --format json',
|
|
1526
|
+
keywords: [
|
|
1527
|
+
'bug',
|
|
1528
|
+
'bugs',
|
|
1529
|
+
'hunt',
|
|
1530
|
+
'queue',
|
|
1531
|
+
'defect',
|
|
1532
|
+
'broken',
|
|
1533
|
+
'first',
|
|
1534
|
+
'fastest',
|
|
1535
|
+
'quickest',
|
|
1536
|
+
'quick',
|
|
1537
|
+
'smallest',
|
|
1538
|
+
'small',
|
|
1539
|
+
'low',
|
|
1540
|
+
'lowest',
|
|
1541
|
+
'improve',
|
|
1542
|
+
'improvement',
|
|
1543
|
+
'useful',
|
|
1544
|
+
'easy',
|
|
1545
|
+
'beginner',
|
|
1546
|
+
'starter',
|
|
1547
|
+
'intern',
|
|
1548
|
+
'interns',
|
|
1549
|
+
'task',
|
|
1550
|
+
'tasks',
|
|
1551
|
+
'five',
|
|
1552
|
+
'minutes',
|
|
1553
|
+
'today',
|
|
1554
|
+
'find',
|
|
1555
|
+
'win',
|
|
1556
|
+
'wins',
|
|
1557
|
+
'fix',
|
|
1558
|
+
'pr',
|
|
1559
|
+
],
|
|
1560
|
+
},
|
|
1561
|
+
{
|
|
1562
|
+
intent: 'Inventory declared dependencies',
|
|
1563
|
+
category: 'Dependencies',
|
|
1564
|
+
tool: 'projscan_dependencies',
|
|
1565
|
+
cli: 'projscan dependencies',
|
|
1566
|
+
what: 'Declared production/dev dependency counts, risks, and workspace breakdown.',
|
|
1567
|
+
why: 'When a developer asks what packages the repo uses before changing supply-chain or package code.',
|
|
1568
|
+
example: 'projscan dependencies --format json',
|
|
1569
|
+
keywords: [
|
|
1570
|
+
'dependencies',
|
|
1571
|
+
'dependency',
|
|
1572
|
+
'deps',
|
|
1573
|
+
'package',
|
|
1574
|
+
'packages',
|
|
1575
|
+
'inventory',
|
|
1576
|
+
'declared',
|
|
1577
|
+
'supply-chain',
|
|
1578
|
+
'bundle',
|
|
1579
|
+
'bundles',
|
|
1580
|
+
'size',
|
|
1581
|
+
'sizes',
|
|
1582
|
+
'large',
|
|
1583
|
+
'heavy',
|
|
1584
|
+
'bloat',
|
|
1585
|
+
'bloated',
|
|
1586
|
+
'weight',
|
|
1587
|
+
'footprint',
|
|
1588
|
+
'reduce',
|
|
1589
|
+
'slim',
|
|
1590
|
+
'license',
|
|
1591
|
+
'licenses',
|
|
1592
|
+
'gpl',
|
|
1593
|
+
'copyleft',
|
|
1594
|
+
'third',
|
|
1595
|
+
'party',
|
|
1596
|
+
'notice',
|
|
1597
|
+
'notices',
|
|
1598
|
+
'open',
|
|
1599
|
+
'source',
|
|
1600
|
+
'compliance',
|
|
1601
|
+
],
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
intent: 'Map monorepo workspaces',
|
|
1605
|
+
category: 'Dependencies',
|
|
1606
|
+
tool: 'projscan_workspaces',
|
|
1607
|
+
cli: 'projscan workspaces',
|
|
1608
|
+
what: 'Detected monorepo workspace packages with names, paths, and versions.',
|
|
1609
|
+
why: 'When a developer asks which workspace/package owns code or where package-scoped work should start.',
|
|
1610
|
+
example: 'projscan workspaces --format json',
|
|
1611
|
+
keywords: [
|
|
1612
|
+
'workspace',
|
|
1613
|
+
'workspaces',
|
|
1614
|
+
'monorepo',
|
|
1615
|
+
'package',
|
|
1616
|
+
'packages',
|
|
1617
|
+
'map',
|
|
1618
|
+
'list',
|
|
1619
|
+
'owns',
|
|
1620
|
+
'contains',
|
|
1621
|
+
'put',
|
|
1622
|
+
'change',
|
|
1623
|
+
],
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
intent: 'Preview package upgrade impact',
|
|
1627
|
+
category: 'Dependencies',
|
|
1628
|
+
tool: 'projscan_upgrade',
|
|
1629
|
+
cli: 'projscan upgrade',
|
|
1630
|
+
what: 'Offline upgrade impact: version drift, CHANGELOG breaking markers, and importers.',
|
|
1631
|
+
why: 'Before bumping a package, see who imports it and whether the local changelog signals breakage.',
|
|
1632
|
+
example: 'projscan upgrade chalk --format json',
|
|
1633
|
+
keywords: [
|
|
1634
|
+
'upgrade',
|
|
1635
|
+
'bump',
|
|
1636
|
+
'update',
|
|
1637
|
+
'remove',
|
|
1638
|
+
'drop',
|
|
1639
|
+
'uninstall',
|
|
1640
|
+
'package',
|
|
1641
|
+
'dependency',
|
|
1642
|
+
'dependencies',
|
|
1643
|
+
'version',
|
|
1644
|
+
'breaking',
|
|
1645
|
+
],
|
|
1646
|
+
},
|
|
1647
|
+
{
|
|
1648
|
+
intent: 'Audit dependency vulnerabilities',
|
|
1649
|
+
category: 'Dependencies',
|
|
1650
|
+
tool: 'projscan_audit',
|
|
1651
|
+
cli: 'projscan audit',
|
|
1652
|
+
what: 'npm audit vulnerability summary with package-scoped findings.',
|
|
1653
|
+
why: 'When a developer asks about CVEs, vulnerable packages, or dependency security.',
|
|
1654
|
+
example: 'projscan audit --format json',
|
|
1655
|
+
keywords: [
|
|
1656
|
+
'audit',
|
|
1657
|
+
'cve',
|
|
1658
|
+
'cves',
|
|
1659
|
+
'vulnerable',
|
|
1660
|
+
'vulnerability',
|
|
1661
|
+
'vulnerabilities',
|
|
1662
|
+
'security',
|
|
1663
|
+
'secure',
|
|
1664
|
+
'safe',
|
|
1665
|
+
'dependency',
|
|
1666
|
+
'dependencies',
|
|
1667
|
+
'package',
|
|
1668
|
+
'packages',
|
|
1669
|
+
'npm',
|
|
1670
|
+
],
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
intent: 'Check dependency health / outdated / audit',
|
|
1674
|
+
category: 'Dependencies',
|
|
1675
|
+
tool: 'projscan_outdated',
|
|
1676
|
+
cli: 'projscan outdated',
|
|
1677
|
+
what: 'Outdated deps, audit, and upgrade preview.',
|
|
1678
|
+
why: 'Assess dependency freshness and vulnerabilities.',
|
|
1679
|
+
example: 'projscan outdated --format json',
|
|
1680
|
+
keywords: [
|
|
1681
|
+
'dependency',
|
|
1682
|
+
'dependencies',
|
|
1683
|
+
'outdated',
|
|
1684
|
+
'audit',
|
|
1685
|
+
'upgrade',
|
|
1686
|
+
'vulnerable',
|
|
1687
|
+
'package',
|
|
1688
|
+
'npm',
|
|
1689
|
+
],
|
|
1690
|
+
},
|
|
1691
|
+
];
|
|
1692
|
+
//# sourceMappingURL=intentRouterCatalog.js.map
|