@su-record/vibe 0.1.0 → 0.1.1
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 +5 -20
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,15 +6,18 @@ Transform natural language requirements into production-ready code through struc
|
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@su-record/vibe)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
|
+
[](https://smithery.ai/protocol/@su-record/hi-ai)
|
|
10
|
+
[](https://github.com/su-record/hi-ai)
|
|
9
11
|
|
|
10
12
|
---
|
|
11
13
|
|
|
12
14
|
## Features
|
|
13
15
|
|
|
16
|
+
- **Claude Code Optimized**: Built specifically for Claude Code with native slash commands and MCP integration
|
|
14
17
|
- **SPEC-driven Development**: Structured Q&A process using EARS (Easy Approach to Requirements Syntax)
|
|
15
18
|
- **Automated Planning**: Generate technical implementation plans with architecture, cost analysis, and timeline
|
|
16
19
|
- **Task Decomposition**: Break down features into phase-based, dependency-aware tasks
|
|
17
|
-
- **
|
|
20
|
+
- **Powered by @su-record/hi-ai**: 38 MCP tools combining skills and hi-ai for code analysis, quality validation, and insights
|
|
18
21
|
- **Multi-language Support**: English and Korean interface
|
|
19
22
|
- **AI Agent System**: 7 specialized agents for different tech stacks
|
|
20
23
|
|
|
@@ -112,24 +115,6 @@ Use these commands directly in Claude Code:
|
|
|
112
115
|
|
|
113
116
|
---
|
|
114
117
|
|
|
115
|
-
## Project Structure
|
|
116
|
-
|
|
117
|
-
```
|
|
118
|
-
your-project/
|
|
119
|
-
├── .vibe/
|
|
120
|
-
│ ├── config.json # Configuration (language, agents, MCP)
|
|
121
|
-
│ ├── constitution.md # Project development principles
|
|
122
|
-
│ ├── specs/ # SPEC documents (EARS format)
|
|
123
|
-
│ ├── plans/ # Technical implementation plans
|
|
124
|
-
│ ├── tasks/ # Phase-based task breakdowns
|
|
125
|
-
│ ├── guides/ # Auto-generated implementation guides
|
|
126
|
-
│ ├── reports/ # Analysis and verification reports
|
|
127
|
-
│ └── diagrams/ # Generated diagrams (Mermaid)
|
|
128
|
-
└── CLAUDE.md # Tech stack documentation (recommended)
|
|
129
|
-
```
|
|
130
|
-
|
|
131
|
-
---
|
|
132
|
-
|
|
133
118
|
## MCP Integration
|
|
134
119
|
|
|
135
120
|
Vibe includes 38 MCP tools across multiple categories:
|
|
@@ -445,4 +430,4 @@ For questions and support:
|
|
|
445
430
|
|
|
446
431
|
---
|
|
447
432
|
|
|
448
|
-
**Built with ❤️ by
|
|
433
|
+
**Built with ❤️ by Su & Claude**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@su-record/vibe",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Vibe - SPEC-driven AI coding framework with MCP integration",
|
|
5
5
|
"main": "cli/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"requirements",
|
|
23
23
|
"user-story"
|
|
24
24
|
],
|
|
25
|
-
"author": "
|
|
25
|
+
"author": "Su",
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|