From a901f9639d9a2516bc3b5194289c91822e3a6c55 Mon Sep 17 00:00:00 2001 From: Igor Brandao Date: Tue, 9 Jun 2026 14:55:54 -0300 Subject: [PATCH 1/2] docs: add OpenSSF badge and Matrix channel badge --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index acabbf9..4b55b08 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ Lola is a universal AI Package Manager. If an agent's skills were an RPM, Lola is the DNF for it. Write your [skills and context modules](https://lobstertrap.org/lola/concepts/skills-and-modules/) once as portable packages, then install them to any AI assistant or agent with a single command. +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13138/badge)](https://www.bestpractices.dev/projects/13138) +[![Matrix](https://img.shields.io/matrix/%23lola-ai%3Amatrix.org?server_fqdn=matrix.org&label=Matrix&logo=matrix&color=blue)](https://matrix.to/#/#lola-ai:matrix.org) + [![asciicast](https://asciinema.org/a/1035360.svg)](https://asciinema.org/a/1035360) ## Supported AI Assistants From 2942184f3d7ea783f321f3d5a4a66e024d4c6b45 Mon Sep 17 00:00:00 2001 From: Igor Brandao Date: Tue, 9 Jun 2026 15:00:15 -0300 Subject: [PATCH 2/2] docs: fix Matrix badge and move badges to top --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b55b08..e5d5346 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ **Write Agent Skills and Contexts once, use everywhere.** -Lola is a universal AI Package Manager. If an agent's skills were an RPM, Lola is the DNF for it. Write your [skills and context modules](https://lobstertrap.org/lola/concepts/skills-and-modules/) once as portable packages, then install them to any AI assistant or agent with a single command. - [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/13138/badge)](https://www.bestpractices.dev/projects/13138) -[![Matrix](https://img.shields.io/matrix/%23lola-ai%3Amatrix.org?server_fqdn=matrix.org&label=Matrix&logo=matrix&color=blue)](https://matrix.to/#/#lola-ai:matrix.org) +[![Matrix](https://img.shields.io/badge/chat-Matrix-blue?logo=matrix)](https://matrix.to/#/#lola-ai:matrix.org) + +Lola is a universal AI Package Manager. If an agent's skills were an RPM, Lola is the DNF for it. Write your [skills and context modules](https://lobstertrap.org/lola/concepts/skills-and-modules/) once as portable packages, then install them to any AI assistant or agent with a single command. [![asciicast](https://asciinema.org/a/1035360.svg)](https://asciinema.org/a/1035360)