Browse Source
A generated project's trailing fossil initial commit now completes: every vendor/punk layout ships .fossil-settings/binary-glob (*) covering the binary content generation injects (zip-based .tm modules, layout-carried bin/sdx.kit), plus a uniform crlf-glob (src/embedded/*, src/bootsupport/*, bin/*) for the CRLF abort class that surfaced behind the binary one (injected bootsupport snapshots inherit the generating shell's endings, e.g voo-1.0.0.tm). No code changes: project.new already installs layout .fossil-settings payloads and the make.tcl layout->modpod sync already carries them. Verified end-to-end (punk.project, punk.basic, punk.minimal, punk.sample-0.1: fossil initial commit OK, clean checkouts, settings tracked). Store README documents the seeded payloads. Assisted-by: harness=claude; primary-model=claude-fable-5; api-location=anthropic.commaster
9 changed files with 56 additions and 0 deletions
@ -0,0 +1,5 @@
|
||||
#Allow binary checkins by default - no fossil commit warnings/prompts for binary content. |
||||
#Generated projects carry binary payloads from generation time: zip-based .tm modules |
||||
#injected into src/bootsupport by the generating shell, and layout-carried binaries |
||||
#(e.g bin/sdx.kit) where the layout ships them. |
||||
* |
||||
@ -0,0 +1,8 @@
|
||||
#Suppress fossil CRLF commit warnings/prompts for trees whose content arrives with |
||||
#endings the generated project's owner does not author: bootsupport module/lib |
||||
#snapshots injected at generation time inherit the generating shell's file endings, |
||||
#src/embedded holds generated docs, and bin/ carries layout-shipped utility scripts. |
||||
#Authored project files outside these trees still get fossil's CRLF warning. |
||||
src/embedded/* |
||||
src/bootsupport/* |
||||
bin/* |
||||
@ -0,0 +1,5 @@
|
||||
#Allow binary checkins by default - no fossil commit warnings/prompts for binary content. |
||||
#Generated projects carry binary payloads from generation time: zip-based .tm modules |
||||
#injected into src/bootsupport by the generating shell, and layout-carried binaries |
||||
#(e.g bin/sdx.kit) where the layout ships them. |
||||
* |
||||
@ -1 +1,8 @@
|
||||
#Suppress fossil CRLF commit warnings/prompts for trees whose content arrives with |
||||
#endings the generated project's owner does not author: bootsupport module/lib |
||||
#snapshots injected at generation time inherit the generating shell's file endings, |
||||
#src/embedded holds generated docs, and bin/ carries layout-shipped utility scripts. |
||||
#Authored project files outside these trees still get fossil's CRLF warning. |
||||
src/embedded/* |
||||
src/bootsupport/* |
||||
bin/* |
||||
|
||||
@ -0,0 +1,5 @@
|
||||
#Allow binary checkins by default - no fossil commit warnings/prompts for binary content. |
||||
#Generated projects carry binary payloads from generation time: zip-based .tm modules |
||||
#injected into src/bootsupport by the generating shell, and layout-carried binaries |
||||
#(e.g bin/sdx.kit) where the layout ships them. |
||||
* |
||||
@ -1 +1,8 @@
|
||||
#Suppress fossil CRLF commit warnings/prompts for trees whose content arrives with |
||||
#endings the generated project's owner does not author: bootsupport module/lib |
||||
#snapshots injected at generation time inherit the generating shell's file endings, |
||||
#src/embedded holds generated docs, and bin/ carries layout-shipped utility scripts. |
||||
#Authored project files outside these trees still get fossil's CRLF warning. |
||||
src/embedded/* |
||||
src/bootsupport/* |
||||
bin/* |
||||
|
||||
@ -0,0 +1,5 @@
|
||||
#Allow binary checkins by default - no fossil commit warnings/prompts for binary content. |
||||
#Generated projects carry binary payloads from generation time: zip-based .tm modules |
||||
#injected into src/bootsupport by the generating shell, and layout-carried binaries |
||||
#(e.g bin/sdx.kit) where the layout ships them. |
||||
* |
||||
@ -0,0 +1,8 @@
|
||||
#Suppress fossil CRLF commit warnings/prompts for trees whose content arrives with |
||||
#endings the generated project's owner does not author: bootsupport module/lib |
||||
#snapshots injected at generation time inherit the generating shell's file endings, |
||||
#src/embedded holds generated docs, and bin/ carries layout-shipped utility scripts. |
||||
#Authored project files outside these trees still get fossil's CRLF warning. |
||||
src/embedded/* |
||||
src/bootsupport/* |
||||
bin/* |
||||
Loading…
Reference in new issue