@su-record/vibe 0.1.0 → 0.1.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +5 -20
  3. package/package.json +3 -3
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 grove
3
+ Copyright (c) 2025 Su
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -6,15 +6,18 @@ Transform natural language requirements into production-ready code through struc
6
6
 
7
7
  [![npm version](https://img.shields.io/npm/v/@su-record/vibe.svg)](https://www.npmjs.com/package/@su-record/vibe)
8
8
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
9
+ [![Smithery Badge](https://smithery.ai/badge/@su-record/hi-ai)](https://smithery.ai/protocol/@su-record/hi-ai)
10
+ [![MCP Tools](https://img.shields.io/badge/MCP_Tools-38-blue.svg)](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
- - **MCP Integration**: 38 built-in tools for code analysis, quality validation, and project insights
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 the Vibe team**
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.0",
3
+ "version": "0.1.2",
4
4
  "description": "Vibe - SPEC-driven AI coding framework with MCP integration",
5
5
  "main": "cli/index.js",
6
6
  "bin": {
@@ -13,16 +13,16 @@
13
13
  },
14
14
  "keywords": [
15
15
  "ai",
16
+ "vibe",
16
17
  "coding",
17
18
  "spec-driven",
18
19
  "claude",
19
20
  "mcp",
20
21
  "framework",
21
- "spec-kit",
22
22
  "requirements",
23
23
  "user-story"
24
24
  ],
25
- "author": "grove",
25
+ "author": "Su",
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",