Conversation
- Expand project-docs-discovery from 6 to 15 workflows - Added: pr-fix, retrospective, pr, pr-split, test, preflight, brainstorm, orchestrate, ui-ux-pro-max - SKILL.md triggers sorted alphabetically, ui-ux → ui-ux-pro-max - Version bump 4.6.0 → 4.6.1
There was a problem hiding this comment.
Code Review
This pull request updates the Devran AI Kit version from 4.6.0 to 4.6.1 across multiple files, including package manifests and documentation. Review feedback highlights missed version updates in the architecture diagram and the 'What's New' section of the README, as well as the need to update the CHANGELOG.md file to document the specific changes included in this release.
| # Architecture | ||
|
|
||
| Devran AI Kit v4.6.0 is an engineered framework with a **34-module runtime engine**, 23 agents, 35 skills, 37 commands, and 22 workflows. | ||
| Devran AI Kit v4.6.1 is an engineered framework with a **34-module runtime engine**, 23 agents, 35 skills, 37 commands, and 22 workflows. |
There was a problem hiding this comment.
While you've updated the version number here, there's another instance in the architecture diagram within this file that still refers to v4.6.0. Please update it to v4.6.1 for consistency.
The stale version is on line 11:
11:│ DEVRAN AI KIT v4.6.0 │Your scripts/sync-version.js script uses a global regex flag which should catch this. You may want to investigate why this instance was missed.
|
|
||
| <p align="center"> | ||
| <a href="https://github.com/devran-ai/kit"><img src="https://img.shields.io/badge/version-4.6.0-blue.svg" alt="Version" /></a> | ||
| <a href="https://github.com/devran-ai/kit"><img src="https://img.shields.io/badge/version-4.6.1-blue.svg" alt="Version" /></a> |
There was a problem hiding this comment.
The version badge has been updated, which is great. However, the 'What's New' section still references v4.6.0. This should be updated to reflect the changes in v4.6.1.
The stale section is on line 112:
112:**Latest (v4.6.0):** Production-grade audit — ...Please update this to **Latest (v4.6.1):** and include a summary of the new changes, which can be taken from the pull request description.
| { | ||
| "name": "@devran-ai/kit", | ||
| "version": "4.6.0", | ||
| "version": "4.6.1", |
There was a problem hiding this comment.
This pull request appears to be for a release, but the CHANGELOG.md file has not been updated with the changes for version 4.6.1. It's a good practice to keep the changelog updated with every release.
Based on your pull request description, you could add an entry like this:
## [Unreleased]
## [4.6.1] - YYYY-MM-DD
### Changed
- Expanded `doc-discovery` to cover 15 workflows, up from 6 (PR #13).
- Renamed `ui-ux` workflow to `ui-ux-pro-max`.
- Sorted triggers alphabetically in `SKILL.md` files.Also, please remember to add the version comparison links at the bottom of the file for v4.6.0 and v4.6.1.
Summary
Version bump 4.6.0 → 4.6.1
Changes since v4.6.0
ui-uxrenamed toui-ux-pro-max(full workflow name)Test plan
🤖 Generated with Claude Code