ace-docs 0.31.1 → 0.31.3

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: dc6715bd5b9f4c36e8f29f2dd3fd95d81e98d4d24913643d95c705d7557e1941
4
- data.tar.gz: f744027bd729966f7fa1e1b00ed1438b0829a32d2ac3c8c57e237865e3f2ec01
3
+ metadata.gz: 29f3da08da80463e9fc5e2158dc36d566ef2fa0d182db9fb58337ba8bc119390
4
+ data.tar.gz: 15b7bc33c6380fc2fc7ad1e770df28d587c10cdecd0e7df5b71276bfe988ac18
5
5
  SHA512:
6
- metadata.gz: 49111dde16df4578f4165aabba4700460149fe121c8a3cd2f94e54b988dbfa4a13770e3ebcc743a5f3201649e5a0145302da947f7ac38a396338fa73a069091d
7
- data.tar.gz: 5e4b191dfb448249be7f3e8370dfa8ae1df7fa704ac815369e7ce98e24299e36ac00072c641387c00edfe49db2e14281981944266bc7cc8b25f4379f49a7923c
6
+ metadata.gz: ceeaf693f04654cb7ec82ca7bdf7f3b4573754efbf75ac89927da57f7d46a19c5168333500dd145dc1a2020243da57ee3e08c41d6509b4f138f602149b3e0b84
7
+ data.tar.gz: 69ad4757dd3fd0801fe127f84a3f1dad8ec0fd84e7c42df40dbafa389730f4e81a2be01a11f66714ef5865589a3156b70a6b739f3e054478cc06afeddbb421b6
@@ -0,0 +1,19 @@
1
+ ---
2
+ # Skill Sources Protocol Configuration for ace-docs gem
3
+ # This enables canonical skill discovery from the installed ace-docs gem
4
+
5
+ name: ace-docs
6
+ type: gem
7
+ description: Canonical skills from ace-docs 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,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.31.3] - 2026-03-29
11
+
12
+ ### Changed
13
+ - Added deprecation note to `squash-changelog` workflow: rarely needed now that root changelog entries accumulate under `[Unreleased]`.
14
+
15
+ ## [0.31.2] - 2026-03-29
16
+
17
+ ### Technical
18
+ - Register package-level `.ace-defaults` skill-sources for ace-docs to enable canonical skill discovery in fresh installs.
19
+
10
20
 
11
21
  ## [0.31.1] - 2026-03-29
12
22
 
@@ -13,6 +13,13 @@ Consolidate multiple CHANGELOG.md version entries added on a feature branch into
13
13
 
14
14
  ## When to Use
15
15
 
16
+ > **Note:** Since root changelog entries now accumulate under `[Unreleased]` (no version numbers assigned until
17
+ > publish via `wfi://github/release-publish`), this workflow is rarely needed on new branches. It remains useful
18
+ > for:
19
+ > - Legacy branches created before the unreleased-mode change
20
+ > - Branches where someone explicitly created versioned entries
21
+ > - Any situation where multiple `## [X.Y.Z]` entries need consolidation
22
+
16
23
  On feature branches with multiple `ace-release` cycles that each added a version entry to root `CHANGELOG.md`. Before merging the PR, squash these into one entry using the **lowest** version number.
17
24
 
18
25
  ## Prerequisites
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ace
4
4
  module Docs
5
- VERSION = '0.31.1'
5
+ VERSION = '0.31.3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ace-docs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.31.1
4
+ version: 0.31.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Michal Czyz
@@ -234,6 +234,7 @@ files:
234
234
  - ".ace-defaults/docs/single-subject-example.md"
235
235
  - ".ace-defaults/nav/protocols/guide-sources/ace-docs.yml"
236
236
  - ".ace-defaults/nav/protocols/prompt-sources/ace-docs.yml"
237
+ - ".ace-defaults/nav/protocols/skill-sources/ace-docs.yml"
237
238
  - ".ace-defaults/nav/protocols/tmpl-sources/ace-docs.yml"
238
239
  - ".ace-defaults/nav/protocols/wfi-sources/ace-docs.yml"
239
240
  - CHANGELOG.md