@haposoft/cafekit 0.3.1 → 0.3.2
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/README.md +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Spec-Driven Development workflow for AI coding assistants
|
|
4
4
|
|
|
5
|
-
[](https://github.com/haposoft/cafekit)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://claude.ai/code)
|
|
8
8
|
[](https://github.com/google/antigravity)
|
|
@@ -793,7 +793,7 @@ Task #4: Add protected route middleware
|
|
|
793
793
|
|
|
794
794
|
## Changelog
|
|
795
795
|
|
|
796
|
-
### [0.3.
|
|
796
|
+
### [0.3.1] - 2026-03-13
|
|
797
797
|
|
|
798
798
|
#### Changed
|
|
799
799
|
- **Renamed package** from `@haposoft/cafekit-spec` to `@haposoft/cafekit`
|
|
@@ -866,7 +866,7 @@ MIT License - See [LICENSE](LICENSE) for details
|
|
|
866
866
|
|
|
867
867
|
---
|
|
868
868
|
|
|
869
|
-
**Made with care by the
|
|
869
|
+
**Made with care by the Haposoft Team**
|
|
870
870
|
|
|
871
871
|
<p align="center">
|
|
872
872
|
<sub>Multi-platform Workflow for AI Coding Assistants</sub>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haposoft/cafekit",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Spec-Driven Development workflow for AI coding assistants. Supports Claude Code and Antigravity with spec-first and code-test-review workflows.",
|
|
5
5
|
"author": "Haposoft <nghialt@haposoft.com>",
|
|
6
6
|
"license": "MIT",
|