Commit Graph

12 Commits

Author SHA1 Message Date
36bfa33fb9 IB-WP-0014: archive integration with artifact-store (T01+T02)
Reframe IB-WP-0014 from "in-repo S3/git backend adapters" to "durable archive
surface via artifact-store". The live infospace stays in a local working folder;
finalized snapshots are bundled into content-addressed artifact-store packages.

- New module infospace_bench.archive: archive_infospace(), list_archives(),
  ArchiveRecord. Self-bootstraps a SQLite + local-FS registry under
  output/archives/.store/ when no Registry is passed in.
- New output/archives/index.yaml records each archive event (package id,
  manifest digest, retention class, included paths, file count, note).
- artifactstore added as a path dep; Python floor bumped to 3.12 to match.
- Makefile for venv-based dev setup; stack-and-commands.md updated.
- tests/test_archive.py covers index write, list, recursive-capture guard,
  caller-supplied include, and empty-include error. Full suite 65 passed.

Remaining tasks (T03 list CLI, T04 restore, T05 docs) tracked in the workplan.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 11:30:49 +02:00
c3b62a6ec3 Agentic memory profile 2026-05-15 16:01:35 +02:00
46aad3cce8 generic source-to-infospace generator 2026-05-14 19:33:22 +02:00
a729a7643e infospace pipeline for wealth of nations example 2026-05-14 18:04:38 +02:00
3de72eb0d2 command parity and migration guide 2026-05-14 17:16:39 +02:00
5d53c33d3e Kontextual Engine Integration Boundary 2026-05-14 16:43:29 +02:00
fc70acb257 engine and lifecycle 2026-05-14 16:26:42 +02:00
55405d8a5a acceptance matrix and workflow generation 2026-05-14 16:01:32 +02:00
7f54dec585 eval history and metrics 2026-05-14 15:35:04 +02:00
9627d03c1a entity relationship model 2026-05-14 15:06:17 +02:00
6eb3c6a0fb markitect-tool integration 2026-05-14 14:53:16 +02:00
916a895a85 Initial implementation 2026-05-14 11:32:25 +02:00