feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory

This commit is contained in:
forge-bot 2026-07-18 11:24:15 +00:00
commit b96cf702ee
2897 changed files with 264970 additions and 0 deletions

10
mk/vl_frag_0002.mk Normal file
View file

@ -0,0 +1,10 @@
# vl_frag_0002.mk - 정합성 빌드 조각 (참고용 include 단편)
# 이 조각은 상위 Makefile 이 아카이브/배포 시 참조하는 메타데이터다.
VL_FRAG_0002_MODULE := vl
VL_FRAG_0002_TIER := medium
VL_FRAG_0002_SRC := app/online/vl_ol_0001.pgc
VL_FRAG_0002_DESC := 정합성 validation 처리 단위
.PHONY: vl_frag_0002-info
vl_frag_0002-info:
@echo "vl_frag_0002 module=vl tier=medium transform=validation"