@eeymoo/ai-coding-sync
    Preparing search index...
    • Scans file contents for known sensitive patterns before sync.

      Parameters

      • filePaths: string[]

        Candidate file paths to inspect

      Returns Promise<SensitiveMatch[]>

      Matched sensitive findings

      const findings = await scanSecrets(['./config.txt']);
      

      0.1.0