File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,19 +25,6 @@ looks deceptively harmless because it is "just for examples", but it is already
2525
2626The core argument is simple. Source control should keep code and small reviewable metadata. Heavy payloads should stay outside normal Git history.
2727
28- Today this repository provides:
29-
30- - the public consumer entrypoint ` nam_add_channel_target(...) `
31- - consumer integration based only on public ` CMake ExternalData ` APIs
32- - ` GitHub Release assets ` as the first backend
33- - standalone payloads published as files
34- - bundle payloads published as ` zip ` files and kept as ` zip ` files in the build tree
35- - build-time materialization that auto-detects the lightest supported file mode once per configure
36- - a ` NO_SYMLINKS ` escape hatch for forced copy mode
37- - a local ` smoke/ ` consumer plus a ` 2 x 3 ` Windows/Linux CI matrix for ` symlink ` , ` hardlink ` , and ` copy `
38-
39- For consumer details see [ cmake/README.md] ( cmake/README.md ) .
40-
4128## Model
4229
4330The intended direction is:
You can’t perform that action at this time.
0 commit comments