Skip to content

Commit 5a4a3ad

Browse files
Dchuong03claude
andcommitted
chore: bump v0.4.3 — simplified init, auto-learning, removed OpenSpec
Changes: - Simplified init flow from 5 questions to 2 setup modes (Guided/Custom) - Added auto-learning skills (lesson-detector, training-context) - Added /sidstack:training command - Improved tech stack detection (PHP, Ruby, Java, Go) - Removed OpenSpec from init wizard Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 24b0bbf commit 5a4a3ad

27 files changed

Lines changed: 1562 additions & 2559 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## [0.4.3] - 2026-02-03
4+
5+
### Changed
6+
- **Simplified Init Flow:** Streamlined from 5 questions to 2 setup modes
7+
- Guided Setup (~10 min): Claude interviews you and generates comprehensive docs
8+
- Custom Setup (~3 min): Quick install with optional preset and AI scan
9+
- **Removed OpenSpec from init:** OpenSpec is no longer installed by default
10+
- **Improved Tech Stack Detection:** Added PHP/Laravel, Ruby/Rails, Java/Spring, Go detection
11+
12+
### Added
13+
- **Auto-Learning System:** New skills for lesson detection and training context injection
14+
- `sidstack-lesson-detector`: Suggests creating lessons after debugging
15+
- `sidstack-training-context`: Auto-injects training at task start
16+
- **Training Command:** `/sidstack:training` for managing incidents, lessons, skills, rules
17+
18+
### Removed
19+
- OpenSpec installation from init wizard
20+
- "Components to install" checkbox
21+
- "Proceed?" confirmation step
22+
323
## [0.4.2] - 2026-02-03
424

525
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sidstack",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"private": true,
55
"type": "module",
66
"description": "SidStack - Lightweight AI Agent Orchestration Platform",

packages/api-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sidstack/api-server",
3-
"version": "0.4.2",
3+
"version": "0.4.3",
44
"description": "REST API server for SidStack Web UI",
55
"license": "MIT",
66
"publishConfig": {

0 commit comments

Comments
 (0)