orstrum_list_files

Returns all indexed files, optionally filtered to one repo, with a flag for whether each has a Purpose summary.

Input

repo
string
Filter to one repo by name. Omit to list all indexed files across all repos.

Output


  files: [
     notePath: "api-service/src/api/auth",       repo: "api-service", relPath: "src/api/auth.ts",       hasSummary: true  ,
     notePath: "api-service/src/middleware/guard", repo: "api-service", relPath: "src/middleware/guard.ts", hasSummary: true  ,
     notePath: "api-service/src/lib/jwt",          repo: "api-service", relPath: "src/lib/jwt.ts",          hasSummary: false 
  ]

notePath is the canonical repo/relPathNoExt identifier; relPath is the on-disk path with extension. Use this tool to inventory the graph before targeted queries, or to audit which files still need summaries generated.