ZDDC/training-data/package.json
ZDDC ea385b5366 Initial commit
ZDDC — Zero Day Document Control. A file-naming convention plus five
single-file HTML tools (archive, transmittal, classifier, mdedit,
landing) and an optional Go HTTP server (zddc-server) with ACL and a
virtual archive index. Self-contained, offline-capable, dependency-free.

See README.md for an overview, AGENTS.md and ARCHITECTURE.md for the
build/release/architecture detail, bootstrap/README.md for the
two-level deployment install pattern, and zddc/README.md for the
HTTP server.
2026-04-27 11:05:47 -05:00

16 lines
498 B
JSON

{
"name": "zddc-training-data",
"version": "1.0.0",
"description": "Training data collection and LoRA fine-tuning pipeline for Qwen3-Coder-Next",
"type": "module",
"main": "collect-interaction.js",
"scripts": {
"collect": "node collect-interaction.js",
"process": "bash process.sh",
"validate": "bash validate.sh",
"train": "bash train.sh",
"deploy": "bash deploy.sh"
},
"keywords": ["zddc", "training", "lora", "fine-tuning", "qwen"],
"license": "AGPL-3.0"
}