lato 3.19.8 → 3.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/lib/lato/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 075c975b6664915db69f259de96df142661e1fdc15e105de7abbb7ccd0cb2e42
|
|
4
|
+
data.tar.gz: d43336a66ac83b70fb2eb07c18486c3be17faae34c5f86d6cc2754b419e25960
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b811fca6c275c24eac441c330d4a73c101e5d12625ef66b6d8211bc15d9f2435693e0a51c777cdd83a4750e4b0fad48b2584e018ed99d7ff881d7745144aa00
|
|
7
|
+
data.tar.gz: b137ac3b8cfa26e7b28d3cd37a3cef8ee72927903892ed3eca307913fced39cdbf12951c7f97bf8ed5cd72edff05778c44b4ac917b8c6a3125e909a05193f83e
|
data/README.md
CHANGED
|
@@ -21,9 +21,11 @@ The gem is ready to be used with the **latest Rails 7+** features like **[ESM im
|
|
|
21
21
|
|
|
22
22
|
The full documentation is available here: 👉 👉 [DOCUMENTATION](https://lato-oss.gregoriogalante.com) 👈 👈
|
|
23
23
|
|
|
24
|
-
|
|
24
|
+
### Working with LLMs
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
The `SKILL.md` usable with LLMs to generate code and get helps with the gem is available here: 👉 [SKILL.md](https://github.com/Lato-org/lato/raw/refs/heads/main/docs/SKILL.md) 👈
|
|
27
|
+
|
|
28
|
+
The `documentation.txt` file with all the context to use with LLMs is available here: 👉 [documentation.txt](https://github.com/Lato-org/lato/raw/refs/heads/main/docs/documentation.txt) 👈
|
|
27
29
|
|
|
28
30
|
## Eco-system
|
|
29
31
|
The idea behind Lato is to create an eco-system of engines that can improve the functionalities of the panel. The following engines are already available:
|
data/lib/lato/version.rb
CHANGED