The npm package name of the chunker — stored as ChunkMeta.chunkerKey (ADR-044).
Name of the fileSet this entry belongs to.
Pre-computed from fileSet.tags — injected into every chunk from this fileSet.
OptionalignoreIf set, files matching any of these globs are skipped for this chunker.
OptionalincludeIf set, only files matching at least one of these globs are sent to this chunker.
fileSet.tagRules — applied per-file based on minimatch glob matching.
OptionaltemplatesPer-chunker output templates (ADR-045). No-op until renderer ships.
Wraps a FileChunker with fileSet-level metadata and pipeline-level path filters. One ChunkerEntry is created per (fileSet × chunkerConfig) pair during config load.
includeandignoreare the fileSet's patterns; they are applied by the GitTracker and ChunkProcessor before routing files to the chunker.fileSetTagsandtagRulesdrive the tag pipeline (ADR-043, ADR-046).