From fb379e1a18cdeedad14a717dad8b8df87ae26938 Mon Sep 17 00:00:00 2001 From: tegwick Date: Sun, 17 May 2026 12:10:18 +0200 Subject: [PATCH] =?UTF-8?q?IB-WP-0014:=20first=20real=20archive=20?= =?UTF-8?q?=E2=80=94=20agentic=20memory=20profile=20pilot?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Run archive_infospace() against infospaces/agentic-memory-profile-pilot to preserve the v1 frozen state. 13 files captured at retention class release-evidence (default expiry 2033-05-15). The pointer index.yaml is tracked; the self-contained artifact-store registry under .store/ is gitignored — bytes and event log are reconstructable from the artifact-store deployment. - Package id: d3c1ff32-2eed-4b9c-9868-dbff0af723b4 - Manifest digest: blake3:5ff7fc5d7974d5f4fd4b66a181cda729f61d399f7b3c8e7dea2aa9af8fd2025b Co-Authored-By: Claude Opus 4.7 --- .gitignore | 5 +++++ .../output/archives/index.yaml | 17 +++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 infospaces/agentic-memory-profile-pilot/output/archives/index.yaml diff --git a/.gitignore b/.gitignore index 36b13f1..dca3af6 100644 --- a/.gitignore +++ b/.gitignore @@ -174,3 +174,8 @@ cython_debug/ # PyPI configuration file .pypirc +# artifact-store self-contained registries inside infospaces (IB-WP-0014). +# Bytes and event log are reconstructable from the artifact-store deployment; +# only output/archives/index.yaml (the pointer log) is checked in. +infospaces/*/output/archives/.store/ + diff --git a/infospaces/agentic-memory-profile-pilot/output/archives/index.yaml b/infospaces/agentic-memory-profile-pilot/output/archives/index.yaml new file mode 100644 index 0000000..470280b --- /dev/null +++ b/infospaces/agentic-memory-profile-pilot/output/archives/index.yaml @@ -0,0 +1,17 @@ +archives: +- package_id: d3c1ff32-2eed-4b9c-9868-dbff0af723b4 + manifest_digest: blake3:5ff7fc5d7974d5f4fd4b66a181cda729f61d399f7b3c8e7dea2aa9af8fd2025b + retention_class: release-evidence + created_at: '2026-05-17T10:03:17' + included_paths: + - infospace.yaml + - artifacts + - workflows + - output + - reports + - exports + file_count: 13 + note: 'First archive: memory profile pilot v1 (post IB-WP-0014 close-out)' + producer: infospace-bench + subject: agentic-memory-profile-pilot + store_root: infospaces/agentic-memory-profile-pilot/output/archives/.store