MCPcopy Create free account
hub / github.com/continuedev/continue / createRelativeRuleFilePath

Function createRelativeRuleFilePath

core/config/markdown/utils.ts:12–14  ·  view source on GitHub ↗
(ruleName: string)

Source from the content-addressed store, hash-verified

10}
11
12export function createRelativeRuleFilePath(ruleName: string): string {
13 return createRelativeRuleFilePathParts(ruleName).join("/");
14}
15
16/**
17 * Creates the file path for a rule in the workspace .continue/rules directory

Callers 1

createInitPromptFunction · 0.85

Calls 1

Tested by

no test coverage detected