MCPcopy Create free account

hub / github.com/connorhpbrn/creed / functions

Functions1,383 in github.com/connorhpbrn/creed

↓ 1 callersFunctionapplyLegacyGovernedEdit
( section: CreedSection, draft: LegacyGovernedDraft, agentName: string )
app/api/creed/write/route.ts:214
↓ 1 callersFunctionapplyLifetimeSeatPurchase
( session: Stripe.Checkout.Session, )
lib/company-billing.ts:511
↓ 1 callersFunctionarchiveCreed
()
components/creed/creed-provider.tsx:1232
↓ 1 callersFunctionarchiveSection
(sectionId: string)
components/creed/creed-provider.tsx:1204
↓ 1 callersFunctionassertWebhookSignature
( rawBody: string, signatureHeader: string | null, webhookSecret: string )
lib/stripe.ts:188
↓ 1 callersFunctionbase64UrlSha256
(input: string)
lib/oauth.ts:82
↓ 1 callersFunctionbuildAfterTextFromLegacyDraft
(draft: LegacyGovernedDraft)
app/api/creed/write/route.ts:238
↓ 1 callersFunctionbuildAfterTextFromPatch
(patch: DirectSectionPatch)
app/api/creed/write/route.ts:269
↓ 1 callersFunctionbuildAgentContractPrologue
(docsUrl: string)
lib/creed-data.ts:1388
↓ 1 callersFunctionbuildAgentPayloadForToken
( client: unknown, token: string, integrationId?: string | null, )
lib/creed-backend.ts:2231
↓ 1 callersFunctionbuildAgentResponseFormat
()
lib/panel/agent.ts:310
↓ 1 callersFunctionbuildAgentSystemPrompt
()
lib/panel/agent.ts:234
↓ 1 callersFunctionbuildAgentUserPrompt
({ query, sections, archived, mentioned, }: { query: string; sections: Array<{ id: string; name: s
lib/panel/agent.ts:246
↓ 1 callersFunctionbuildAskMessages
({ query, page, sections, proposals, mentioned, history, }: { query: string; page: string; s
lib/panel/actions.ts:318
↓ 1 callersFunctionbuildCompanyComposePrompt
(sections: CreedSection[], companyName: string)
lib/creed-prompts.ts:42
↓ 1 callersFunctionbuildComposePrompt
(sections: CreedSection[])
lib/creed-prompts.ts:22
↓ 1 callersFunctionbuildDayWindow
(range: McpHealthRange)
lib/mcp-health.ts:112
↓ 1 callersFunctionbuildDirectEditUrl
()
lib/creed-backend.ts:698
↓ 1 callersFunctionbuildGitHubAuthorizeUrl
(args: { clientId: string; redirectUri: string; state: string; scopes?: string; })
lib/github.ts:107
↓ 1 callersFunctionbuildHiddenAgentGuidanceMarkdown
(options?: { proposalUrl?: string; proposalToken?: string; directEditUrl?: string; directEditToken?: s
lib/creed-data.ts:1468
↓ 1 callersFunctionbuildOnboardingPreviewSections
(draft: OnboardingPreviewDraft)
lib/onboarding/compile.ts:133
↓ 1 callersFunctionbuildPanelResponseFormat
()
lib/panel/actions.ts:341
↓ 1 callersFunctionbuildProposalUrl
()
lib/creed-backend.ts:694
↓ 1 callersFunctionbuildQualityPrompt
( sections: CreedSection[], targetSectionIds: string[], scope: QualityScope = "personal", )
lib/ai/quality-rubric.ts:111
↓ 1 callersFunctionbuildQualityResponseFormat
()
lib/ai/quality-rubric.ts:215
↓ 1 callersFunctionbuildWritePolicy
(state: CreedState)
app/mcp/route.ts:590
↓ 1 callersFunctionbuyCompanySeats
(params: { creedId: string; quantity: number; baseUrl: string; })
lib/company-billing.ts:358
↓ 1 callersFunctioncadenceLabel
(plan: PlanCard)
components/creed/billing-dialog.tsx:48
↓ 1 callersFunctionchangeAiMode
(mode: AiMode)
components/creed/company-settings.tsx:888
↓ 1 callersFunctionchangeRole
(userId: string, newRole: "admin" | "member")
components/creed/company-settings.tsx:746
↓ 1 callersFunctioncheckSession
()
components/auth/auth-screen.tsx:137
↓ 1 callersFunctionchipStyle
(accent: AccentKey)
components/creed/mention-input.tsx:52
↓ 1 callersFunctionclaimOnboardingPreview
(sections: CreedSection[])
components/creed/creed-provider.tsx:1811
↓ 1 callersFunctioncleanInline
(value: string)
lib/onboarding/compile.ts:38
↓ 1 callersFunctioncleanName
(name: string)
components/creed/mcp-health-dashboard.tsx:103
↓ 1 callersFunctioncleanupExpired
(now: number)
lib/rate-limit.ts:29
↓ 1 callersFunctionclearAiKey
()
components/creed/company-settings.tsx:876
↓ 1 callersFunctionclearAllSettingsCaches
()
components/creed/settings-preload.ts:99
↓ 1 callersFunctionclearCompanyGitHubIntegration
(creedId: string)
lib/company-github.ts:118
↓ 1 callersFunctionclearGitHubIntegration
(client: unknown, userId: string)
lib/creed-backend.ts:496
↓ 1 callersFunctionclearSections
()
components/creed/creed-provider.tsx:1259
↓ 1 callersFunctionclearSettingsRepoCache
()
components/creed/settings-preload.ts:153
↓ 1 callersFunctionclientIp
(request: Request | undefined)
lib/audit-log.ts:41
↓ 1 callersFunctioncloneSection
(section: CreedSection)
components/creed/creed-provider.tsx:180
↓ 1 callersFunctioncollapseMonthlySpend
(transactions: CreditTransaction[])
components/creed/credits-history-dialog.tsx:34
↓ 1 callersFunctioncollectMatches
(container: HTMLElement, term: string)
components/creed/find-replace.tsx:96
↓ 1 callersFunctioncompanyCreditTopup
({ creedId, amountMicro, paymentIntentId, }: { creedId: string; amountMicro: number; paymentIntent
lib/ai/credits.ts:675
↓ 1 callersFunctioncompanyFeatures
(cycle: BillingCycle)
components/marketing/pricing-page-view.tsx:58
↓ 1 callersFunctioncompanyOpForAction
( action: AgentAction, byId: (id: string) => CreedSection | undefined )
lib/panel/agent-execute.ts:437
↓ 1 callersFunctioncompanyOpFromDraft
(state: CreedState, args: Record<string, unknown>)
app/mcp/route.ts:1495
↓ 1 callersFunctioncompanyOpFromOperation
(state: CreedState, args: Record<string, unknown>)
app/mcp/route.ts:1525
↓ 1 callersFunctioncompileOnboardingDraft
(onboarding: OnboardingState)
lib/onboarding/compile.ts:79
↓ 1 callersFunctionconsumeSettingsPanelIntent
()
lib/panel/settings-intent.ts:34
↓ 1 callersFunctioncopy
()
components/marketing/how-it-works-demos.tsx:142
↓ 1 callersFunctioncopyValue
(key: string, value: string)
components/creed/file-screen.tsx:1405
↓ 1 callersFunctioncopyValue
(key: string, value: string)
components/creed/connections-screen.tsx:22
↓ 1 callersFunctioncreateCompanySection
(params: { creedId: string; user: User; name: string; contentHtml?: string; accent?: string; inser
lib/company-sections.ts:736
↓ 1 callersFunctioncreateInvite
(params: { creedId: string; actorUserId: string; email: string; role: "admin" | "member"; })
lib/company-invites.ts:114
↓ 1 callersFunctioncreateNewSection
( input: CreateSectionInput, agentName: string, defaultPermission: AgentPermission )
app/api/creed/write/route.ts:242
↓ 1 callersFunctioncreditTopup
({ userId, amountMicro, paymentIntentId, }: { userId: string; amountMicro: number; paymentIntentId
lib/ai/credits.ts:650
↓ 1 callersFunctiondeclineInvite
(token: string, user: User)
lib/company-invites.ts:348
↓ 1 callersFunctiondedupe
(items: string[])
lib/onboarding/compile.ts:59
↓ 1 callersFunctiondedupeAgents
(agents: AgentLike[])
components/creed/agent-icon-stack.tsx:29
↓ 1 callersFunctiondedupeMoneyInRows
(rows: CreditRow[])
lib/ai/credits.ts:146
↓ 1 callersFunctiondefaultReasonFor
(kind: MutationKind)
app/mcp/route.ts:1743
↓ 1 callersFunctiondeleteAccount
()
components/creed/creed-provider.tsx:1778
↓ 1 callersFunctiondeleteArchivedSection
(sectionId: string)
components/creed/company-settings.tsx:728
↓ 1 callersFunctiondeleteCompany
(params: { creedId: string; actor: User; })
lib/company-admin.ts:384
↓ 1 callersFunctiondeleteCompanySection
(params: { creedId: string; user: User; sectionId: string; })
lib/company-sections.ts:1400
↓ 1 callersFunctiondescribeProposal
Proportional diff labels + a summary line for a proposed change.
lib/company-sections.ts:675
↓ 1 callersFunctiondirectEditAsProposalBody
( state: CreedState, args: Record<string, unknown>, agentName: string )
app/mcp/route.ts:1382
↓ 1 callersFunctiondirectSummary
(op: CompanyMcpOp, label: string, name: string)
lib/company-sections.ts:1140
↓ 1 callersFunctiondispatchSettingsPanelIntent
()
lib/panel/settings-intent.ts:29
↓ 1 callersFunctiondownloadFile
(filename: string, content: string, type: string)
components/creed/file-screen.tsx:1416
↓ 1 callersFunctiondraftForOp
Translate an agent op into a stored draft. append merges into current body.
lib/company-sections.ts:1112
↓ 1 callersFunctioneditDraft
(action: AgentAction)
lib/panel/agent-execute.ts:347
↓ 1 callersFunctioneditProposal
(p: Proposal)
components/creed/file-screen.tsx:3074
↓ 1 callersFunctionemailBelongsToMember
* True if the email already belongs to a member of this Creed. Fails CLOSED: * if any auth lookup errors we can't rule out a match, so we throw rathe
lib/company-invites.ts:64
↓ 1 callersFunctionensureHighlightStyles
()
components/creed/find-replace.tsx:62
↓ 1 callersFunctionensureSeeded
()
components/creed/company-onboarding-screen.tsx:134
↓ 1 callersFunctionevidenceRange
(tags: string[], hasGap: boolean)
lib/ai/quality.ts:149
↓ 1 callersFunctionexchangeGitHubOAuthCode
(args: { credentials: GitHubOAuthCredentials; code: string; redirectUri: string; })
lib/github.ts:127
↓ 1 callersFunctionexecuteAgentActions
({ user, actions, state: preloaded, }: { user: User; actions: AgentAction[]; state?: CreedState; }
lib/panel/agent-execute.ts:87
↓ 1 callersFunctionexecuteCompanyAgentActions
({ user, creedId, actions, sections, }: { user: User; creedId: string; actions: AgentAction[];
lib/panel/agent-execute.ts:480
↓ 1 callersFunctionexitToPersonal
()
components/creed/company-onboarding-screen.tsx:101
↓ 1 callersFunctionextractContent
(payload: OpenRouterResponse)
lib/ai/openrouter.ts:28
↓ 1 callersFunctionfallbackGapFromTags
(tags: string[])
lib/ai/quality.ts:161
↓ 1 callersFunctionfallbackGrantDate
(rows: CreditRow[])
lib/ai/credits.ts:113
↓ 1 callersFunctionfeatureMeta
(feature: string)
lib/ai/features.ts:34
↓ 1 callersFunctionfenceSafe
(text: string)
lib/panel/actions.ts:171
↓ 1 callersFunctionfenceSafe
(text: string)
lib/panel/agent.ts:232
↓ 1 callersFunctionfileProposalEdit
(sectionId: string, content: string)
components/creed/creed-provider.tsx:856
↓ 1 callersFunctionfindOAuthAccessToken
( token: string )
lib/oauth.ts:362
↓ 1 callersFunctionfindUserIdByDirectEditToken
( client: unknown, token: string, )
lib/creed-backend.ts:2145
↓ 1 callersFunctionfindUserIdByProposalToken
( client: unknown, token: string, )
lib/creed-backend.ts:2132
↓ 1 callersFunctionfindUserIdByReadToken
(client: unknown, token: string)
lib/creed-backend.ts:2122
↓ 1 callersFunctionfireConfetti
(x: number, y: number, color: string)
lib/confetti.ts:108
↓ 1 callersFunctionfireWelcomeConfetti
()
lib/confetti.ts:153
↓ 1 callersFunctionflushCurrentState
()
components/creed/creed-provider.tsx:600
↓ 1 callersFunctionformatDate
(iso: string | null)
components/creed/billing-dialog.tsx:58
← previousnext →501–600 of 1,383, ranked by callers