From 523db6d34132f50b0d3af4ec9a884b09f9ab4f44 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 17 May 2026 12:14:54 +0200 Subject: [PATCH] IB-WP-0014: archive remaining three infospaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Capture the in-flight and legacy pilots as artifact-store packages, all at retention class release-evidence (default expiry 2033-05-15). - wealth-vsm-generation-pilot — pkg ed977a9c, 14 files (in flight, IB-WP-0013) - wealth-vsm-legacy-slice — pkg 9d114264, 10 files (legacy parity ref) - bootstrap-pilot — pkg fb31721e, 9 files (initial scaffold ref) Each infospace now has its own self-contained .store/ (gitignored) and an output/archives/index.yaml pointer log (tracked). Co-Authored-By: Claude Opus 4.7 --- .../bootstrap-pilot/output/archives/index.yaml | 17 +++++++++++++++++ .../output/archives/index.yaml | 17 +++++++++++++++++ .../output/archives/index.yaml | 17 +++++++++++++++++ 3 files changed, 51 insertions(+) create mode 100644 infospaces/bootstrap-pilot/output/archives/index.yaml create mode 100644 infospaces/wealth-vsm-generation-pilot/output/archives/index.yaml create mode 100644 infospaces/wealth-vsm-legacy-slice/output/archives/index.yaml diff --git a/infospaces/bootstrap-pilot/output/archives/index.yaml b/infospaces/bootstrap-pilot/output/archives/index.yaml new file mode 100644 index 0000000..ef6029e --- /dev/null +++ b/infospaces/bootstrap-pilot/output/archives/index.yaml @@ -0,0 +1,17 @@ +archives: +- package_id: fb31721e-710c-4b20-8cdd-75c779e879e1 + manifest_digest: blake3:2e2a32a54d5b4cb30d28a61adc9737ddb1230a040455736526af236baaa66bff + retention_class: release-evidence + created_at: '2026-05-17T10:14:25' + included_paths: + - infospace.yaml + - artifacts + - workflows + - output + - reports + - exports + file_count: 9 + note: "Bootstrap pilot \u2014 initial repo scaffold reference" + producer: infospace-bench + subject: bootstrap-pilot + store_root: infospaces/bootstrap-pilot/output/archives/.store diff --git a/infospaces/wealth-vsm-generation-pilot/output/archives/index.yaml b/infospaces/wealth-vsm-generation-pilot/output/archives/index.yaml new file mode 100644 index 0000000..015dd6f --- /dev/null +++ b/infospaces/wealth-vsm-generation-pilot/output/archives/index.yaml @@ -0,0 +1,17 @@ +archives: +- package_id: ed977a9c-46ad-4128-94fd-829fa454b7bd + manifest_digest: blake3:7c35fc627c5a4351e0c25b72da2b4dbdaaea1c227a32f37bf765fd37c81069f7 + retention_class: release-evidence + created_at: '2026-05-17T10:14:14' + included_paths: + - infospace.yaml + - artifacts + - workflows + - output + - reports + - exports + file_count: 14 + note: "Wealth/VSM generation pilot \u2014 current state (IB-WP-0013 in flight)" + producer: infospace-bench + subject: wealth-vsm-generation-pilot + store_root: infospaces/wealth-vsm-generation-pilot/output/archives/.store diff --git a/infospaces/wealth-vsm-legacy-slice/output/archives/index.yaml b/infospaces/wealth-vsm-legacy-slice/output/archives/index.yaml new file mode 100644 index 0000000..3fbdedd --- /dev/null +++ b/infospaces/wealth-vsm-legacy-slice/output/archives/index.yaml @@ -0,0 +1,17 @@ +archives: +- package_id: 9d114264-0013-476b-a30a-acc549eab3c5 + manifest_digest: blake3:9282fed53b36a2d25e9e6753d9500e0885a0dac4b23271959b348058595759b0 + retention_class: release-evidence + created_at: '2026-05-17T10:14:20' + included_paths: + - infospace.yaml + - artifacts + - workflows + - output + - reports + - exports + file_count: 10 + note: "Legacy reference slice \u2014 read-only snapshot for parity comparison" + producer: infospace-bench + subject: wealth-vsm-legacy-slice + store_root: infospaces/wealth-vsm-legacy-slice/output/archives/.store