Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
},
"metadata": {
"description": "A skills-driven Agentic Context Engineering workflow for Claude Code with structured skill design",
"version": "13.1.0"
"version": "13.1.1"
},
"plugins": [
{
"name": "rcc",
"source": "./plugins/rcc",
"description": "Core ACE workflow with structured skills, task enforcement, and quality reviewers",
"version": "13.1.0"
"version": "13.1.1"
},
{
"name": "aref",
Expand Down
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
".": "13.1.0",
".": "13.1.1",
"plugins/aref": "0.2.1"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [13.1.1](https://github.com/wayne930242/Reflexive-Claude-Code/compare/v13.1.0...v13.1.1) (2026-08-23)


### Bug Fixes

* **hooks:** 修正 hook command 的 placeholder 語法並補充跨平台執行語意 ([fca7317](https://github.com/wayne930242/Reflexive-Claude-Code/commit/fca7317f0caf6fd857ebd84d58eb2c480618f6c5))
* 簡化 skill description 撰寫公式為 1-2 句話 ([de77bb4](https://github.com/wayne930242/Reflexive-Claude-Code/commit/de77bb4af956f712998f21f67f1ba14f868283df))

## [13.1.0](https://github.com/wayne930242/Reflexive-Claude-Code/compare/v13.0.1...v13.1.0) (2026-08-05)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ The planner decides which assets each skill needs; the reviewer checks they exis

## Full Skill List

### rcc (v13.1.0) <!-- x-release-please-version -->
### rcc (v13.1.1) <!-- x-release-please-version -->

| Skill | Purpose |
|-------|---------|
Expand Down
2 changes: 1 addition & 1 deletion README.zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ migrate-plugin → validate → refactor

## 完整 Skill 列表

### rcc (v13.1.0) <!-- x-release-please-version -->
### rcc (v13.1.1) <!-- x-release-please-version -->

| Skill | 用途 |
|-------|------|
Expand Down
2 changes: 1 addition & 1 deletion plugins/rcc/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rcc",
"description": "Core ACE workflow with structured skills, task enforcement, and quality reviewers",
"version": "13.1.0",
"version": "13.1.1",
"author": {
"name": "Wei Hung",
"email": "wayne930242@gmail.com"
Expand Down