Skip to content

FEAT-06: --metadata flag to include file size, line count, and language #34

@subhan-f

Description

@subhan-f

Add an optional --metadata flag that extends each file entry from a plain string to a structured object:

{
  "src/cli.ts": {
    "content": "...",
    "size": 842,
    "lines": 31,
    "modified": "2026-05-14T10:22:00Z",
    "language": "TypeScript"
  }
}

Useful when feeding output to tools that need structured file information, or when building automated pipelines on top of excod.

Priority: Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions