Skip to content

Commit 69119af

Browse files
committed
chore(release): v0.6.0 [skip actions]
1 parent c935b3c commit 69119af

File tree

3 files changed

+31
-34
lines changed

3 files changed

+31
-34
lines changed

.changeset/remove-unused-directories.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# agentic-node-ts-starter
22

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#60](https://github.com/sapientpants/agentic-node-ts-starter/pull/60) [`c935b3c`](https://github.com/sapientpants/agentic-node-ts-starter/commit/c935b3cfa8b53460b10a214b7cded91f3e22f03e) Thanks [@sapientpants](https://github.com/sapientpants)! - Refactor project structure and enhance Claude Code integration
8+
9+
## Removed Unused Directories
10+
- Removed `artifacts/` directory (unused)
11+
- Removed `openapi/` directory (unused)
12+
- Removed `specs/` directory (replaced with GitHub issues)
13+
14+
## Claude Command Improvements
15+
- Added `/spec-feature` command to create Gherkin specs as GitHub issues
16+
- Enhanced `/implement-github-issue` command with comprehensive workflow
17+
- Removed deprecated `/analyze-and-fix-github-issue` command
18+
- Removed deprecated `/release` command (superseded by automated Changesets)
19+
20+
## Documentation Refactoring
21+
- Moved global coding standards from commands to `CLAUDE.md`
22+
- Added comprehensive testing patterns and troubleshooting guides to `CLAUDE.md`
23+
- Updated `PROCESS.md` to reflect GitHub issue-based specifications
24+
- Updated `README.md` with correct workflow references
25+
- Fixed `CONTRIBUTING.md` references
26+
27+
## Workflow Improvements
28+
- Specs now managed as GitHub issues instead of filesystem
29+
- Issues created with `/spec-feature` are ready for `/implement-github-issue`
30+
- Maintains spec-first approach without filesystem clutter
31+
- Clearer separation between project-wide guidelines and command-specific instructions
32+
333
## 0.5.10
434

535
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentic-node-ts-starter",
3-
"version": "0.5.10",
3+
"version": "0.6.0",
44
"private": true,
55
"type": "module",
66
"packageManager": "[email protected]",

0 commit comments

Comments
 (0)