From 6c6d00063775e0e8f03444d1c072b0ff2c0a52fc Mon Sep 17 00:00:00 2001 From: Dave Lemphers Date: Mon, 27 Jul 2026 15:12:58 +1000 Subject: [PATCH 1/2] Add Matilda Code Features to collection index --- _data/collection-index.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index db72653c..bf5376d6 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1566,3 +1566,8 @@ contact: https://github.com/bare-devcontainer/templates/issues repository: https://github.com/bare-devcontainer/templates ociReference: ghcr.io/bare-devcontainer/templates +- name: Matilda Code Features + maintainer: Maincode + contact: https://github.com/MaincodeHQ/devcontainer-features/issues + repository: https://github.com/MaincodeHQ/devcontainer-features + ociReference: ghcr.io/maincodehq/devcontainer-features From 3843e0b3003696908e8428550e47d940d3ea4d85 Mon Sep 17 00:00:00 2001 From: Dave Lemphers Date: Mon, 27 Jul 2026 15:33:31 +1000 Subject: [PATCH 2/2] Use feature-specific ociReference to match Anthropic pattern --- _data/collection-index.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/collection-index.yml b/_data/collection-index.yml index bf5376d6..cb93f8d9 100644 --- a/_data/collection-index.yml +++ b/_data/collection-index.yml @@ -1570,4 +1570,4 @@ maintainer: Maincode contact: https://github.com/MaincodeHQ/devcontainer-features/issues repository: https://github.com/MaincodeHQ/devcontainer-features - ociReference: ghcr.io/maincodehq/devcontainer-features + ociReference: ghcr.io/maincodehq/devcontainer-features/matilda-code