Skip to content

FEAT-07: .excodrc / excod.config.json configuration file support #35

@subhan-f

Description

@subhan-f

Allow per-project configuration via a .excodrc or excod.config.json file so users do not have to repeat flags on every invocation. CLI flags should take precedence over config file values.

Example config:

{
  "output": "context.json",
  "exclude": ["docs/**", "*.test.ts"],
  "maxFileSize": 51200,
  "includeDotfiles": true
}

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