ace-support-core 0.29.8 → 0.29.11
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/project-root/AGENTS.md +5 -0
- data/.ace-defaults/project-root/CLAUDE.md +5 -0
- data/CHANGELOG.md +13 -0
- data/lib/ace/core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 34f2b35cb1f2ed86e4c9f20fcb025c11f9497a795e7125482d103679d661de12
|
|
4
|
+
data.tar.gz: ceeab35abee59c794fea8dc256b71d0d1537f15f45e240fc8b38626c62d5e6b2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 37de1f18daa80ab302776cae0e19751efd2c766b5e9d0cf5f393727b091a8e1afd9c5a2d9e7bc6a7d4d1ba07de667071758a42db81c777432dd1b6c39438f023
|
|
7
|
+
data.tar.gz: b679b1bf4fa42a6b0c5e461e619217449dacb0c28f9d759a2a98c1e37aade84fefa352bf932506a01d602663b330381ef47928d02b3f5a3c384a9be0b69a03d8
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Repository Guidelines
|
|
2
2
|
|
|
3
|
+
ACE generated this starter guidance from `ace-support-core` defaults.
|
|
4
|
+
Customize it for your repository-specific rules and workflows.
|
|
5
|
+
Refresh the starter version with `bundle exec ace-config sync ace-support-core --force`.
|
|
6
|
+
Run `bundle exec ace-handbook sync` separately when you need to refresh projected skill folders.
|
|
7
|
+
|
|
3
8
|
Read `CLAUDE.md` first.
|
|
4
9
|
|
|
5
10
|
## ACE CLI Command Integrity
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# CLAUDE.md
|
|
2
2
|
|
|
3
|
+
ACE generated this starter guidance from `ace-support-core` defaults.
|
|
4
|
+
Customize it for your repository-specific rules and workflows.
|
|
5
|
+
Refresh the starter version with `bundle exec ace-config sync ace-support-core --force`.
|
|
6
|
+
Run `bundle exec ace-handbook sync` separately when you need to refresh projected skill folders.
|
|
7
|
+
|
|
3
8
|
Agent guidance for this repository.
|
|
4
9
|
|
|
5
10
|
## Command Types
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
- Clarified the first-use bootstrap guidance so root `AGENTS.md` / `CLAUDE.md` starter files are documented as outputs of `ace-support-core` sync, and updated the shipped refresh commands to use `bundle exec` for repo-local installs.
|
|
12
|
+
|
|
13
|
+
## [0.29.10] - 2026-04-24
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
- Updated the shipped `AGENTS.md` and `CLAUDE.md` bootstrap templates to identify ACE as the starter source, document safe repo-specific customization, and point users to the refresh flow.
|
|
17
|
+
|
|
18
|
+
## [0.29.9] - 2026-04-23
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
- Updated config documentation examples from `ace-config init` to `ace-config sync`.
|
|
22
|
+
|
|
10
23
|
## [0.29.8] - 2026-04-13
|
|
11
24
|
|
|
12
25
|
### Technical
|
data/lib/ace/core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ace-support-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.29.
|
|
4
|
+
version: 0.29.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michal Czyz
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-04-
|
|
10
|
+
date: 2026-04-26 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: ace-support-config
|