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

@ -9,7 +9,7 @@ outline the main entry points and how the supporting modules fit together.
| Binary | Location | Purpose |
| ------ | -------- | ------- |
| `lpkg` | `src/main.rs` | Primary command-line interface with workflow automation and optional TUI integration. |
| `metadata_indexer` | `src/bin/metadata_indexer.rs` | Harvests LFS/BLFS/GLFS package metadata, validates it against the JSON schema, and keeps `ai/metadata/index.json` up to date. |
| `metadata_indexer` | `src/bin/metadata_indexer.rs` | Harvests LFS/BLFS/GLFS package metadata, validates it against the JSON schema, keeps `ai/metadata/index.json` up to date, and can scaffold Rust modules from harvested records. |
### `lpkg` workflows