generic source-to-infospace generator

This commit is contained in:
2026-05-14 19:33:22 +02:00
parent 065e17f42e
commit 46aad3cce8
20 changed files with 1629 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ type: workplan
title: "Generic Source Infospace Generator CLI"
domain: markitect
repo: infospace-bench
status: planned
status: completed
owner: markitect
topic_slug: markitect
created: "2026-05-14"
@@ -105,7 +105,7 @@ Default-safe modes:
```task
id: IB-WP-0015-T01
status: in_progress
status: done
priority: high
state_hub_task_id: "08196bf2-9323-4cd8-860c-4306c965ed60"
```
@@ -128,7 +128,7 @@ state_hub_task_id: "08196bf2-9323-4cd8-860c-4306c965ed60"
```task
id: IB-WP-0015-T02
status: in_progress
status: done
priority: high
state_hub_task_id: "5604796b-cb09-43ed-b3a9-5d4906790807"
```
@@ -152,7 +152,7 @@ state_hub_task_id: "5604796b-cb09-43ed-b3a9-5d4906790807"
```task
id: IB-WP-0015-T03
status: in_progress
status: done
priority: high
state_hub_task_id: "c02720c5-1b82-458a-bf8c-9147af4fd9e9"
```
@@ -171,7 +171,7 @@ state_hub_task_id: "c02720c5-1b82-458a-bf8c-9147af4fd9e9"
```task
id: IB-WP-0015-T04
status: todo
status: done
priority: high
state_hub_task_id: "21b50fbc-f43e-4b18-b012-976a5241f52a"
```
@@ -192,7 +192,7 @@ state_hub_task_id: "21b50fbc-f43e-4b18-b012-976a5241f52a"
```task
id: IB-WP-0015-T05
status: todo
status: done
priority: high
state_hub_task_id: "ad882b6e-924e-4f9a-8e93-119aeadd8132"
```
@@ -216,7 +216,7 @@ state_hub_task_id: "ad882b6e-924e-4f9a-8e93-119aeadd8132"
```task
id: IB-WP-0015-T06
status: todo
status: done
priority: medium
state_hub_task_id: "3461eacf-e42a-455c-954c-849b0ad69fc1"
```
@@ -264,3 +264,18 @@ state_hub_task_id: "3461eacf-e42a-455c-954c-849b0ad69fc1"
- `infospace-bench`: applied infospace generation workflow and CLI
- `kontextual-engine`: durable runtime/retrieval/audit if needed later
## Implementation Notes
Completed on 2026-05-14.
- Added generic source intake for Markdown, plain text, local HTML, EPUB-like
archives, and folder collections.
- Added the `general-knowledge` profile with prompt templates and contracts.
- Added an explicit OpenRouter assisted-generation adapter with mocked provider
tests and environment-based credential lookup.
- Added `infospace-bench generate` subcommands for init, plan, run, resume,
status, and from-source flows.
- Added generation state, resume skipping, source/profile stale detection,
metrics/history recording, and a manifest-backed generation report.
- Added deterministic acceptance tests for article, ebook-like, and folder
generation using fixture responses.