From e9b7db0fdbb69a0de090b66c976ad744d17fcbf2 Mon Sep 17 00:00:00 2001 From: Ario Barin Ostovary <89481178+ariobarin@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:35:02 -0400 Subject: [PATCH 1/3] add compass badge asset --- assets/compass-badge.svg | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 assets/compass-badge.svg diff --git a/assets/compass-badge.svg b/assets/compass-badge.svg new file mode 100644 index 0000000..ba786ab --- /dev/null +++ b/assets/compass-badge.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + + + + + + + + From d54f8e8358cba7556bde6c358d1ec75783727cba Mon Sep 17 00:00:00 2001 From: Ario Barin Ostovary <89481178+ariobarin@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:35:35 -0400 Subject: [PATCH 2/3] register badge asset directory --- manifests/portable-files.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/portable-files.toml b/manifests/portable-files.toml index b603a05..984b900 100644 --- a/manifests/portable-files.toml +++ b/manifests/portable-files.toml @@ -128,6 +128,7 @@ files = [ dirs = [ ".github", "apps", + "assets", "carried", "local-docs", "manifests", From 63f03e11ad995cf7e42df7df0bfb8dc381f4c0ce Mon Sep 17 00:00:00 2001 From: Ario Barin Ostovary <89481178+ariobarin@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:55:47 -0400 Subject: [PATCH 3/3] Narrow badge manifest boundary --- manifests/portable-files.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/portable-files.toml b/manifests/portable-files.toml index 984b900..e1a9932 100644 --- a/manifests/portable-files.toml +++ b/manifests/portable-files.toml @@ -115,6 +115,7 @@ files = [ ".gitattributes", ".gitignore", "AGENTS.md", + "assets/compass-badge.svg", "CODE_OF_CONDUCT.md", "CONTRIBUTING.md", "glossary.md", @@ -128,7 +129,6 @@ files = [ dirs = [ ".github", "apps", - "assets", "carried", "local-docs", "manifests",