rubykatzen-baseline 0.17.2 → 0.18.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8581aee2d7e5534928dd5a9a002921eadbd56b14ed117ee96e095c001218f7d6
4
- data.tar.gz: edbeea913a0054c85de6f4aff339894756936476f9ef5ad41e3277e66bb34dc4
3
+ metadata.gz: 2fed98622cf3eeaa7b09b01794ba79f45907ab0ffe10632bcf1c9245fc57e89b
4
+ data.tar.gz: 17745bf7066028ae7acdeb78dc59044938137da4db2b5313282eeceab62436ac
5
5
  SHA512:
6
- metadata.gz: c4fd41778278a25cd71e746ae4eeeb783eb5e3727c381acfd18fcd8fb1f399c857626137a4f92d99226a666845b6ec03a0262b0b81065af2766ead34fd70093d
7
- data.tar.gz: e4cc266575267b205e424cefc93d0ad3481fbae21e73faff0311c17cc9f17d85bed46e5f56c2292445a98905922666c6fc7a66aa02810c227d1ec97917da48e7
6
+ metadata.gz: 0c3ebb854f12872e774ed8628d6c63f0a1add44b22e50f3f664bbc2c87b4abc356b635fe752dfaad0fcd76468658dfcfe27766f9b40a7e49f6ff874fb06b9171
7
+ data.tar.gz: 890f5242632989c6c630f4c7b4787a0c52bf7a0bf64ad1b841674b60695ef41fa27934e0bc54c6f8ded8f9c85530bfce619f7f01a92b22b74a806a23937f9a45
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
@@ -1,6 +1,5 @@
1
1
  config:
2
2
  hasWikiEnabled: false
3
- autoMergeAllowed: true
4
3
  deleteBranchOnMerge: true
5
4
  mergeCommitAllowed: false
6
5
  rebaseMergeAllowed: false
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Baseline
4
- VERSION = "0.17.2"
4
+ VERSION = "0.18.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubykatzen-baseline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.18.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - rubykatzen