From e51c1385fe946fea6180b2e280abf5123616fde2 Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Wed, 22 Jul 2026 17:02:40 -0700 Subject: [PATCH 1/2] Move #363 and #310 into the README TODO backlog Two open issues are backlog work items with no open questions, so per AGENTS.md they belong in the README TODO running backlog rather than as standing issues: - #363 - adopt the OCI annotation keys for Docker image metadata across the Docker repos. - #310 - finish onboarding hardening (audit as a required step + per-type cold-start self-tests); STANDUP.md is already in place. The issues are closed referencing this backlog entry. Co-Authored-By: Claude Opus 4.8 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ba8fa7bf..48a136ab 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,8 @@ Running backlog (kept here, in a committed file, so the guidance survives across - Classify the standardization-backlog repos in [registry/repos.json][repos] (marked `classificationPending`) on first audit. - Canonicalize Python linter-config placement on `pyproject.toml` (one cataloged repo uses standalone `.ruff.toml` + `pyrightconfig.json`); track as a drift finding, fix downstream. - Consider renaming this repo to reflect the audit-catalog identity (updates badge and link URLs across the fleet). +- Adopt the OCI annotation keys (`org.opencontainers.image.*`) for Docker image metadata across the Docker repos, replacing the ad-hoc and `org.label-schema.*` labels (from #363). +- Finish onboarding hardening (from #310): make the `AUDIT.md` audit a required onboarding step and run the per-type cold-start self-tests tracked in `reports/conformance-matrix.md` (`STANDUP.md` is already in place). ## License From 53f9771b1593b47590cb957c34ca667a97eb322a Mon Sep 17 00:00:00 2001 From: Pieter Viljoen Date: Wed, 22 Jul 2026 17:10:06 -0700 Subject: [PATCH 2/2] Add opencontainers to the cspell dictionary The new README TODO entry references the OCI annotation namespace `org.opencontainers.image.*`, and CI cspell (README-scoped) flagged `opencontainers` as unknown. It is a legitimate technical term, so add it to the shared word list. Co-Authored-By: Claude Opus 4.8 --- cspell.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cspell.json b/cspell.json index a6d471e0..aa1a36ce 100644 --- a/cspell.json +++ b/cspell.json @@ -82,6 +82,7 @@ "nuget", "nugetlibrary", "onCreateCommand", + "opencontainers", "Optix", "othercommand", "paramref",