infospace pipeline for wealth of nations example

This commit is contained in:
2026-05-14 18:04:38 +02:00
parent 8804461ca3
commit a729a7643e
26 changed files with 1124 additions and 32 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Wealth VSM Generation Pipeline Parity"
domain: markitect
repo: infospace-bench
status: planned
status: completed
owner: markitect
topic_slug: markitect
created: "2026-05-14"
@@ -55,7 +55,7 @@ requests, stable manifest registration, and clear provenance.
```task
id: IB-WP-0013-T01
status: in_progress
status: done
priority: high
state_hub_task_id: "2c558d1e-290f-4e0e-abe6-37302cc31ac4"
```
@@ -73,7 +73,7 @@ state_hub_task_id: "2c558d1e-290f-4e0e-abe6-37302cc31ac4"
```task
id: IB-WP-0013-T02
status: in_progress
status: done
priority: high
state_hub_task_id: "70beb49c-49a3-49f4-9b3a-a4c5bdb88485"
```
@@ -91,7 +91,7 @@ state_hub_task_id: "70beb49c-49a3-49f4-9b3a-a4c5bdb88485"
```task
id: IB-WP-0013-T03
status: todo
status: done
priority: high
state_hub_task_id: "4a340077-f0ab-40fe-a0bc-0fa94a325774"
```
@@ -108,7 +108,7 @@ state_hub_task_id: "4a340077-f0ab-40fe-a0bc-0fa94a325774"
```task
id: IB-WP-0013-T04
status: todo
status: done
priority: high
state_hub_task_id: "62696191-d6fa-4d34-bf18-97f390a31b61"
```
@@ -125,7 +125,7 @@ state_hub_task_id: "62696191-d6fa-4d34-bf18-97f390a31b61"
```task
id: IB-WP-0013-T05
status: todo
status: done
priority: medium
state_hub_task_id: "fe8dd175-9630-4fe1-99aa-2f3e58172a52"
```
@@ -156,3 +156,23 @@ This workplan can start on the current local-folder backend. It should avoid
hard-coding storage assumptions where reasonable, but it is not blocked by the
backend abstraction workplan.
## Implementation
- Added `docs/wealth-vsm-generation-pipeline.md` with the legacy pipeline
decomposition, one-chapter pilot path, live-provider guidance, and full
corpus scale-up sequence.
- Added `infospaces/wealth-vsm-generation-pilot/` with Book I Chapter III,
explicit extraction, mapping/analysis, and evaluation workflows, deterministic
fixture responses, contracts, and a pilot report.
- Added `FixtureAssistedGenerationAdapter` and CLI
`workflow run --fixture-responses` support so assisted stages are explicit and
deterministic by default.
- Added entity bundle parsing/splitting with idempotent manifest registration.
- Added evaluation output handling so generated evaluation files feed
`infospace-bench check` metrics/history.
- Added `tests/test_wealth_vsm_generation.py`.
## Verification
- `python3 -m pytest tests/test_wealth_vsm_generation.py`
- `python3 -m pytest`