Commit Graph

3 Commits

Author SHA1 Message Date
fullex
f6c74a40d1 chore(data-classify): retire non-generate scripts and commands
The data-classification extract/validate/check workflow has completed its
staged mission; only the code-generation pipeline remains in use.

- package.json: replace extract/validate/validate:gen/check:duplicates/all
  with an echo notice; keep generate and generate:* intact
- rename the four retired scripts with a DO-NOT-USE- prefix (git mv)
- README: document the deprecation via a global notice, a status column on
  the command table, renamed file references, and historical-section markers
2026-06-16 05:15:47 -07:00
fullex
c11967166a docs: update CLAUDE.md and data-classify toolchain for BootConfig
- CLAUDE.md: add Data Classification Toolchain section with generate command
- README.md: add bootConfig category, generate-boot-config.js script,
  update directory structure, dependency graph, script tables, and
  decision flowchart
- generate-all.js: include boot config generator as step 2/3
- package.json: add generate:boot-config script

Signed-off-by: fullex <0xfullex@gmail.com>
2026-03-25 09:50:13 -07:00
fullex
806a294508 feat: add v2-refactor-temp directory for V2 refactoring tools
- Add data-classify tools for data inventory extraction and code generation
  - Include consolidated Chinese documentation (README.md)
  - Update generated file path references

  This temporary directory will be removed after V2 refactor is complete.
2025-11-29 11:55:45 +08:00