MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getManagedClaudeRulesDir

Function getManagedClaudeRulesDir

src/utils/config.ts:1801–1803  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1799}
1800
1801export function getManagedClaudeRulesDir(): string {
1802 return join(getManagedFilePath(), '.claude', 'rules')
1803}
1804
1805export function getUserClaudeRulesDir(): string {
1806 return join(getClaudeConfigHomeDir(), 'rules')

Callers 2

claudemd.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected