rubykatzen-baseline 0.17.2 → 0.18.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/config/embedder.yml +13 -0
- data/config/github.yml +0 -1
- data/lib/baseline/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: 2f51c3a557bda362fc8dbca630c840454a7d91b7ec7617ddaa16de847252f9e0
|
|
4
|
+
data.tar.gz: 4611806bb96ddcaeb4e268a02e1b9a2396d2efee79dea27aa662a726ff3a67bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 569b770fd20b680194d6312c59c97ddbf7ca8d6f61a8494a21e2185a2075802f3db27ac48a3594d4eb081c22d53064797f1da28b468a9a9e93f328101caa0f51
|
|
7
|
+
data.tar.gz: 4de9dbe67f6cac79bc6d0f562b18ccf2ced5f83bc742936084fbc13af35473107052141d449c9df382b0c07d3741221fb26635855ca2e6a1b42241b6b9e8c3fd
|
data/config/embedder.yml
CHANGED
|
@@ -34,6 +34,19 @@ fragments:
|
|
|
34
34
|
|
|
35
35
|
`EMOJI EMOJI EMOJI`
|
|
36
36
|
<!-- /baseline fragment: message-suffix -->
|
|
37
|
+
no-emoji-in-docs:
|
|
38
|
+
path: AGENTS.md
|
|
39
|
+
content: |
|
|
40
|
+
<!-- baseline fragment: no-emoji-in-docs -->
|
|
41
|
+
## No Emoji in Documentation
|
|
42
|
+
|
|
43
|
+
Do not use emoji in documentation or README content, including headings,
|
|
44
|
+
prose, lists, and code comments. This applies to `README.md`, `AGENTS.md`,
|
|
45
|
+
and any other Markdown documentation in the repository.
|
|
46
|
+
|
|
47
|
+
This does not apply to the Message Prefix and Message Suffix conventions
|
|
48
|
+
above, which require emoji in written agent communication.
|
|
49
|
+
<!-- /baseline fragment: no-emoji-in-docs -->
|
|
37
50
|
embedded-fragments:
|
|
38
51
|
path: AGENTS.md
|
|
39
52
|
content: |
|
data/config/github.yml
CHANGED
data/lib/baseline/version.rb
CHANGED