0.5.1-pre.002

This commit is contained in:
2026-08-09 19:34:08 +02:00
parent 816eee59a9
commit 6a680767ae
767 changed files with 12257 additions and 12195 deletions

View File

@@ -1,5 +1,5 @@
<!-- file: docs/guides/REPLAY_CORE_EXTRACTION_AND_MATERIALIZATION.md -->
<!-- version: 1 -->
<!-- version: 2 -->
# Guide extraction Core, replay et matérialisation
@@ -24,7 +24,7 @@ matérialisation optionnelle
Lextraction transforme une transaction canonique persistée en entités Core normalisées. Elle doit conserver les index, comptes, Program IDs, succès ou échec de transaction et contexte nécessaire aux instructions internes.
```rust
let summary = match kb_pipeline::execute_core_extraction(
let summary = match ks_pipeline::execute_core_extraction(
request,
observer,
).await {
@@ -72,6 +72,6 @@ La progression persistée ne doit avancer quaprès clôture cohérente du can
- `docs/architecture/PIPELINE_ARCHITECTURE.md` ;
- `docs/architecture/STORAGE_ARCHITECTURE.md` ;
- `kb-pipeline/USAGE.md` ;
- `kb-lib/USAGE.md` ;
- `kb-store/USAGE.md`.
- `ks-pipeline/USAGE.md` ;
- `ks-lib/USAGE.md` ;
- `ks-store/USAGE.md`.