rubykatzen-baseline 0.8.5 → 0.8.6
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 +88 -0
- data/config/github.yml +1 -1
- data/lib/baseline/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 452b7d029d0406b990babc9cad258cc16576dbb6cf2dac7e652911959de11f01
|
|
4
|
+
data.tar.gz: c54164d313665be7103058f45ede9e888804e1a775551ca2942cac3513ccd5b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2b4a78e1925943cdb9a6efc375bd7ea91fd77602800389caafc1ff97db6cff22f5f5c062ca94c0430d6f9a6216a2882f0490f32021f619a3d69064bf69dc2acb
|
|
7
|
+
data.tar.gz: b7cf815a2f60d8e9d8d2e0b37830f011fcf61d688b13128d3caa2e7d7c6b56cd0f7a5d7690255456773719800badff6e34017bb900cfaf4faf857c20e83cc21c
|
data/config/embedder.yml
ADDED
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
fragments:
|
|
2
|
+
message-prefix:
|
|
3
|
+
path: AGENTS.md
|
|
4
|
+
content: |
|
|
5
|
+
<!-- baseline fragment: message-prefix -->
|
|
6
|
+
## Message Prefix
|
|
7
|
+
|
|
8
|
+
Prefix every user-visible agent message with the agent emoji followed by the
|
|
9
|
+
repository name in square brackets:
|
|
10
|
+
|
|
11
|
+
`EMOJI [OWNER/REPO]:`
|
|
12
|
+
|
|
13
|
+
Replace `OWNER/REPO` with the current GitHub repository name.
|
|
14
|
+
|
|
15
|
+
Use the emoji to identify the agent:
|
|
16
|
+
|
|
17
|
+
- `🤖` Codex
|
|
18
|
+
- `🧠` Claude Code
|
|
19
|
+
- `🖊️` Cursor
|
|
20
|
+
- `🥽` GitHub Copilot
|
|
21
|
+
- `🧩` unknown or other agent
|
|
22
|
+
|
|
23
|
+
This applies to chat replies, PR comments, review comments, issue comments,
|
|
24
|
+
status updates, and any other written communication.
|
|
25
|
+
<!-- /baseline fragment: message-prefix -->
|
|
26
|
+
message-suffix:
|
|
27
|
+
path: AGENTS.md
|
|
28
|
+
content: |
|
|
29
|
+
<!-- baseline fragment: message-suffix -->
|
|
30
|
+
## Message Suffix
|
|
31
|
+
|
|
32
|
+
End every user-visible agent message with a blank line followed by a final
|
|
33
|
+
line containing exactly three emoji relevant to the message context:
|
|
34
|
+
|
|
35
|
+
`EMOJI EMOJI EMOJI`
|
|
36
|
+
<!-- /baseline fragment: message-suffix -->
|
|
37
|
+
embedded-fragments:
|
|
38
|
+
path: AGENTS.md
|
|
39
|
+
content: |
|
|
40
|
+
<!-- baseline fragment: embedded-fragments -->
|
|
41
|
+
## Embedded Fragments
|
|
42
|
+
|
|
43
|
+
This repository uses [Baseline](https://github.com/rubykatzen/baseline) to
|
|
44
|
+
verify shared content fragments across repositories.
|
|
45
|
+
|
|
46
|
+
Do not change a required fragment only in the consuming repository. Change
|
|
47
|
+
the fragment in `config/embedder.yml` in Baseline and release it. Dependabot
|
|
48
|
+
will then update the Baseline workflow version in consuming repositories and
|
|
49
|
+
CI will show the required fragment diff.
|
|
50
|
+
|
|
51
|
+
A repository-specific exception must be declared through the `skip` input of
|
|
52
|
+
`embedder-shared.yml`.
|
|
53
|
+
<!-- /baseline fragment: embedded-fragments -->
|
|
54
|
+
dependabot:
|
|
55
|
+
path: .github/dependabot.yml
|
|
56
|
+
content: |
|
|
57
|
+
# baseline fragment: dependabot
|
|
58
|
+
version: 2
|
|
59
|
+
updates:
|
|
60
|
+
- package-ecosystem: github-actions
|
|
61
|
+
directory: /
|
|
62
|
+
labels: []
|
|
63
|
+
schedule:
|
|
64
|
+
interval: daily
|
|
65
|
+
time: "10:00"
|
|
66
|
+
timezone: "Europe/Berlin"
|
|
67
|
+
- package-ecosystem: pre-commit
|
|
68
|
+
directory: /
|
|
69
|
+
labels: []
|
|
70
|
+
schedule:
|
|
71
|
+
interval: daily
|
|
72
|
+
time: "10:00"
|
|
73
|
+
timezone: "Europe/Berlin"
|
|
74
|
+
- package-ecosystem: pip
|
|
75
|
+
directory: /
|
|
76
|
+
labels: []
|
|
77
|
+
schedule:
|
|
78
|
+
interval: daily
|
|
79
|
+
time: "10:00"
|
|
80
|
+
timezone: "Europe/Berlin"
|
|
81
|
+
- package-ecosystem: bundler
|
|
82
|
+
directory: /
|
|
83
|
+
labels: []
|
|
84
|
+
schedule:
|
|
85
|
+
interval: daily
|
|
86
|
+
time: "10:00"
|
|
87
|
+
timezone: "Europe/Berlin"
|
|
88
|
+
# /baseline fragment: dependabot
|
data/config/github.yml
CHANGED
data/lib/baseline/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rubykatzen-baseline
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.8.
|
|
4
|
+
version: 0.8.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rubykatzen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: erb_lint
|
|
@@ -104,6 +104,7 @@ extra_rdoc_files: []
|
|
|
104
104
|
files:
|
|
105
105
|
- LICENSE
|
|
106
106
|
- baseline.gemspec
|
|
107
|
+
- config/embedder.yml
|
|
107
108
|
- config/erb_lint.yml
|
|
108
109
|
- config/github.yml
|
|
109
110
|
- config/pymarkdown.json
|