Document package generation workflow

This commit is contained in:
m00d 2025-10-01 07:28:41 +02:00
parent c19c5c21ab
commit 93fca09be1
4 changed files with 66 additions and 2 deletions

View file

@ -146,6 +146,8 @@ Add `--overwrite` to regenerate an existing module directory.
layout, binaries, and supporting modules.
- [Metadata Harvesting Pipeline](docs/METADATA_PIPELINE.md) how the metadata
indexer produces and validates the JSON records under `ai/metadata/`.
- [Package Module Generation](docs/PACKAGE_GENERATION.md) end-to-end guide
for converting harvested metadata into Rust modules under `src/pkgs/by_name/`.
- `ai/notes.md` scratchpad for ongoing research tasks (e.g., deeper jhalfs
integration).