MCPcopy Create free account

hub / github.com/connorhpbrn/creed / functions

Functions1,383 in github.com/connorhpbrn/creed

↓ 6 callersFunctionresolveManagedCompanyCreedId
( client: unknown, user: User )
lib/creed-context.ts:80
↓ 6 callersFunctionresolveOwnedCompanyCreedId
( client: unknown, user: User )
lib/creed-context.ts:65
↓ 6 callersFunctionrunCompanyWrite
( state: CreedState, user: User, agentName: string, op: CompanyMcpOp )
app/mcp/route.ts:1462
↓ 6 callersFunctionsection
( id: string, name: string, accent: AccentKey, template: CreedSection["template"], content: string,
components/marketing/creed-app-demo.tsx:99
↓ 6 callersFunctionsectionToMarkdown
(section: CreedSection)
lib/creed-data.ts:1231
↓ 6 callersFunctiontoRelativeTime
(timestamp?: string | null)
lib/creed-backend.ts:225
↓ 6 callersFunctiontokenFields
(token: string)
lib/creed-backend.ts:569
↓ 5 callersFunctionactorName
(user: User)
lib/company-admin.ts:40
↓ 5 callersFunctionapplyDraft
* Apply a draft to the canonical section rows and record a version. Shared by * the direct-write path (companyMcpWrite / updateCompanySection) and pr
lib/company-sections.ts:378
↓ 5 callersFunctionassertNoError
(error: { message: string } | null, fallback: string)
lib/ai/persistence.ts:62
↓ 5 callersFunctionbuildCompanyOnboardingSections
( state: CompanyOnboardingState )
lib/onboarding/compile-company.ts:154
↓ 5 callersFunctioncancelClose
()
components/creed/review-pill.tsx:110
↓ 5 callersFunctionclearHighlights
()
components/creed/find-replace.tsx:145
↓ 5 callersFunctiondescribeActor
* Resolve the attribution for a write. A non-null `agentName` marks an agent * action; otherwise it is a human action. Mirrors lib/creed-attribution
lib/company-sections.ts:101
↓ 5 callersFunctiondraftContentHtml
(source: Record<string, unknown>)
app/mcp/route.ts:1487
↓ 5 callersFunctioneffectiveAgentPermission
( memberPermission: AgentPermission, agentMode: McpAgentMode, )
lib/creed-permissions.ts:149
↓ 5 callersFunctionerrorFor
(id: JsonRpcRequest["id"], code: number, message: string)
app/mcp/route.ts:483
↓ 5 callersFunctionescapeHtml
(value: string)
lib/creed-data.ts:572
↓ 5 callersFunctiongetConfiguredRepo
(versionControl?: { repo_owner?: string | null; repo_name?: string | null; branch?: string | null; pat
lib/github-version-control.ts:195
↓ 5 callersFunctiongetGitHubFileSnapshot
( accessToken: string, owner: string, repo: string, path: string, branch: string )
lib/github.ts:233
↓ 5 callersFunctiongetUserName
(user: User)
lib/creed-backend.ts:273
↓ 5 callersFunctioninline
(text: string)
lib/rich-text.ts:77
↓ 5 callersFunctionisPlainObject
(value: unknown)
lib/validation/creed-state.ts:7
↓ 5 callersFunctionmakeSection
( partial: Pick<CreedSection, "id" | "name" | "accent" | "content"> & { template?: CreedSection["templat
lib/onboarding/compile.ts:95
↓ 5 callersFunctionmemberName
(user: User)
lib/company-sections.ts:74
↓ 5 callersFunctionnormalizeProposalForSection
( proposal: Proposal, _section?: CreedSection, )
lib/creed-data.ts:561
↓ 5 callersFunctionnormalizeRichTextInput
(input: { contentHtml?: string; contentMarkdown?: string })
lib/rich-text.ts:262
↓ 5 callersFunctionnormalizeWhitespace
(value: string)
lib/onboarding/compile-company.ts:48
↓ 5 callersFunctionparseCreedMarkdown
(markdown: string)
lib/creed-markdown.ts:155
↓ 5 callersFunctionpersonalCreedId
(userId: string)
lib/ai/credits.ts:246
↓ 5 callersFunctionqualityFingerprint
(value: unknown)
components/creed/file-screen.tsx:158
↓ 5 callersFunctionrankMentionSections
( sections: readonly T[], query: string )
lib/panel/mentions.ts:18
↓ 5 callersFunctionrejectProposal
(proposalId: string)
components/creed/creed-provider.tsx:1622
↓ 5 callersFunctionresolveSecret
(encrypted?: string | null, label = "secret")
lib/creed-backend.ts:588
↓ 5 callersFunctionset
(key: keyof CompanyOnboardingState, value: string)
components/creed/company-onboarding-screen.tsx:93
↓ 5 callersFunctionsetFileIntent
( intent: | { type: "section"; sectionId: string } | { type: "compose" } | { type: "prop
components/creed/shell.tsx:287
↓ 5 callersFunctionuniqueLocalId
(prefix: string)
components/creed/creed-provider.tsx:198
↓ 5 callersFunctionupdateSectionMeta
( section: CreedSection, actor: string, type: "user" | "agent", )
components/creed/creed-provider.tsx:119
↓ 5 callersFunctionwithAuthenticatedGitHubAccess
( operation: ( context: Awaited<ReturnType<typeof requireAuthenticatedGitHubAccess>> ) => Promise<T> )
lib/github-version-control.ts:148
↓ 4 callersFunctionacceptProposal
(proposalId: string)
components/creed/creed-provider.tsx:1326
↓ 4 callersFunctionactivity
( creedId: string, user: User, summary: string, eventKind: string, )
lib/company-admin.ts:50
↓ 4 callersFunctionadmin
()
lib/company-github.ts:37
↓ 4 callersFunctionapply
(theme: Theme)
components/creed/theme-provider.tsx:23
↓ 4 callersFunctionbuildMcpUrl
()
lib/creed-backend.ts:630
↓ 4 callersFunctionbuildVisibleCreedMarkdown
(sections: CreedSection[])
lib/creed-data.ts:1370
↓ 4 callersFunctionbumpSectionRevisionMap
( revisions: CreedState["sectionRevisions"], sectionId: string, )
components/creed/creed-provider.tsx:321
↓ 4 callersFunctioncanManageSectionsLifecycle
(role: CreedRole)
lib/creed-permissions.ts:118
↓ 4 callersFunctioncanRunAnalysis
(role: CreedRole)
lib/creed-permissions.ts:123
↓ 4 callersFunctionclampScore
(value: unknown)
lib/ai/quality.ts:135
↓ 4 callersFunctionclearAgentRun
()
lib/panel/agent-runner.ts:86
↓ 4 callersFunctionclip
(text: string, max: number)
lib/panel/actions.ts:166
↓ 4 callersFunctionderiveLegacyNote
(items: string[] | undefined, fallbackTitle: string)
lib/ai/quality.ts:268
↓ 4 callersFunctiondownloadFile
(filename: string, content: string, type: string)
components/creed/panel.tsx:227
↓ 4 callersFunctionfailed
()
lib/panel/agent-execute.ts:342
↓ 4 callersFunctionfileProposal
(params: { sectionId: string; sectionName: string; accent: AccentKey; draft: ProposalDraft;
lib/panel/agent-execute.ts:127
↓ 4 callersFunctiongenerateOpaqueToken
(prefix: string)
lib/oauth.ts:78
↓ 4 callersFunctiongetAvatarUrl
(user: User)
lib/creed-backend.ts:284
↓ 4 callersFunctiongetGitHubOAuthAppCredentials
()
lib/github.ts:85
↓ 4 callersFunctiongetOAuthClient
(clientId: string)
lib/oauth.ts:158
↓ 4 callersFunctiongetSupabasePublishableKey
()
lib/supabase/env.ts:5
↓ 4 callersFunctionhtmlToText
(value: string)
components/creed/inline-proposal-diff.tsx:86
↓ 4 callersFunctioninferAgentIconKind
(agentName?: string | null)
lib/creed-backend.ts:655
↓ 4 callersFunctionisSupabaseTableMissingError
(error: unknown)
lib/creed-backend-errors.ts:1
↓ 4 callersFunctionloadActiveCreedState
( client: unknown, user: User, active: { creedId: string; role: CreedRole; creeds: CreedSwit
lib/creed-backend.ts:1388
↓ 4 callersFunctionnormalizeHtmlWhitespace
(html: string)
lib/rich-text.ts:244
↓ 4 callersFunctionnormalizeNote
(value: unknown, fallbackTitle?: string)
lib/ai/quality.ts:239
↓ 4 callersFunctionnormalizeWhitespace
(value: string)
lib/onboarding/compile.ts:34
↓ 4 callersFunctionpush
(entry: Omit<ActivityEntry, "dayLabel" | "timeLabel" | "actorType">)
lib/panel/agent-execute.ts:369
↓ 4 callersFunctionreadAiSettings
(client: unknown, userId: string)
lib/ai/persistence.ts:78
↓ 4 callersFunctionrecordConnectionUsage
( client: unknown, userId: string, integrationId?: string | null, agentName?: string | null, observe
lib/creed-backend.ts:2068
↓ 4 callersFunctionrecordOutcome
(next: Omit<QualityOutcome, "id">)
lib/ai/quality-runner.ts:71
↓ 4 callersFunctionredactError
(error: unknown)
app/api/health/route.ts:212
↓ 4 callersFunctionrenderInline
(text: string, anim: Anim)
components/creed/rich-answer.tsx:77
↓ 4 callersFunctionresolveMemberCompanyCreed
( client: unknown, user: User )
lib/creed-context.ts:99
↓ 4 callersFunctionresolveMemberCompanyCreedById
( client: unknown, user: User, creedId: string )
lib/creed-context.ts:117
↓ 4 callersFunctionresolveSeatPriceId
(cadence: PurchaseCadence)
lib/stripe.ts:139
↓ 4 callersFunctionrunSectionMutation
( request: Request, state: CreedState, kind: MutationKind, section: CreedSection, payload: { con
app/mcp/route.ts:1562
↓ 4 callersFunctionsectionAccent
(accent: string)
components/creed/company-settings.tsx:79
↓ 4 callersFunctionsectionUseDirectEdit
(section: CreedSection)
app/mcp/route.ts:1447
↓ 4 callersFunctionstamp
(section: CreedSection)
lib/panel/agent-execute.ts:79
↓ 4 callersFunctionstart
(controller)
app/api/app/ai/agent/route.ts:124
↓ 4 callersFunctiontoListItems
(value: string, limit: number)
lib/onboarding/compile-company.ts:80
↓ 4 callersFunctiontoRuleLines
(value: string, limit: number)
lib/onboarding/compile-company.ts:93
↓ 4 callersFunctionupsertGitHubIntegration
( client: unknown, userId: string, input: { status?: "connected" | "not-connected" | "disconnected";
lib/creed-backend.ts:455
↓ 4 callersFunctionuseLandingAuthState
(configured: boolean = true)
components/marketing/use-landing-auth-state.ts:17
↓ 4 callersFunctionwithCompanyGitHubAccess
( creedId: string, operation: (accessToken: string) => Promise<T> )
lib/company-github.ts:213
↓ 3 callersFunctionapplySectionPatch
(section: CreedSection, patch: DirectSectionPatch, agentName: string)
app/api/creed/write/route.ts:198
↓ 3 callersFunctionassertNoError
(error: { message: string } | null, fallback: string)
lib/ai/quality.ts:113
↓ 3 callersFunctionbackToSettings
( origin: string, param: "github" | "teamGithub", reason: string )
app/api/app/github/authorize/route.ts:23
↓ 3 callersFunctionbadRequest
(message: string)
app/authorize/decision/route.ts:20
↓ 3 callersFunctionbuildConnectionDefinitions
()
lib/creed-backend.ts:702
↓ 3 callersFunctioncallOpenRouter
({ apiKey, modelId, messages, maxTokens, temperature = 0.2, timeoutMs = 90000, responseFormat,
lib/ai/openrouter.ts:210
↓ 3 callersFunctioncanManageMembers
(role: CreedRole)
lib/creed-permissions.ts:113
↓ 3 callersFunctioncancelActiveSubscriptionsForCustomer
(customerId: string)
lib/stripe.ts:674
↓ 3 callersFunctioncancelClose
()
components/creed/file-quality-ui.tsx:29
↓ 3 callersFunctionclearSettingsUsageCache
()
components/creed/settings-preload.ts:227
↓ 3 callersFunctioncompanyIsWritable
(state: CompanyAccessState)
lib/creed-permissions.ts:194
↓ 3 callersFunctioncompanyNameFromOnboarding
(state: CompanyOnboardingState)
lib/onboarding/compile-company.ts:199
↓ 3 callersFunctioncomputeOverallScore
(sections: Array<{ sectionId: string; score: number }>)
lib/ai/quality.ts:189
↓ 3 callersFunctiondeductCompanyCredits
({ creedId, spentBy, costUsd, feature, modelId, }: { creedId: string; spentBy: string; costUsd
lib/ai/credits.ts:617
← previousnext →101–200 of 1,383, ranked by callers