ace-git-secrets 0.13.1 → 0.13.2
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/.ace-defaults/nav/protocols/skill-sources/ace-git-secrets.yml +19 -0
- data/CHANGELOG.md +5 -0
- data/lib/ace/git/secrets/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e4d0ebecbfe93c6921c811aaadaf60707be68211c5721cd5ab30abc64d7480f
|
|
4
|
+
data.tar.gz: b625ca8c87dd63fb92135164bf2922f20e089c628b62ed103fee55a4c81898a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89c789334872bb614ca9f371b989fd462f959aeb93f0ae28ba17b967bd85273f7eb87702033624a9d8c4f1bb669bbb80b8338665b07adbc4f3738736a912e2b6
|
|
7
|
+
data.tar.gz: 9eda5a2276570828d185b48fdd4a3016271361539222fa563d28721fb54f7416fe81669fd6177143ac0eecee6d9e1547e4c1b0f793d91b20ceb36455e55cfcee
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
---
|
|
2
|
+
# Skill Sources Protocol Configuration for ace-git-secrets gem
|
|
3
|
+
# This enables canonical skill discovery from the installed ace-git-secrets gem
|
|
4
|
+
|
|
5
|
+
name: ace-git-secrets
|
|
6
|
+
type: gem
|
|
7
|
+
description: Canonical skills from ace-git-secrets gem
|
|
8
|
+
priority: 10
|
|
9
|
+
|
|
10
|
+
# Configuration for skill discovery within the gem
|
|
11
|
+
config:
|
|
12
|
+
# Relative path within the gem
|
|
13
|
+
relative_path: handbook/skills
|
|
14
|
+
|
|
15
|
+
# Pattern for finding canonical skill files
|
|
16
|
+
pattern: "*/SKILL.md"
|
|
17
|
+
|
|
18
|
+
# Enable discovery
|
|
19
|
+
enabled: true
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.13.2] - 2026-03-29
|
|
11
|
+
|
|
12
|
+
### Technical
|
|
13
|
+
- Register package-level `.ace-defaults` skill-sources for ace-git-secrets to enable canonical skill discovery in fresh installs.
|
|
14
|
+
|
|
10
15
|
|
|
11
16
|
## [0.13.1] - 2026-03-29
|
|
12
17
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-git-secrets
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.13.
|
|
4
|
+
version: 0.13.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
@@ -155,6 +155,7 @@ files:
|
|
|
155
155
|
- ".ace-defaults/git-secrets/config.yml"
|
|
156
156
|
- ".ace-defaults/git-secrets/gitleaks.toml"
|
|
157
157
|
- ".ace-defaults/nav/protocols/guide-sources/ace-git-secrets.yml"
|
|
158
|
+
- ".ace-defaults/nav/protocols/skill-sources/ace-git-secrets.yml"
|
|
158
159
|
- ".ace-defaults/nav/protocols/wfi-sources/ace-git-secrets.yml"
|
|
159
160
|
- CHANGELOG.md
|
|
160
161
|
- LICENSE
|