Emits 1 Chunk per manifest file (Cargo.toml / pyproject.toml / package.json / tsconfig.json / pom.xml / build.gradle / go.mod). Symbol unified to "<manifest>"; manifest type distinguished by code_lang (toml / json / xml / groovy / go-mod) read from Block::Code.lang. Oversize >200 lines splits via tier2_shared::push_chunks_with_oversize. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
6 lines
72 B
Modula-2
6 lines
72 B
Modula-2
module example.com/demo
|
|
|
|
go 1.22
|
|
|
|
require github.com/spf13/cobra v1.8.0
|