@curdx/flow 7.1.11 → 7.1.13
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.
- package/CHANGELOG.md +22 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to `@curdx/flow` are documented here. Format follows [Keep a Changelog](https://keepachangelog.com/) and the project follows [Semantic Versioning](https://semver.org/).
|
|
4
4
|
|
|
5
|
+
## 7.1.13 — 2026-05-10
|
|
6
|
+
|
|
7
|
+
### Changed
|
|
8
|
+
|
|
9
|
+
- **Public skill descriptions are now trigger-focused.** All 15 `/curdx-flow:*` entrypoint skills now use concise `Use when...` descriptions so Claude Code surfaces user situations instead of workflow summaries.
|
|
10
|
+
- **Skill maintenance policy captures the adopted reference-project patterns.** Added `skills/spec-workflow/references/skill-quality-patterns.md`, distilling the useful parts of the official Claude Code skills docs, `gstack`, and `superpowers`: trigger-only descriptions, deliberate manual entrypoints, progressive disclosure, coordinator posture, and verification gates.
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
|
|
14
|
+
- **Runner guard for skill description quality.** Manifest integrity tests now require public entrypoint descriptions to be trigger-focused and terse, and assert the new skill-quality reference is linked from `spec-workflow`.
|
|
15
|
+
|
|
16
|
+
## 7.1.12 — 2026-05-10
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- **Help output now lists the full skills-only slash surface.** `/curdx-flow:help` now includes all 15 public entrypoint skills, including `triage`, `refactor`, and `index`, so Claude Code and users see the same command surface after the commands-to-skills migration.
|
|
21
|
+
- **Epic triage next-step prompts use namespaced slash skills.** Remaining bare `/start` and `/triage` examples were updated to `/curdx-flow:start` and `/curdx-flow:triage`.
|
|
22
|
+
|
|
23
|
+
### Added
|
|
24
|
+
|
|
25
|
+
- **Runner guard for help/entrypoint drift.** Manifest integrity tests now assert `/curdx-flow:help` lists every public entrypoint skill and public entrypoint docs do not reintroduce un-namespaced legacy slash command suggestions.
|
|
26
|
+
|
|
5
27
|
## 7.1.11 — 2026-05-10
|
|
6
28
|
|
|
7
29
|
### Changed
|