MCPcopy
hub / github.com/codeaashu/claude-code / isRelevant

Function isRelevant

src/services/tips/tipRegistry.ts:101–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99 `Start with small features or bug fixes, tell Claude to propose a plan, and verify its suggested edits`,
100 cooldownSessions: 3,
101 async isRelevant() {
102 const config = getGlobalConfig()
103 return config.numStartups < 10
104 },
105 },
106 {
107 id: 'plan-mode-for-complex-tasks',

Callers

nothing calls this directly

Calls 9

getGlobalConfigFunction · 0.85
shouldOfferTerminalSetupFunction · 0.85
getPlatformFunction · 0.85
isVSCodeInstalledFunction · 0.85
isCursorInstalledFunction · 0.85
isWindsurfInstalledFunction · 0.85
getSortedIdeLockfilesFunction · 0.85
detectRunningIDEsCachedFunction · 0.85

Tested by

no test coverage detected