| LOW | evals/swebench/run-batch.py | 49 | def extract_oauth_credentials() -> Path | None: |
| LOW | evals/swebench/summarize.py | 13 | def load_expected_instance_ids(predictions_path: Path) -> list[str]: |
| LOW | openclaw/src/index.ts | 649 | function shouldSkipDuplicatePromptInit(contentSessionId: string, project: string, prompt: string): boolean { |
| LOW | plans/05-observer-tool-enforcement.md | 347 | export function recordObserverToolAttempt(attempt: ObserverToolAttempt): void { |
| LOW | plans/06-worker-env-isolation.md | 293 | function classifyClaudeProviderError(input: { cause: unknown }): ClassifiedProviderError { |
| LOW | plans/2026-04-30-onboarding-ux-overhaul.md | 206 | export function getFirstObservationCreatedAt(db: SessionStore): string | null { |
| LOW | plans/2026-04-29-installer-streamline.md | 65 | export async function installPluginDependencies(targetDir: string, bunPath: string): Promise<void>; |
| LOW | plans/02-spawn-contract-templating.md | 300 | export function getWorkerServiceAbsolutePath(): string; |
| LOW | plans/02-spawn-contract-templating.md | 303 | export function getVersionCheckAbsolutePath(): string; // for completeness; currently unused by installers |
| LOW | plans/02-spawn-contract-templating.md | 304 | export function getPluginRootAbsolutePath(): string; // returns the plugin root used by the helpers above |
| LOW | plans/04-installer-transparency.md | 370 | async function runNpmInstallInMarketplace(summary: InstallSummary): Promise<void> { |
| LOW | tests/install-non-tty.test.ts | 213 | expect(codexInstallerSource).toContain('function removeCodexAgentsMdContext(): boolean'); |
| LOW | tests/install-non-tty.test.ts | 214 | expect(codexInstallerSource).toContain('function disableCodexTranscriptAgentsContext(): boolean'); |
| LOW | tests/claude-provider-resume.test.ts | 4 | function shouldPassResumeParameter(session: { |
| LOW | tests/context/observation-compiler.test.ts | 24 | function createTestSummaryTimelineItem(overrides: Partial<SummaryTimelineItem> = {}): SummaryTimelineItem { |
| LOW | tests/sqlite/data-integrity.test.ts | 30 | function createSessionWithMemoryId(db: Database, contentSessionId: string, memorySessionId: string, project: string = 't |
| LOW | tests/sqlite/transactions.test.ts | 55 | function createSessionWithMemoryId(contentSessionId: string, memorySessionId: string, project: string = 'test-project' |
| LOW | tests/sqlite/observations.test.ts | 42 | function createSessionWithMemoryId(contentSessionId: string, memorySessionId: string, project: string = 'test-project' |
| LOW | tests/sqlite/summaries.test.ts | 38 | function createSessionWithMemoryId(contentSessionId: string, memorySessionId: string, project: string = 'test-project' |
| LOW | tests/storage/postgres/postgres-storage.test.ts | 823 | async function createFixtureScopeWithEventJob(storage: PostgresStorageRepositories) { |
| LOW | …/worker/http/routes/search-routes-welcome-hint.test.ts | 34 | function captureContextInjectHandler(routes: SearchRoutes): (req: Request, res: Response) => void { |
| LOW | …es/sqlite/observations-by-file-path-candidates.test.ts | 24 | function seedObservationWithReadPath(readPath: string, sessionSuffix: string): number { |
| LOW | …vices/sqlite/observations/store-subagent-label.test.ts | 36 | function createSessionWithMemoryId( |
| LOW | plugin/scripts/bun-runner.js | 63 | function isPluginDisabledInClaudeSettings() { |
| LOW | scripts/regenerate-claude-md.ts | 91 | function walkDirectoriesWithIgnore(dir: string, folders: Set<string>, depth: number = 0): void { |
| LOW | scripts/regenerate-claude-md.ts | 193 | function formatObservationsForClaudeMd(observations: ObservationRow[], folderPath: string): string { |
| LOW | scripts/regenerate-claude-md.ts | 240 | function writeClaudeMdToFolderForRegenerate(folderPath: string, newContent: string): void { |
| LOW | scripts/regenerate-claude-md.ts | 261 | function cleanupAutoGeneratedFiles(workingDir: string, dryRun: boolean): void { |
| LOW | scripts/build-hooks.js | 127 | async function verifyShellTemplateCanonical() { |
| LOW | scripts/translate-readme/examples.ts | 4 | async function translateToCommonLanguages(): Promise<void> { |
| LOW | src/ui/viewer/components/WelcomeCard.tsx | 11 | export function getStoredWelcomeDismissed(): boolean { |
| LOW | src/ui/viewer/components/WelcomeCard.tsx | 20 | export function setStoredWelcomeDismissed(dismissed: boolean): void { |
| LOW | src/server/middleware/postgres-auth.ts | 29 | export function requirePostgresServerAuth( |
| LOW | src/server/middleware/postgres-auth.ts | 192 | function hasForwardedClientHeaders(req: Request): boolean { |
| LOW | src/server/middleware/auth.ts | 118 | function hasForwardedClientHeaders(req: Request): boolean { |
| LOW | src/server/auth/sqlite-api-key-service.ts | 98 | export function verifyRawKeyAgainstStoredHash(rawKey: string, storedHash: string): boolean { |
| LOW | src/server/auth/sqlite-api-key-service.ts | 125 | export function upgradeLegacyKeyHashIfNeeded( |
| LOW | src/server/auth/sqlite-api-key-service.ts | 141 | export function migrateServerApiKeyScopes( |
| LOW | src/server/runtime/SessionGenerationPolicy.ts | 43 | export function resolveSessionGenerationPolicy( |
| LOW | src/server/runtime/SessionGenerationPolicy.ts | 83 | export function buildEnqueueEventDecision( |
| LOW | src/server/runtime/SessionGenerationPolicy.ts | 146 | export async function scheduleDebouncedEventJob( |
| LOW | src/server/runtime/ServerSessionRuntimeRepository.ts | 159 | export function createServerSessionRuntimeRepository( |
| LOW | src/server/runtime/ServerBetaService.ts | 449 | export function assertServerRuntimeForCli( |
| LOW | src/server/runtime/ServerBetaService.ts | 622 | export async function migrateServerBetaApiKeyScopes(argv: string[]): Promise<void> { |
| LOW | src/server/runtime/ServerBetaService.ts | 666 | export function serializeActiveServerKeyRow(row: ServerKeyRow): Record<string, unknown> { |
| LOW | src/server/runtime/ServerBetaService.ts | 827 | export async function runServerBetaGenerationWorker(): Promise<void> { |
| LOW | src/server/runtime/ServerBetaService.ts | 915 | function readServerBetaRuntimeState(): ServerBetaRuntimeState | null { |
| LOW | src/server/runtime/create-server-beta-service.ts | 216 | function buildGenerationWorkerManager( |
| LOW | src/server/runtime/create-server-beta-service.ts | 239 | function buildServerGenerationProviderFromEnv(): ServerGenerationProvider | null { |
| LOW | src/server/queue/redis-config.ts | 22 | export function getObservationQueueEngineName(): ObservationQueueEngineName { |
| LOW | src/server/jobs/types.ts | 147 | export function assertServerGenerationJobPayload( |
| LOW | src/server/routes/v1/ServerV1PostgresRoutes.ts | 1475 | function parseGenericJobListingQuery(req: Request): { |
| LOW | src/server/routes/v1/ServerV1PostgresRoutes.ts | 1719 | function serializeObservationWithSource(row: ObservationWithSourceRow): Record<string, unknown> { |
| LOW | src/server/routes/v1/ServerV1PostgresRoutes.ts | 1762 | function serializeJobStatusResponse( |
| LOW | src/server/routes/v1/ServerV1PostgresRoutes.ts | 1780 | function serializeGenerationJobStatus( |
| LOW | src/server/generation/processGeneratedResponse.ts | 332 | export async function processSessionSummaryResponse( |
| LOW | …rver/generation/providers/ClaudeObservationProvider.ts | 166 | export function classifyClaudeServerError(input: ClassifyInput): ServerClassifiedProviderError { |
| LOW | …er/generation/providers/shared/error-classification.ts | 77 | export function classifyHttpProviderError(input: ClassifyHttpInput): ServerClassifiedProviderError { |
| LOW | …c/server/generation/providers/shared/prompt-builder.ts | 42 | export function buildServerGenerationPrompt( |
| LOW | …c/server/generation/providers/shared/prompt-builder.ts | 141 | function buildObservationOutputSchema(mode: ModeConfig | { observation_types: ReadonlyArray<Pick<ObservationType, 'id'>> |
| 161 more matches not shown… |